@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400..800&display=swap");
/* Saltos de Bootstrap */
img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px !important;
}
@media all and (max-width: 767px) {
  img.alignleft {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px !important;
}
@media all and (max-width: 767px) {
  img.alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
.float-right{
    float: right;
}
.relative{
    position: relative;
}
.flex{
    display:flex;
}
a:focus, a:hover, input:focus{
    //outline: 2px solid red !important;
    //border: 0.1em solid red !important;
    text-decoration: underline;   
}

a:focus{
    //outline: 1px solid red !important;
}

.gap {
    display: block;
    position: relative;
    clear: both;
}
.gap:after { 
    clear: both;
    content: '';
    display: table;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.no-gutters.gutter-mvl > [class^="col-"],
.row.no-gutters.gutter-mvl > [class*=" col-"] {
    @media all and (max-width: $screen-sm-max){
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-eq-height {
    @media all and (min-width: $screen-sm-min){
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }

}

*, *:hover, *:focus, *:active{ 
    outline: none !important;
    outline-style: none!important;
}

.white{
    color: white !important;
}
.img100{
    width: 100%;
}

.bold{
    font-weight: bold;
}

.black{
    color: black !important;
}

.oculto{
    display: none; 
}

.visible{
    display: block !important;
}

.clear{
    display: block;
    float: none;
    clear: both; 
}

.mayus{
    text-transform: uppercase;
}

.texto-centrado{
    text-align: center !important;
}
.no-padding{
    padding:0;
}

/////// estilos slider///


@media all and (max-width: 998px) {
    .swiper {
        .swiper-slide {
            .contenido-slide {

                h2 {
                    color: white;
                    font-size: 32px;
                }
                p {
                    color: white;
                    font-size: 16px
                }
            }
        }
    }
}

@media all and (max-width: 768px) {
    .swiper {
        .swiper-slide {
            .contenido-slide {

                h2 {
                    color: white;
                    font-size: 24px;
                }
                p {
                    color: white;
                    font-size: 14px
                }
            }
        }
    }
}



.no-padding-left{
    @media all and (min-width: $screen-sm-min){
        padding-left: 0;
    }
}

.no-padding-right{
    @media all and (min-width: $screen-sm-min){
        padding-right: 0;
    }
}

.npl-sm{
    @media all and (min-width: $screen-sm-min) and (max-width: $screen-sm-max){
        padding-left: 0;
    }
}

.npl-xs{
    @media all and (max-width: $screen-xs-max){
        padding-left: 0;
    }
}

.npr-sm{
    @media all and (min-width: $screen-sm-min) and (max-width: $screen-sm-max){
        padding-right: 0;
    }
}

.npr-xs{
    @media all and (max-width: $screen-md-max){
        padding-right: 0;
    }
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}


.texto-peque{
    font-size:0.5rem;
    font-size: 0.7rem;
    margin-top: 10px;
    padding-top: 40px;
    text-align: left;
}

/*.circle($size: auto) {
    border-radius: 50%;
    height: $size;
    width: $size;
    line-height: $size;
    display: inline-block;
    text-align: center;
}*/
body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 1.4;
}
@media all and (max-width: 991px) {
  body {
    font-size: 14.4px;
  }
}

ul li, ol li {
  margin-bottom: 5px;
}

a {
  color: #077b37;
}
h1, h2, h3, h4, div.h1, div.h2 {
  font-weight: 600;
  color: #282828;
}
h1 strong, h2 strong, h3 strong, h4 strong, div.h1 strong, div.h2 strong {
  color: #d83b27;
}
h1 a, h2 a, h3 a, h4 a, div.h1 a, div.h2 a {
  font-weight: 500 !important;
}

div.h1 {
  padding-bottom: 10px;
}

h2, .h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media all and (max-width: 1599px) {
  h2, .h2 {
    font-size: 22.8px;
  }
}
@media all and (max-width: 1399px) {
  h2, .h2 {
    font-size: 21.6px;
  }
}
@media all and (max-width: 1199px) {
  h2, .h2 {
    font-size: 20.4px;
  }
}
@media all and (max-width: 991px) {
  h2, .h2 {
    font-size: 19.2px;
  }
}
@media all and (max-width: 767px) {
  h2, .h2 {
    font-size: 18px;
  }
}
@media all and (max-width: 575px) {
  h2, .h2 {
    font-size: 16.8px;
  }
}

h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media all and (max-width: 1599px) {
  h1 {
    font-size: 34.2px;
  }
}
@media all and (max-width: 1399px) {
  h1 {
    font-size: 32.4px;
  }
}
@media all and (max-width: 1199px) {
  h1 {
    font-size: 30.6px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 28.8px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 27px;
  }
}
@media all and (max-width: 575px) {
  h1 {
    font-size: 25.2px;
  }
}
h1 span {
  color: #077b37;
}
h1.entry-title {
  border-bottom: 2px solid #d83b27;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.cont-header {
  position: relative;
}
.cont-header:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 15px;
  background-color: #f1f1f1;
  z-index: 0;
}
.cont-header h2, .cont-header .h2 {
  background-color: white;
  display: inline-block;
  padding-right: 10px;
  z-index: 1;
}

h2, .h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  h2, .h2 {
    font-size: 16px;
  }
}
h2.title-home, .h2.title-home {
  color: #d83b27;
  position: relative;
}

h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
h3.widget-title {
  color: #d83b27;
  position: relative;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  h3.widget-title {
    font-size: 16px;
  }
}

h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

/****************************************
*** ENCABEZADOS ***
*****************************************/
/*h1, h2, h3, h4, div.h1, div.h2{
    //font-family: @title-font !important;
    //color: $title-color !important;
    font-weight: 700;
    color: $ctext;
}
div.h1{
    padding-bottom: 10px;
}

h1{
    font-size: 36px;
    padding-bottom: 10px;
    border-bottom: 1px solid $green;
    margin-bottom: 30px;
}

.cont-line{
    margin-bottom: 20px;
    &:before{
        content: '';
        height: 1px;

        position: absolute;
        right: 20px;
        left: 20px;
        top: 15px;
        background-color: $gray;
    }
    h2, .h2{
        background-color: white;
        display: inline-block;
        padding-right: 10px;
    }
}
h2, .h2{
    font-size: 26px;
    margin-bottom: 20px !important; 
}

h3{
    font-size: 22px;
    margin-bottom: 20px;    
}
h4{
    font-size: 18px;
    margin-bottom: 20px;
}

@media all and (max-width: $screen-lg-max){
     h1{
        font-size: 32px;
     }
     h2, .h2{
        font-size: 24px;
     }
}

@media all and (max-width: $screen-md-max){ 
    body{
        font-size: 15px;
    }
    h1{
        font-size: 30px;
    }
    h2, .h2{
        font-size: 22px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
}*/
.btn {
  border: none;
  text-transform: uppercase;
  font-size: 15px;
}

.btn-red {
  background-color: #d83b27;
  color: white;
}
.btn-red:hover {
  color: white;
  background-color: #077b37;
}

.btn-vc a, .btn-vc button {
  border: none !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  border-radius: 0 !important;
  background-image: none !important;
}

.btn-vc-red a, .btn-vc-red button {
  background-color: #d83b27 !important;
  color: white !important;
}
.btn-vc-red a:hover, .btn-vc-red button:hover {
  color: white !important;
  background-color: #077b37 !important;
}

.btn-green, .btn-green a, .btn-green button {
  background-color: #077b37;
  color: white;
}
.btn-green:hover, .btn-green a:hover, .btn-green button:hover {
  color: white;
  background-color: #d83b27;
}

/****************************************
*** CONTENEDORES ***
*****************************************/
#main-content {
  padding-right: 40px;
}
@media all and (max-width: 767px) {
  #main-content {
    padding-right: 15px;
  }
}

