body{
 font-family: Roboto,"Segoe UI",Tamhoma,sans-serif;
}

/* contenido  */
.portada-wrapper {
  margin-top: 36px;
  margin-bottom: 20px;
}
.portada-wrapper .container {
  max-width: 1130px;
}
.c_head {
  max-width: 1130px !important;
  margin: 0 auto !important;
  position: relative !important;
}
.site-logotipos{
  max-width: 1130px !important;
  margin: 0 auto !important;
  position: relative !important;
}
.portada-wrapper .row {
  width: 100%;
}

.titulo-principal {
  color: #5f5c5c;
  padding-bottom: 5px;
  text-align: center;
  font-weight:700;
  line-height:73px;
  font-size: 35px;
}
.descripcion-principal {
    color: #858586;
    text-align: justify;
    margin: 3px auto 32px auto;
    line-height: 32px;
    font-size: 19px;
}

.widget-box-small{
  display:none
}
@media (max-width: 768px) {
  
 .titulo-principal {
  font-size: 25px;
  line-height: 38px;
}
.descripcion-principal {
    line-height: 25px;
    font-size: 15px;
}
.widget-box-big{
  display:none
}
.widget-box-small{
  display:block
}

}


.inf-tipo {
  text-align: center;
  margin: 19px 0;
}
.inf-tipo_text {
  color: #2f4f4f;
  font-size: 15px;
  margin-top: 10px;
}
.inf-tipo i {
  height: 110px;
  width: 110px;
  display: table-cell;
  text-align: center;
  font-size: 80px;
  vertical-align: middle;
  border-radius: 50%;
  border: solid 1px;
}
.inf-tipo a {
  text-decoration: none;
}
.inf-tipo i.blue {
  color: #008bd2;
}
.inf-tipo i.green {
  color: #4caf50;
}
.inf-tipo i.green:hover {
  background: #76b82a;
  color: #fff;
}

.inf-tipo i.blue:hover {
  background: #008bd2;
  color: #fff;
}
.block-tipo {
  border-radius: 7px 7px 0 0;
  border: 1px solid #9e9e9eb8;
  padding: 0 16px;
}

