@font-face{
    font-family:'Roboto';
    src:url(../fuentes/RobotoSlab-Regular.ttf);
    font-style: normal;
    font-weight: normal;
}

html{
    box-sizing: border-box;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    font-family: "Poppins", Sans-serif;
}


body {
    font-family: "Poppins", Sans-serif;
    overflow-x: hidden;
    height:100%;
    width:100%;
    margin: 0;
    font-size: 1rem;
    background-color: #fff;
}

section{
    padding: 0px 5%;
}

.divContactarWhatsApp {
    background-color: white;
    display: none;
    border-radius: 30px;
    text-align: left;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
    overflow: hidden; /* Ensure children respect border radius */
}

.divContactarWhatsApp .divJoinChat {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(37, 211, 102);
}

.divContactarWhatsApp .divJoinChat .enlace {
    fill: currentcolor;
    color: white;
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
}

.divContactarWhatsApp .divJoinChat .enlace:hover {
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .3));
}

.divContactarWhatsApp .divJoinChat .icono {
    color: rgb(0 0 0 / 60%);
    height: 30;
}

.divContactarWhatsApp .divMensaje {
}

.divContactarWhatsApp .divMensaje .texto{
    padding: 15px 20px;
    margin: 15px 26px 26px;
    border-radius: 26px;
    background: #fff;
    color: #4a4a4a;
    word-break: break-word;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    transform: translateZ(0);
    
}

.divContactarWhatsApp .divButton {
    text-align: left;
    display: flex;
    justify-content: flex-end;
}