/****************************************
*** SIDEBARS ***
*****************************************/
#sidebar {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#sidebar #widget-area {
  max-width: 300px;
}
#sidebar #widget-area .textwidget {
  margin-bottom: 20px;
}
#sidebar #widget-area .textwidget img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}
#sidebar #widget-area .wpp-list li {
  margin-bottom: 15px;
  line-height: 1.1;
}
#sidebar #widget-area .wpp-list li a.wpp-post-title {
  font-size: 13px;
  color: #282828;
  font-weight: 500;
  line-height: 1;
}
#sidebar #widget-area .wpp-list li img {
  margin-right: 10px;
  margin-bottom: 5px;
}
#sidebar #widget-area .wpp-list li .wpp-meta {
  font-size: 12px;
  margin-top: 4px;
}
#sidebar #widget-area form.wp-block-search {
  margin-bottom: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#sidebar #widget-area form.wp-block-search .wp-block-search__inside-wrapper {
  border: none !important;
  padding: 0;
}
#sidebar #widget-area form.wp-block-search .wp-block-search__inside-wrapper input {
  background-color: #f1f1f1 !important;
  border-radius: 4px;
  border: none;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 34px;
  font-size: 15px;
}
#sidebar #widget-area form.wp-block-search .wp-block-search__inside-wrapper button {
  background-color: #d83b27;
  border: none;
  background-image: url("../images/lupa.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
  border-radius: 4px;
  margin-left: -4px;
}
#sidebar #widget-area form.wp-block-search .wp-block-search__inside-wrapper button svg {
  display: none;
}
#sidebar #widget-area form.wp-block-search .wp-block-search__inside-wrapper button:hover {
  background-color: #077b37;
}
#sidebar #widget-area .suscripcion-lateral {
  padding: 20px;
  border: 1px solid #077b37;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.05);
}
#sidebar #widget-area .suscripcion-lateral p {
  font-size: 14px;
  font-weight: bold;
}
#sidebar #widget-area .suscripcion-lateral form {
  padding: 0;
}
#sidebar #widget-area .suscripcion-lateral form .mailpoet_checkbox_label {
  font-size: 12px;
  margin-bottom: 0;
}
#sidebar #widget-area .suscripcion-lateral form .mailpoet_checkbox_label a {
  text-decoration: underline;
}
#sidebar #widget-area .suscripcion-lateral form .mailpoet_paragraph {
  margin-bottom: 10px;
}
#sidebar #widget-area .suscripcion-lateral form input {
  border-radius: 5px;
  border: none;
}
#sidebar #widget-area .suscripcion-lateral form input[type=submit] {
  background-color: #077b37;
  color: white;
  font-size: 14px;
}
#sidebar #widget-area .suscripcion-lateral form input[type=submit]:hover {
  background-color: #d83b27;
}
#sidebar #widget-area ul#menu-header {
  padding-left: 0;
  list-style-type: none;
}
#sidebar #widget-area ul#menu-header li {
  margin-bottom: 8px;
}
#sidebar #widget-area ul#menu-header li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  color: white !important;
  font-size: 16px;
  background-color: #d83b27;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 15px;
}
#sidebar #widget-area ul#menu-header li a span {
  padding-left: 80px;
  padding-right: 20px;
}
#sidebar #widget-area ul#menu-header li a:hover {
  background-color: #077b37;
  text-decoration: none;
}
@media all and (max-width: 1200px) {
  #sidebar #widget-area ul#menu-header li a {
    font-size: 16px;
  }
}
#sidebar #widget-area ul#menu-header li.afiliate a {
  height: 80px;
  font-size: 20px;
  background-image: url("../images/afiliate-white.png");
  background-size: 60px;
}
#sidebar #widget-area ul#menu-header li.crs a {
  background-image: url("../images/crs-white.png");
}
#sidebar #widget-area ul#menu-header li.servicios a {
  background-image: url("../images/afiliacion-white.png");
}
#sidebar #widget-area ul#menu-header li.descuentos a {
  background-image: url("../images/descuentos-white.png");
}
#sidebar #widget-area ul#menu-header li.delegados a {
  background-image: url("../images/delegados-white.png");
}
#sidebar #widget-area ul#menu-header li.asesoria a {
  background-image: url("../images/balanza-white.png");
}
#sidebar #widget-area ul#menu-header li.asesoria a span {
  font-size: 15px;
}
@media all and (max-width: 1199px) {
  #sidebar #widget-area ul#menu-header li a span {
    font-size: 14px;
    padding-left: 60px;
    padding-right: 10px;
  }
  #sidebar #widget-area ul#menu-header li:first-child a {
    background-size: 50px;
    background-position: 5px center;
  }
  #sidebar #widget-area ul#menu-header li:first-child a span {
    font-size: 18px;
  }
}
@media all and (max-width: 991px) {
  #sidebar #widget-area ul#menu-header li {
    text-align: left;
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
  }
  #sidebar #widget-area ul#menu-header li a {
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  #sidebar {
    border-left: none;
    padding-left: 0;
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  #sidebar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/****************************************
*** PAGINACIÓN ***
*****************************************/
/* Paginación Custom function */
ul.page-numbers {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 40px;
}
ul.page-numbers li {
  font-size: 15px;
}
ul.page-numbers li a, ul.page-numbers li span.current {
  font-size: 15px !important;
  color: #282828;
  border: 2px solid #282828;
  padding: 3px 10px;
}
ul.page-numbers li a:hover, ul.page-numbers li a:focus, ul.page-numbers li span.current:hover, ul.page-numbers li span.current:focus {
  text-decoration: none;
  background-color: #077b37;
  color: white;
}
ul.page-numbers li span.current {
  background-color: #077b37;
  color: white;
}