.block-tema {
  border-radius: 0 0 7px 7px;
  border: 1px solid #9e9e9eb8;
  border-top: none;
  margin: 0 0 16px 0;
}
.block-adscritos {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block-title {
  font-size: 21px;
  text-align: center;
  font-weight: 600;
}

.block-title.green {
  color: #4caf50;
}
.block-title.blue {
  color: #008bd2;
}

.adscrito-item {
  border-radius: 4px;
  margin: 4px 0;
  padding: 10px 0;
  height: 22%;
}
.adscrito-item a {
  height: 100%;
}
.adscrito-item:first-child {
  margin-top: 0;
}
.adscrito-item:last-child {
  margin-bottom: 0;
}
.adscrito-item.green {
  border-color: #4caf50;
  background-color: #4caf5059;
}
.adscrito-item.green .adscrito-item__icon {
  color: #4caf50;
}
.adscrito-item.green:hover {
  background: #98d89b;
}
.adscrito-item.blue {
  border-color: #2196f3;
  background-color: #c4e7f7;
}
.adscrito-item.blue .adscrito-item__icon {
  color: #2196f3;
}
.adscrito-item.blue:hover {
  background: #97d5f1;
}
.adscrito-item a {
  display: flex;
}
.adscrito-item__icon {
  border-right: 1px solid #fff;
  padding: 14px 20px;
}
.adscrito-item__text {
  width: 100%;
  margin: 14px;
  font-size: 18px;
  color: #607d8b;
  text-align: center;
}
/* Titulos Compatibility fix
*/
.alpha.posts{
  color: #fff !important;
}

/*
Bootstrap styles:
*/
.d-flex {
  display: flex !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  /*justify-content: space-between !important;*/
}

/*Estilos globales - Header and Footer*/
/* Header */
.menu-superior,
.c_head{
  background: #75b72a;
}
.sf-menu{
  background: #75b72a;
  padding: 0;
  margin: 0 !important;
}
.sf-menu li:hover{
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.sf-menu li.expanded.xpopdrop ul{
  background-color: #75b72a;
}
.sf-menu.xactive{
  background: #75b72a;
}
#mobilepro{
  border-right: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.sf-menu>li>ul{
  width: 132px;
}
.sf-menu.xactive>li.expanded>ul{
  width: 100%;
}
li.expanded .sf-menu ul{
  width: inherit;
}
.sf-menu li li {
  border-bottom: 1px solid #FAFAFA;
}
#mobilepro:hover,
.sf-menu > li:hover > a,
.sf-menu > li > a:hover {
  background-color: transparent !important;
}
.sf-sub-indicator {
  margin: 0 !important;
}
.sf-menu li{
  padding: 0;
}
.sf-menu a{
  padding: 11px 16px;
}
/* Submenu - top distance*/
.sf-menu li:hover ul,
.sf-menu li.sfHover ul{
  top: 40px;
}
.sf-menu ul li{
  background: #75b72a;
}
.subarrow {
	padding: 8px 20px !important;
}
/*Logotipos*/
.site-logotipos {
  width: 100%;
  background: #fff;
  padding: 4px 0;
}
.site-logotipos img {
  height: 60px;
}
/* Ocultar peru-primero, no se muestra en pantallas pequeÃ±as */
@media (max-width: 830px) {
  .img-peru-primero {
    display: none;
  }
}

/*Footer*/
#footer {
  background: #424242;
}
#footer .widget {
  background: none;
}
#footer .widget .title {
  background: #424242;
}
#footer .widget .title > h4{
 color: #424242;
}
#footer .widget .title:after {
  border-top: 6px solid #424242;
}
#footer .grid_6 {
  margin-left: 1%;
  margin-right: 1%;
}

/* NUEVO DISEÑO */

.block-divide{
 border-bottom:1px solid #e8e2e2;
 margin-bottom:20px;
 margin-top:20px;
}
.block-divide-space{
 margin-bottom:20px;
 margin-top:40px;
}
.rounded-mod{
 border-radius:.80rem!important;
}
.bg-estad{
 background-color:#0071bc !important;
}

.items-god {
    display: flex;
    justify-content: center;
    align-items: center;
}



.bg-sinia {
    background-color: #75b72a!important;
}

.bg-sinia:hover{
  background-color: #6fad29!important;
  cursor:pointer;
}


.bg-white {
    background-color: #ffffff!important;
}

.bg-temas {
    background-color: #b2c905!important;
}
.bg-temas:hover {
    background-color: #a6bb08!important;
    cursor:pointer;
}

.bg-estad {
    background-color: #0071bc!important;
}
.bg-estad:hover {
    background-color: #0369ad!important;
     cursor:pointer;
}

.bg-norma {
    background-color: #3b9fcc!important;
}

.bg-norma:hover {
    background-color: #3998c3!important;
    cursor:pointer;
}

.bg-publi {
    background-color: #29abe2!important;
}

.bg-publi:hover {
    background-color: #239cd0!important;
    cursor:pointer;
}

.bg-mapas {
    background-color: #00a99d!important;
}

.bg-mapas:hover {
    background-color: #029a8f!important;
    cursor:pointer;
}

.pl-5, .px-5 {
    padding-left: 3rem!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}

.items-center {
    width: auto;
}


.text-white {
    color: #fff!important;
}
.float-right {
    float: right!important;
}

.pr-2, .px-2 {
    padding-right: .5rem!important;
}

.float-left {
    float: left!important;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.p-3 {
    padding: 1rem!important;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}

.h4, h4 {
    font-size: 1.5rem;
}

.text-white {
    color: #fff!important;
}
.text-center {
    text-align: center!important;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.mt-2, .my-2{
  margin-top: .5rem!important;

}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}