.divContactarWhatsApp .divButton a {
    text-decoration: none;
    background-color: rgb(37  211  102);
    border-radius: 30px;
    padding: 15px;
    margin: 0px 26px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.divContactarWhatsApp .divButton a:hover {
    background-color: rgb(37  250  102);
}

.divContactarWhatsApp .divButton a .icono {
    margin-left: 10px;
    height: 30;
}





.buttonWhatsApp{
    display: block;
    position:fixed;
    padding: 10px;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
    transition: background-color 2s;
}

.buttonWhatsApp .icono{
    height: 100%;
    width: 100%;
}

.buttonWhatsApp:hover{
    background: #23772d;
}

.buttonWhatsApp .textoFlotante {
    visibility: hidden;
    background-color: #fff;
    color: #000000;
    text-align: center;
    border-radius: 10px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 100%;
    margin-right: 15px;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    white-space: nowrap;
}

.buttonWhatsApp .textoFlotante::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.buttonWhatsApp:hover .textoFlotante {
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}


section{
    box-sizing: border-box;
}


/* SectionMenuLogo*/
.sectionMenuLogo{
    padding: 0px 10%;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(40deg, #6D6E71, 11%, #6D6E71 100%);
}

.bg-body-tertiary {
    --bs-bg-opacity: 0;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important;
}

.sectionMenuLogo .menuLogo{
    display: flex;
    padding: 10px;
    justify-content: space-between;
}

.sectionMenuLogo .imgLogo{
    text-align: left;
    width: 40%;
}

.sectionMenuLogo .imgLogo img{
    width: 100%;
}

.sectionMenuLogo .menuNav{
    font-size: 1.4em;
    width: 55%;
}

.sectionMenuLogo .menuNav li{
    padding: 0px 15px;
}




/* SectionMenuAssitance*/
.sectionMenuAssitance{
    padding: 0px 10%;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #F3F3F3;
}

.sectionMenuAssitance .menuAssistance{
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}

.sectionMenuAssistance .menuNavAssistance{
    font-size: 1.4em;
    width: 55%;
}

.sectionMenuAssistance .menuNavAssistance li{
    padding: 0px 10px;
}


/* sectionTownsquare*/
.sectionTownsquare {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 8%;
    margin-right: 5%;
}

.sectionTownsquare .divImage{
    width: 30%;
    height: auto;
}

.sectionTownsquare .divText{
    width: 60%;
    height: auto;
}

.sectionTownsquare .divText h1{
    color: #484646;
    font-size: 27px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.2em;
    letter-spacing: 1.2px;
}

.sectionTownsquare .divImage img{
    width: 100%;
    height: auto;
}



/* sectionFormPay*/
.sectionFormPay form{
}

.sectionFormPay form input{
    width: 100%;
    color: #8E8E9E;
    border-radius: 4px;
    min-height: 47px;
    padding: 6px 16px;
    font-size: 20px;
    font-weight: 400;
    background-color: #FFFFFFDB;
    border: 1px solid #818a91;
}

.sectionFormPay form input:focus{
    outline: none;
    border: 1px solid #333; 
}

.sectionFormPay form select{
    width: 100%;
    color: #4c4c52;
    border-radius: 4px;
    min-height: 47px;
    padding: 6px 16px;
    font-size: 20px;
    font-weight: 400;
    background-color: #FFFFFFDB;
    border: 1px solid #818a91;
}

.sectionFormPay form select:focus{
    outline: none;
    border: 1px solid #333; 
}

.sectionFormPay form button{
    background-color: #FD8A00;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-transform: none;
    border-radius: 28px 28px 28px 28px;
    padding: 15px 45px 15px 45px;
    border: none;
}

.sectionFormPay form button:hover{
    background-color: #F37321;
}



/* SectionPaymentInfo*/
.sectionPaymentInfo .contenedor{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.sectionPaymentInfo .contenedor .imageCard {
    transform: rotate(0deg);
    fill: #000000;
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    font-size: 141px;
}

.sectionPaymentInfo .contenedor .InfoBanks {
    width: 60%;
}

.sectionPaymentInfo .contenedor .InfoBanks .text p {
    margin-top: 0;
    margin-bottom: .9rem
}

.sectionPaymentInfo .contenedor .InfoBanks .image {
    text-align: center;
}



/* sectionInfoIGS*/
.sectionInfoIGS {
    background-color: #686868;
    padding: 30px 5% 50px 5%;
    display: flex;
}

.sectionInfoIGS .divInfo1{
    padding-right: 30px;
    width: 55%;
}

.sectionInfoIGS .divInfo1 .divImg img{
    width: 45%;
}

.sectionInfoIGS .divInfo1 .divImg{
    display: flex;
    justify-content: center;
}

.sectionInfoIGS .divInfo1 p{
    font-size: 1.1em;
}

.sectionInfoIGS .divInfo1 ul {
    font-size: 1.1em;
    padding: 0px;
    font-size: 1.1rem;
    list-style-type: none;
    margin-top: 25px;
}

.sectionInfoIGS .divInfo1 ul li {
    margin-bottom: 10px;
    display: flex;
}

.sectionInfoIGS .divInfo1 ul li p{
    padding-left: 10px;
}


.sectionInfoIGS .divInfo1 .svg-inline--fa {
    height: 1.4em;
    vertical-align: 0px;
}

.sectionInfoIGS .divInfo2{
    display: flex;
    padding-left: 20px;
    width: 45%;
}

.sectionInfoIGS .divInfo2 .divLista{
    width: 70%;
}

.sectionInfoIGS .divInfo2 .divLista ul{
    height: 80%;
    padding: 0px;
    font-size: 1.1rem;
    list-style-type: none;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.sectionInfoIGS .divInfo2 .divLista ul a{
    text-decoration: none;
    color: white;
}

.sectionInfoIGS .divInfo2 .divImg{
    text-align: center;
    width: 30%;
}

.sectionInfoIGS .divInfo2 .divImg img{
    width: 100%;
}





footer{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 5% 30px 5%;
}




/* Responsive */

@media (min-width: 1660px) {
    
    .sectionMenuLogo, .sectionMenuAssitance, .sectionTownsquare, .sectionFormPay, .sectionPaymentInfo, .sectionInfoIGS{
        padding-left: 20%;
        padding-right: 20%;
    }
    
    footer{
        padding: 30px 20%;
    }
}


@media screen and (max-width: 1050px) {
    
    .sectionMenuLogo .menuLogo {
        flex-direction: column;
        align-items: flex-end;
    }
    
    .sectionMenuLogo .imgLogo {
        width: 100%;
    }
    
    .sectionMenuLogo .menuNav {
        text-align: right;
        width: 80%;
    }
    
    .navbar>.container-fluid{
        display: flex;
        flex-wrap: inherit;
        flex-direction: row-reverse;
    }
    
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    
    .sectionMenuAssitance .menuAssistance {
        text-align:inherit;
        width: 100%;
        display: flex;
        padding: 10px;
        flex-direction: column;
        align-items: flex-end;
    }
    
    .sectionMenuAssitance .menuAssistance .menuNavAssistance{
        text-align: right;
        width: 100%;
    }
    
    .sectionMenuAssitance .menuAssistance .menuNavAssistance a {
        font-size: 1.3em;
        display: flex;
        justify-content: space-between;
    }
    
    .sectionTownsquare {
        flex-direction: column;
    }
    
    .sectionTownsquare .divImage {
        margin-bottom: 50px;
        width: 90%;
    }
    
    .sectionTownsquare .divText {
        text-align: center;
        width: 100%;
        height: auto;
    }
    
    .sectionPaymentInfo .contenedor {
        align-items: center;
        flex-direction: column;
    }
    
    .sectionPaymentInfo .contenedor .InfoBanks {
        width: 100%;
    }
    
    .sectionInfoIGS {
        flex-direction: column;
    }
    
    .sectionInfoIGS .divInfo1 .divImg img {
        width: 80%;
    }
    
    .sectionInfoIGS .divInfo1 {
        padding: 0px 10px;
        width: 100%;
    }
    
    .sectionInfoIGS .divInfo2 {
        padding: 0px 10px;
        width: 100%;
        flex-direction: column;
    }
    
    .sectionInfoIGS .divInfo2 .divLista {
        width: 100%;
    }
    
    .sectionInfoIGS .divInfo2 .divLista ul {
        align-items: center;
    }
    
    .sectionInfoIGS .divInfo2 .divLista ul li{
        padding-bottom: 15px;
    }
    
    .sectionInfoIGS .divInfo2 .divImg {
        text-align: center;
        width: 100%;
    }
    
    .sectionInfoIGS .divInfo2 .divImg img{
        width: 50%;
    }
}