@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;
    flex-direction: column;
    align-items: center;
}

.sectionTownsquare hr {
    width: 90%;
    border: none;
    height: 5px;
    opacity: 1;
    background-color: #ED6B3C;
}

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


.sectionTownsquare .divPortada .divImage{
    width: 20%;
    height: auto;
}

.sectionTownsquare .divPortada .divText{
    width: 70%;
    height: auto;
}

.sectionTownsquare .divText h1{
    color: #6C6C6C;
    font-family: "Open Sans", Sans-serif;
    font-size: 19px;
    font-weight: 800;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.3);
}

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


/* SectionPlanes*/
.sectionPlanes{
    font-family: "Poppins", Sans-serif;
}

.sectionPlanes .planes{
    display: flex;
    justify-content: space-between;
}

.sectionPlanes .planes .plan{
    font-family: "Roboto";
    display: grid;
    position: relative;
    text-align: center;
    width: 32%;
    margin: 1px 1px 1px 1px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
}

.sectionPlanes .planes .plan .detalles{
    padding: 30px;
}

.sectionPlanes .planes .plan .titulo{
    font-family: "Poppins", Sans-serif;
    border-radius: 20px 20px 0px 0px;
    background: #ED6B3C;
    padding: 20px 0;
    position: relative; /* Para que el título contenga parte de la etiqueta */
}

.sectionPlanes .planes .plan .titulo h2{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}

.sectionPlanes .planes .plan .ribbon {
    font-family: "Poppins", Sans-serif;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    right: 0px;
}

.sectionPlanes .planes .plan .ribbon span {
    z-index: 1;
    position: absolute;
    display: block;
    width: 225px;
    padding: 5px 0;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 11px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: center;
    top: 30px;
    transform: rotate(45deg);
}

.sectionPlanes .planes .plan .priceImage{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sectionPlanes .planes .plan .price{
    display: flex;
    width: 50%;
    flex-direction: row;
    align-items: flex-end;
}

.sectionPlanes .planes .plan .price span{
    font-size: 60px;
    line-height: .8;
    font-weight: 400;
}

.sectionPlanes .planes .plan .price div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sectionPlanes .planes .plan .price div span{
    font-size: 16px;
    font-weight: 400;
}

.sectionPlanes .planes .plan .price div #span1{
    font-size: 40px;
}

.sectionPlanes .planes .plan .priceImage .image{
    width: 40%;
}

.sectionPlanes .planes .plan .priceImage img{
    width: 100%;
}

.sectionPlanes .planes .plan ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.sectionPlanes .planes #planIntegral ul hr{
    margin: 8px 0;
}

.sectionPlanes .planes #planEnhanced ul hr{
    margin: 6px 0;
}

.sectionPlanes .planes #planPremier ul hr{
    margin: 3px 0;
}

.sectionPlanes .planes .plan .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sectionPlanes .planes .plan .buttons .buttonTermsConditions {
    color: #FFFFFF;
    font-size: 11px;
    background-color: #ED6B3C;
    border-radius: 16px 16px 16px;
    padding: 15px 30px;
    text-decoration: none;
    margin: 15px 0px;
}

.sectionPlanes .planes .plan .buttons .buttonTermsConditions:hover {
    color: #F37321;
    background-color: #ffffff;
}

.sectionPlanes .planes .plan .buttons .buttonCart {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #7A7B7A;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 15px 15px 15px 15px;
    font-size: 15px;
    padding: 12px 24px;
    display: flex;
}

.sectionPlanes .planes .plan .buttons .buttonCart .icon {
    padding: 3px;
}


/* 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, .sectionPlanes, .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 .divPortada {
        flex-direction: column;
    }
    
    .sectionTownsquare .divPortada .divImage {
        margin-bottom: 50px;
        width: 90%;
    }
    
    .sectionTownsquare .divPortada .divText {
        text-align: center;
        width: 100%;
        height: auto;
    }
    
    .sectionPlanes .planes {
        flex-direction: column;
    }
    
    .sectionPlanes .planes .plan {
        width: 100%;
        margin-bottom: 25px;
    }
    
    
    
    .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%;
    }
}