body {
    font-family: "Lato";
    overflow-x: hidden;
}
.footer-clean {
  padding: 50px 0;
  background-color: #fff;
  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}


/* Estilos de las fichas */

.counter{
    color: #333;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    width: 200px;
    height: 175px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:after{
    content: '';
    background: linear-gradient(45deg,transparent 50%, #FF5929 51%);
    height: 40px;
    width: 40px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: -1;
}
.counter .counter-content{
    height: 175px;
    width: 175px;
    padding: 15px 10px;
    border-radius: 50%;
    border: 10px solid #FF5929;
    border-left-color: transparent;
    box-shadow: -10px 0 25px -10px rgba(0,0,0,0.3) inset;
}
.counter .counter-icon{
    font-size: 30px;
    margin: 0 auto 7px;
}
.counter .counter-icon i.fa{
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-icon i.fa{ transform: rotate(360deg); }
.counter h3{
    color: #FF5929;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.counter .counter-value{
    font-size: 28px;
    font-weight: 600;
    display: block;
}
.counter.green:after{ background: linear-gradient(45deg,transparent 50%,#8DCB0E 51%); }
.counter.green .counter-content{
    border-color: #8DCB0E;
    border-left-color: transparent;
}
.counter.green h3{ color: #8DCB0E; }
.counter.cgreen:after{ background: linear-gradient(45deg,transparent 50%,#07B39B 51%); }
.counter.cgreen .counter-content{
    border-color: #07B39B;
    border-left-color: transparent;
}
.counter.cgreen h3{ color: #07B39B; }
.counter.blue:after{ background: linear-gradient(45deg,transparent 50%,#0678AC 51%); }
.counter.blue .counter-content{
    border-color: #0678AC;
    border-left-color: transparent;
}
.counter.blue h3{ color: #0678AC; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}.counter{
    color: #333;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    width: 100px;
    height: 75px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    left: -10%;
}
.counter:after{
    content: '';
    background: linear-gradient(45deg,transparent 50%, #f42534 51%);
    height: 25px;
    width: 25px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 34px;
    top: 40%;
    z-index: -1;

}
.counter .counter-content{
    height: 60px;
    width: 60px;
    padding: 5px 5px;
    border-radius: 50%;
    border: 10px solid #f42534;
    border-left-color: transparent;
    box-shadow: -10px 0 25px -10px rgb(0 0 0 / 30%) inset;

}
.counter .counter-icon {
    font-size: 30px;
    margin: -5px auto 7px;
}
.counter .counter-icon i.fa{
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-icon i.fa{ transform: rotate(360deg); }
.counter h3{
    color: #232222;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0 0 4px;
    width: 48rem;
    float: left;
    text-align: justify;
    margin-left: 100px;
    margin-top: -40px;
}
.counter .counter-value{
    font-size: 28px;
    font-weight: 600;
    display: block;
}
.counter.green:after{ background: linear-gradient(45deg,transparent 50%,#8DCB0E 51%); }
.counter.green .counter-content{
    border-color: #8DCB0E;
    border-left-color: transparent;
}
.counter.green h3{ color: #8DCB0E; }
.counter.cgreen:after{ background: linear-gradient(45deg,transparent 50%,#07B39B 51%); }
.counter.cgreen .counter-content{
    border-color: #07B39B;
    border-left-color: transparent;
}
.counter.cgreen h3{ color: #07B39B; }
.counter.blue:after{ background: linear-gradient(45deg,transparent 50%,#0678AC 51%); }
.counter.blue .counter-content{
    border-color: #0678AC;
    border-left-color: transparent;
}
.counter.blue h3{ color: #0678AC; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}

.separadorfila{
    padding: 10px;
}

.cajitas {
    flex: 0 0 auto;
    width: 20%;
}
.consignap{
    padding: 20px 300px 20px 300px;margin-top: 50px;color: rgb(41,46,51);font-size: 20px;text-align: center;font-weight: bold;
}
.escogernosp{
    font-size: 17px;font-family: Alata, sans-serif;text-align: center;
}
.aliados{
    width: 40%;
}

.rowaliados{
    padding: 10px;
}

/* Estilos hoover del botón */
.btnsup:active, .btnsup:focus, .btnsup:hover {
    color: #fff !important;
    background-color: #AC162C !important;
    border-color: #AC162C !important;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: #AC162C !important;
}

.btnmed:active, .btnmed:focus, .btnmed:hover {
    color: #fff !important;
    background-color: #F42534 !important;
    border-color: #F42534 !important;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: #AC162C !important;
}

.btninf:active, .btninf:focus, .btninf:hover {
    color: #fff !important;
    background-color: #AC162C !important;
    border-color: #AC162C !important;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: #AC162C !important;
}

.btninf{
    margin-top: 1rem !important;
}

/* The Modal (background) */
.modal-issue {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: bold;
    text-shadow: #a97272 1px 1px 6px;
}

.close:hover,
.close:focus {
    color: #a8818b;
    text-decoration: none;
    cursor: pointer;
        -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    /*background-color: #5cb85c;*/
    color: white;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer 
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}*/

/* Modal Content */
.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    border: 0px solid rgba(0,0,0,.2);
    width: 50%;
    
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s

}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.counter.green h3{ color: #83C040; }
@media screen and (max-width:990px){
    .counter { margin-bottom: 40px; }
    .cajitas {
    flex: 0 0 auto;
    width: 100%;
}
}

/* Estilos de la cabecera de menu */

@media (min-width: 992px){
header.masthead {
    padding-top: calc(3rem + 55px);
    padding-bottom: calc(3rem + 55px);
}
header.masthead .masthead-content .masthead-heading {
    font-size: 4rem;
}
}

@media screen and (max-width: 992px){
.counter h3{
    color: #232222;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0 0 4px;
    width: 12rem;
    float: left;
    text-align: left;
    margin-left: 100px;
    margin-top: -40px;
}
.consignap{
    padding: 20px 20px 20px 20px;margin-top: 50px;color: rgb(41,46,51);font-size: 20px;text-align: center;font-weight: bold;
}
.counter {
    color: #333;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    width: 100px;
    height: 75px;
    margin: 0 auto;
    position: relative;
    left: -100px;
    z-index: 1;
}
.escogernosp{
    font-size: 17px;font-family: Alata, sans-serif;text-align: center;
}
header.masthead {
    position: relative;
    overflow: hidden;
    padding-top: calc(1rem + 72px);
    padding-bottom: 1rem;
    background: linear-gradient(0deg, #ff6a00 0%, #ee0979 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
header.masthead .masthead-content .masthead-heading {
    font-size: 2.5rem;
}
.aliados{
    width: 100%;
}
.rowaliados{
    padding: 10px;float: left;display: flex;width: 30%;
}
.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    border: 0px solid rgba(0,0,0,.2);
    width: 98%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
}

/* Estilos del Slider */
#container-slider
{
    position: relative;
    display: block;
    width: 100%;
}
#slider {
    position: relative;
    display: block;
    width: 100%;
    height: 75vh;
    min-height: 500px;
}
#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}
#container-slider .arrowPrev, #container-slider .arrowNext{
    font-size: 30pt;
    color: rgba(204, 204, 204, 0.65);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2; 
}
#container-slider .arrowNext {
    left: initial;
    right: 50px !important;
}
.content_slider{
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
}
.content_slider div{
    text-align: center;
}
.content_slider h2{
    font-family: 'arial';
    font-size: 30pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content_slider p {
    font-size: 15pt;
    font-family: 'arial';
    color: #FFF;
    margin-bottom: 20px;
}
#slider li .content_slider{
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 125px;
}
.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnSlider{
    color: #FFF;
    font-size: 15pt;
    font-family: 'arial';
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(13, 13, 13, 0.55);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
}
.btnSlider:hover{
    background: #111;
    border: 1px solid #111;
}
.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 5%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}
.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}
.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.item-select-slid {
    background: #FFF  !important;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0em;
}

.masthead-content{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-align: -webkit-center;
}

@media screen and (max-width: 460px){
    .content_slider h2 {
        font-size: 15pt !important;
    }
    .content_slider p {
        font-size: 12pt !important;
    }
    #container-slider .arrowPrev, #container-slider .arrowNext{
        font-size: 20pt;
    }
    #container-slider .arrowPrev{
        left: 15px;
    }
    #container-slider .arrowNext{
        right: 15px !important;
    }
    #slider{
        height: 400px;
        min-height: 400px;
    }
    #slider li .content_slider{
        padding: 10px 35px;
    }
    .btnSlider{
        padding: 10px 30px;
        font-size: 10pt;
    }
    .listslider {
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        left: 45%;
        bottom: 5%;
        list-style: none;
        z-index: 2;
        transform: translateX(-50%);
    }

}