/****************************************
*** HEADER ***
*****************************************/
/* ============ small devices .end// ============ */
header {
  padding-top: 10px;
  position: relative;
}
header #top-header .navbar-brand {
  margin-right: 5px;
  padding-bottom: 15px;
}
header #top-header .navbar-brand img {
  width: 150px;
  height: auto;
}
@media all and (max-width: 991px) {
  header #top-header .navbar-brand img {
    width: 120px;
  }
}
@media all and (max-width: 767px) {
  header #top-header .navbar-brand {
    padding-bottom: 10px;
  }
  header #top-header .navbar-brand img {
    width: 80px;
  }
}
header #top-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: flex-center;
      -ms-flex-align: flex-center;
          align-items: flex-center;
  padding-top: 10px;
}
header #top-header .header-right .contacto-top {
  list-style-type: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 14px;
  font-weight: 500;
}
header #top-header .header-right .contacto-top li {
  margin-bottom: 0;
}
@media all and (max-width: 1199px) {
  header #top-header .header-right .contacto-top {
    padding: 5px 10px;
  }
}
header #top-header .header-right .social-top {
  list-style-type: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  gap: 5px;
}
header #top-header .header-right .social-top li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  background-color: #077b37;
  border-radius: 50%;
}
header #top-header .header-right .social-top li a i {
  color: white;
  font-size: 14x;
}
header #top-header .header-right .social-top li a i.fa-instagram {
  font-size: 18px;
}
header #top-header .header-right .social-top li a:hover {
  text-decoration: none;
  background-color: #d83b27;
}
@media all and (max-width: 767px) {
  header #top-header .header-right .social-top {
    display: none;
  }
}
@media all and (max-width: 1199px) {
  header #top-header .header-right .contacto-top {
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  header #top-header .header-right .contacto-top {
    font-size: 13px;
  }
}
header #top-header .header-right-bottom {
  padding-top: 15px;
}
header #top-header .header-right-bottom ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  gap: 15px;
  margin-bottom: 0;
}
header #top-header .header-right-bottom ul.menu li a {
  font-size: 12px;
  font-weight: bold;
  color: black;
}
header #top-header .header-right-bottom ul.menu li a:hover {
  text-decoration: underline;
}
header #top-header .idiomas {
  margin-top: -10px;
}
@media all and (max-width: 767px) {
  header #top-header .idiomas {
    display: none;
  }
}
header nav#header {
  background-color: white !important;
  width: 100%;
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
  position: initial !important;
  /* Menú Móvil */
}
header nav#header > .container {
  -webkit-box-align: space-between !important;
      -ms-flex-align: space-between !important;
          align-items: space-between !important;
}
header nav#header #navbar {
  width: 100%;
  flex-grow: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
header nav#header #navbar ul.navbar-nav {
  margin-top: 10px;
}
header nav#header #navbar ul.navbar-nav li {
  border-right: 1px solid #077b37;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav#header #navbar ul.navbar-nav li:hover {
  background-size: 24px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
header nav#header #navbar ul.navbar-nav li:hover > a {
  color: #d83b27;
}
header nav#header #navbar ul.navbar-nav li a {
  font-weight: 500;
  color: #282828;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  padding: 0 20px;
  text-align: center;
}
header nav#header #navbar ul.navbar-nav li a:hover {
  color: #d83b27 !important;
}
header nav#header #navbar ul.navbar-nav li:first-child a {
  padding-left: 0;
}
header nav#header #navbar ul.navbar-nav li.current-menu-ancestor > a, header nav#header #navbar ul.navbar-nav li.current-menu-item > a {
  color: #d83b27;
}
header nav#header #navbar ul.navbar-nav li > ul.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 10px;
  border-radius: 0;
  z-index: 10000;
}
header nav#header #navbar ul.navbar-nav li > ul.dropdown-menu li {
  border-right: none;
}
header nav#header #navbar ul.navbar-nav li > ul.dropdown-menu li a {
  padding: 10px;
  text-align: left;
}
header nav#header #navbar ul.navbar-nav li > ul.dropdown-menu li a:hover {
  background-color: #077b37;
  color: white !important;
}
header nav#header #navbar ul.navbar-nav li > ul.dropdown-menu li.current-menu-item > a {
  color: white;
  background-color: #077b37;
}
header nav#header #navbar ul.navbar-nav li > ul.dropdown-menu li > ul.dropdown-menu {
  left: 100%;
  top: -10px;
  width: 200px;
}
header nav#header #navbar ul.navbar-nav li > ul.dropdown-menu li > ul.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  white-space: normal;
}
header nav#header #navbar ul.navbar-nav li.dropdown-sub a[href$="#"]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 15px;
  vertical-align: center;
  content: "";
  border-left: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  border-right: 0;
  border-top: 0.3em solid transparent;
}
@media all and (max-width: 1199px) {
  header nav#header #navbar ul.navbar-nav li a {
    padding: 0 15px;
  }
}
@media all and (max-width: 991px) {
  header nav#header #navbar ul.navbar-nav li {
    margin-top: 10px;
  }
  header nav#header #navbar ul.navbar-nav li a {
    padding: 0 10px;
    font-size: 12px;
  }
}
@media all and (max-width: 767px) {
  header nav#header #navbar ul.navbar-nav li {
    border-right: none;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 0;
  }
  header nav#header #navbar ul.navbar-nav li a {
    padding: 10px 15px !important;
    font-size: 15px;
  }
  header nav#header #navbar ul.navbar-nav li > ul.dropdown-menu {
    border: none;
  }
  header nav#header #navbar ul.navbar-nav li > ul.dropdown-menu li {
    border: none;
    padding-left: 15px !important;
  }
}
header nav#header #navbar form.search-form {
  border: none !important;
  margin-left: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header nav#header #navbar form.search-form input[type=text] {
  background-color: #f1f1f1;
  border-radius: 4px;
  border: none;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 34px;
  font-size: 15px;
}
header nav#header #navbar form.search-form button {
  background-color: #d83b27;
  border: none;
  background-image: url("../images/lupa.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
  border-radius: 4px;
  margin-left: -4px;
}
header nav#header #navbar form.search-form button:hover {
  background-color: #077b37;
}
@media all and (max-width: 1199px) {
  header nav#header #navbar form.search-form {
    min-width: 200px;
  }
}
@media all and (max-width: 991px) {
  header nav#header #navbar form.search-form {
    display: none;
    /*position: absolute;
    right: 0;
    input[type="text"]{
        display: none;
    }*/
  }
}
@media all and (max-width: 767px) {
  header nav#header #navbar form.search-form {
    display: block;
    /*position: absolute;
    right: 0;
    input[type="text"]{
        display: none;
    }*/
  }
}
@media all and (max-width: 767px) {
  header nav#header .navbar-collapse {
    /*position: fixed;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    background-color:white;
    z-index: 2;
    .navbar-nav{
        z-index: 2;
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translate(0, -50%);
        li{
            text-align: center;
            margin: auto;
            margin-bottom: 20px;
            a{
                font-size: 36px !important;
                &:hover{
                    transform: scale(1.2, 1.2);
                }
            }
        }
    }*/
  }
  header nav#header .navbar-toggler {
    z-index: 10000;
    border: 0 !important;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #d83b27;
  }
  header nav#header .navbar-brand {
    z-index: 10000;
  }
}
@media all and (max-width: 767px) {
  header {
    padding-top: 5px;
  }
}

#franja-flag {
  /*position: absolute;
  top: 0px;
  left: 0;
  right: 0;*/
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  border-top: 2px solid #077b37;
  border-bottom: 2px solid #077b37;
  height: 6px;
  background-color: white;
}

form input[type=text].form-control, form input[type=email].form-control, form textarea.form.control {
  width: 100%;
  margin-bottom: 10px;
}

/****************************************
*** FOOTER ***
*****************************************/
footer#footer {
  color: white;
  margin-top: 40px;
}
footer#footer .footer-top {
  background-color: #077b37;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer#footer .footer-top #main-footer #footer-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer#footer .footer-top #main-footer #footer-widgets .footer-widget {
  width: 32%;
  margin-left: 2%;
}
footer#footer .footer-top #main-footer #footer-widgets .footer-widget:first-child {
  margin-left: 0;
}
footer#footer .footer-top #main-footer #footer-widgets .footer-widget:last-child {
  margin-right: 0;
}
footer#footer .footer-top #main-footer #footer-widgets .footer-widget h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
@media all and (max-width: 991px) {
  footer#footer .footer-top #main-footer #footer-widgets .footer-widget h4 {
    font-size: 14.4px;
  }
}
footer#footer .footer-top #main-footer #footer-widgets .footer-widget p {
  font-size: 16px;
}
@media all and (max-width: 991px) {
  footer#footer .footer-top #main-footer #footer-widgets .footer-widget p {
    font-size: 14.4px;
  }
}
footer#footer .footer-top #main-footer #footer-widgets .footer-widget a {
  color: white;
  text-decoration: underline;
}
footer#footer .footer-top #main-footer #footer-widgets .footer-widget ul {
  padding-left: 0;
  list-style-type: none;
}
footer#footer .footer-top #main-footer #footer-widgets .footer-widget ul a {
  text-decoration: none;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
}
@media all and (max-width: 991px) {
  footer#footer .footer-top #main-footer #footer-widgets .footer-widget ul a {
    font-size: 13.5px;
  }
}
footer#footer .footer-top #main-footer #footer-widgets .footer-widget ul a:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  footer#footer .footer-top #main-footer #footer-widgets {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer#footer .footer-top #main-footer #footer-widgets .footer-widget {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
footer#footer .footer-bottom {
  background-color: #2c2c2c;
  padding-top: 30px;
  padding-bottom: 20px;
  color: white;
}
footer#footer .footer-bottom .logos-footer {
  padding-left: 0;
  list-style-type: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
footer#footer .footer-bottom .logos-footer li {
  margin-left: 20px;
  margin-right: 20px;
}
footer#footer .footer-bottom .logos-footer li img {
  max-height: 65px;
}
footer#footer .footer-bottom .logos-footer li:first-child {
  margin-left: 0;
}
@media all and (max-width: 767px) {
  footer#footer .footer-bottom .logos-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer#footer .footer-bottom .logos-footer li {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer#footer .footer-bottom .menu-footer ul.menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
footer#footer .footer-bottom .menu-footer ul.menu li {
  border-right: 1px solid #cdcdcd;
}
footer#footer .footer-bottom .menu-footer ul.menu li a {
  color: white;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
footer#footer .footer-bottom .menu-footer ul.menu li a:hover {
  text-decoration: underline;
}
footer#footer .footer-bottom .menu-footer ul.menu li:first-child a {
  padding-left: 0;
}
footer#footer .footer-bottom .menu-footer ul.menu li:last-child {
  border-right: none;
}
footer#footer .footer-bottom .copyright {
  color: white;
  font-size: 14px;
  text-align: right;
}
footer#footer .footer-bottom .desarrollos {
  margin-top: 10px;
  text-align: center;
  font-size: 10px;
  color: white;
}
footer#footer .footer-bottom .desarrollos a {
  color: white;
}
@media all and (max-width: 1199px) {
  footer#footer .footer-bottom .menu-footer ul.menu {
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer#footer .footer-bottom .menu-footer ul.menu li a {
    font-size: 13px;
  }
  footer#footer .footer-bottom .copyright {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  footer#footer .footer-bottom .menu-footer ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer#footer .footer-bottom .menu-footer ul.menu li {
    border-right: none;
  }
  footer#footer .footer-bottom .menu-footer ul.menu li a {
    padding: 5px 0;
  }
  footer#footer .footer-bottom .copyright {
    text-align: center;
  }
}

/****************************************
*** HOME ***
*****************************************/
.destacados-home {
  padding-left: 0;
  width: 100%;
  list-style-type: none;
  margin-bottom: 50px !important;
  border-radius: 20px;
  background-color: #f1f1f1;
}
.destacados-home li {
  height: 100%;
}
.destacados-home li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  /*@media all and (max-width: $screen-sm-max){
      .img-link{
          .img-principal{
              img{
                  height: 200px;
             }
          }
      }
  }*/
}
.destacados-home li article .img-link {
  display: block;
  width: 40%;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
}
.destacados-home li article .img-link .img-principal img {
  border-radius: 20px;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.destacados-home li article .content {
  width: 60%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.destacados-home li article .content .cats {
  color: #077b37;
  margin-bottom: 5px;
}
.destacados-home li article .content .cats a {
  color: #077b37;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.destacados-home li article .content .titulo h2 {
  line-height: 1.1;
  margin-bottom: 5px;
}
.destacados-home li article .content .titulo h2 a {
  font-weight: 600 !important;
  font-size: 18px;
  color: #282828;
  line-height: 1.1;
}
.destacados-home li article .content .fecha {
  color: #077b37;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media all and (max-width: 1399px) {
  .destacados-home li article .img-link .img-principal img {
    height: 250px;
  }
}
@media all and (max-width: 1199px) {
  .destacados-home li article .img-link .img-principal img {
    height: 300px;
  }
}
@media all and (max-width: 991px) {
  .destacados-home li article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .destacados-home li article .img-link {
    width: 100%;
  }
  .destacados-home li article .img-link .img-principal img {
    height: 200px;
  }
  .destacados-home li article .content {
    width: 100%;
  }
}
.destacados-home .slick-prev, .destacados-home .slick-next {
  z-index: 100;
  opacity: 1 !important;
  width: 25px;
  height: 25px;
}
.destacados-home .slick-prev:before, .destacados-home .slick-next:before {
  color: #d83b27;
  opacity: 1;
  font-size: 24px;
}
.destacados-home .slick-prev {
  left: 10px;
}
.destacados-home .slick-next {
  right: 10px;
}
.destacados-home .slick-dots {
  bottom: -30px;
  text-align: center;
  padding-right: 10px;
}
.destacados-home .slick-dots li button:before {
  font-size: 10px;
  color: #077b37;
}
.destacados-home .slick-dots li.slick-active button:before {
  color: #077b37;
}
@media all and (max-width: 991px) {
  .destacados-home .slick-dots {
    position: relative;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .destacados-home .slick-prev, .destacados-home .slick-next {
    top: 70%;
  }
}

.h2.title-home {
  color: #077b37;
}

/****************************************
*** DETALLE DE NOTICIA ***
*****************************************/
.single-post article header.entry-header {
  padding-top: 0;
}
.single-post article h1.entry-title {
  font-size: 26px;
  margin-bottom: 5px;
  margin-top: 0;
}
.single-post article .entry-meta {
  margin-top: 5px;
  margin-bottom: 20px;
}
.single-post article .entry-meta .fecha {
  color: #282828;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}
.single-post article .entry-meta .cats {
  display: inline-block;
}
.single-post article .entry-meta .cats a {
  color: #d83b27;
  text-transform: none;
}
.single-post article .entry-content {
  margin-top: 15px;
}
.single-post article .entry-content .post-thumbnail {
  text-align: center;
  margin-bottom: 40px;
}
.single-post article .entry-content .post-thumbnail img {
  max-height: 500px;
  max-width: 100%;
  width: auto;
}
.single-post article .entry-content p, .single-post article .entry-content div {
  margin-bottom: 20px;
}
.single-post article .entry-content p, .single-post article .entry-content div, .single-post article .entry-content span, .single-post article .entry-content li, .single-post article .entry-content a span {
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  color: #282828 !important;
  text-align: left;
}
.single-post article .entry-content p b, .single-post article .entry-content p strong, .single-post article .entry-content div b, .single-post article .entry-content div strong, .single-post article .entry-content span b, .single-post article .entry-content span strong, .single-post article .entry-content li b, .single-post article .entry-content li strong, .single-post article .entry-content a span b, .single-post article .entry-content a span strong {
  font-weight: 600 !important;
}
.single-post article .entry-content p a, .single-post article .entry-content div a, .single-post article .entry-content span a, .single-post article .entry-content li a, .single-post article .entry-content a span a {
  color: #d83b27 !important;
}
.single-post article .entry-content p a:hover, .single-post article .entry-content div a:hover, .single-post article .entry-content span a:hover, .single-post article .entry-content li a:hover, .single-post article .entry-content a span a:hover {
  text-decoration: underline !important;
}
.single-post article .entry-content img {
  display: block;
  margin-bottom: 30px;
}
.single-post article .entry-content .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1199px) {
  .single-post article h1.entry-title {
    font-size: 24px;
  }
  .single-post article .entry-content p {
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  .single-post article h1.entry-title {
    font-size: 20px;
  }
}
.single-post h3.related-title {
  margin-bottom: 15px !important;
  margin-top: 30px !important;
  padding-top: 30px !important;
  border-top: 1px solid #f1f1f1;
}
.single-post ul.related {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.single-post ul.related li {
  width: 31%;
}
.single-post ul.related li .thumbnail {
  margin-bottom: 10px;
  position: relative;
}
.single-post ul.related li .thumbnail img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
  margin-bottom: 5px;
}
.single-post ul.related li .thumbnail a {
  font-weight: 500 !important;
}
.single-post ul.related li .thumbnail a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.single-post ul.related li h4 {
  line-height: 1;
  margin-bottom: 0px;
}
.single-post ul.related li h4 a {
  color: #282828 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
.single-post ul.related li h4 a:hover {
  text-decoration: underline;
}
.single-post ul.related li .date {
  margin-bottom: 0px !important;
}
.single-post ul.related li .date span {
  font-size: 14px !important;
  font-weight: 400;
  color: #d83b27 !important;
  text-transform: uppercase;
}
@media all and (max-width: 1199px) {
  .single-post ul.related li h4 a {
    font-size: 15px;
  }
}
@media all and (max-width: 991px) {
  .single-post ul.related {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-post ul.related li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.single-post .addtoany_content {
  margin-top: 40px;
}
.single-post .addtoany_content .addtoany_header´ {
  font-size: 15px;
  font-weight: bold;
}

.listado-noticias article {
  margin-bottom: 40px;
}
.listado-noticias article .img-principal {
  position: relative;
}
.listado-noticias article .img-principal .img-link {
  position: relative;
  display: block;
}
.listado-noticias article .img-principal .img-link img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 10px;
  width: 100%;
}
.listado-noticias article .img-principal .img-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: url("../images/bg-destacados.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 100% 90px;
  border-radius: 10px;
}
.listado-noticias article .img-principal .cats {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #74e68b;
  z-index: 1000;
}
.listado-noticias article .img-principal .cats a {
  color: #74e68b;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.listado-noticias article .titulo h2 {
  margin-top: 10px;
  line-height: 1.2;
  margin-bottom: 5px !important;
}
.listado-noticias article .titulo h2 a {
  font-size: 18px;
  color: #282828;
  font-weight: 600 !important;
}
.listado-noticias article .titulo h2 a:hover {
  color: #077b37 !important;
}
.listado-noticias article .fecha {
  margin-top: 3px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #d83b27;
  text-transform: uppercase;
  font-size: 12px;
}
@media all and (max-width: 1199px) {
  .listado-noticias article .titulo h2 a {
    font-size: 18px;
  }
  .listado-noticias article .des p {
    font-size: 16px;
  }
  .listado-noticias article .img-principal img {
    height: 220px;
  }
}
@media all and (max-width: 991px) {
  .listado-noticias article .titulo h2 {
    line-height: 18px;
  }
  .listado-noticias article .titulo h2 a {
    font-size: 16px;
    line-height: 18px;
  }
  .listado-noticias article .des p {
    font-size: 15px;
  }
  .listado-noticias article .img-principal img {
    height: 150px;
  }
}
@media all and (max-width: 767px) {
  .listado-noticias article .des p {
    font-size: 16px;
  }
  .listado-noticias article .titulo h2 {
    line-height: 18px;
  }
  .listado-noticias article .titulo h2 a {
    font-size: 18px;
    line-height: 18px;
  }
  .listado-noticias article .img-principal img {
    height: 210px;
  }
}
/*# sourceMappingURL=main.min.css.map */