@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url("../css/animate.css"); /* Using a url */

html, body{
    margin: 0px;
    height: 100%;
    font-family: 'Poppins', sans-serif !important;
}
body{
    max-width: 100% !important;
    /* overflow-x: hidden !important; */
}
html{
    scroll-behavior: smooth !important;
}
*{
    /* border: 1px solid red; */
}

@media (max-width: 767.98px) { 
    #titulosPortafolio{
        padding-left: 1rem !important;
    }
    #precios{
        max-width: 100% !important;
    }
    #caracteristicas{
        max-width: 100% !important;
    }
    #firstVentaja{
        padding-top: 3rem !important;
    }
    #bannerHome{
        height: 100%;
    }

    #context .row{
        min-height: 100%
    }
    #context{
        height: 100%;
    }
    /* #limite{
        border: 1px solid red;
        top: 90vh;
        position: absolute;
    } */
    .divPortafolio{
        width: 483px;
        height: 317px;        background-color: white;
        /* display: block; */
        overflow: hidden;
        position: relative;
    }

    .subtitleHome{
        color: #76be16cc !important;
        opacity: 0.9;
    }
    
    .card-img-top{
        filter: invert(65%) sepia(54%) saturate(774%) hue-rotate(39deg) brightness(94%) contrast(83%);
    }
    
    #ventajas{
        width: 100%;
        height: 110vh !important;
        background-color: #76be16cc;
    }
    
    #ventajas img{
        filter: invert();
    }
    .textoVentajas{
        display: block;
        color: white;
    }
    .iconVentaja{
        color: white;
        font-size: 75px;
    }
    span.textoVentajas{
        font-size: 13px;
        font-weight: 500;
    }
    
    .hover {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .hover-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        transition: all 0.1s;
        display: table;
        opacity: 1;
    }
    
    
    .contenido{
        z-index: 101;
        display: table-cell;
        vertical-align: middle;
        cursor: pointer;
    }
    
    
    
    .hover-1 img {
        width: 105%;
        position: absolute;
        top: 0;
        left: -2%;
        transition: all 0.3s;
    }
      
      
    .hover-1 .hover-overlay {
    /* background: #8de31cd5; */
    background-color: rgb(0, 0, 0, 0.7);
    opacity: 0;
    }
    
    .hover-1:hover .hover-overlay {
    opacity: 1;
    }
    #divFormContacto{
        background-color: white;
        border-radius: 0px 0px 30px 30px !important;
        min-height: 663px;
    }
    #divContainerInfoContacto{
        background-color: rgb(17, 17, 17,0.5);
        border-radius: 30px 30px 0px 0px !important;
        min-height: 20px !important;
        color: white ;
    }
    .divInfoContacto{
        height: 100% !important;
        padding: 0 !important;
    }
    
 }

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    #precios{
        max-width: 100% !important;
    }
    #rowPrecios{
        max-width: 100% !important;
    }
    #bannerHome{
        height: 100%;
    }

    #context .row{
        min-height: 100%
    }
    #context{
        height: 100%;
    }

    /* #limite{
        border: 1px solid red;
        top: 90vh;
        position: absolute;
    } */
    .divPortafolio{
        width: 483px;
        height: 317px;        background-color: white;
        /* display: block; */
        overflow: hidden;
        position: relative;
    }
    
    
    .subtitleHome{
        color: #76be16cc !important;
        opacity: 0.9;
    }
    
    .card-img-top{
        filter: invert(65%) sepia(54%) saturate(774%) hue-rotate(39deg) brightness(94%) contrast(83%);
    }
    
    #ventajas{
        width: 100%;
        height: 110vh;
        background-color: #76be16cc;
    }
    
    #ventajas img{
        filter: invert();
    }
    .textoVentajas{
        display: block;
        color: white;
    }
    .iconVentaja{
        color: white;
        font-size: 75px;
    }
    span.textoVentajas{
        font-size: 13px;
        font-weight: 500;
    }
    
    .hover {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .hover-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        transition: all 0.1s;
        display: table;
        opacity: 1;
    }
    
    
    .contenido{
        z-index: 101;
        display: table-cell;
        vertical-align: middle;
        cursor: pointer;
    }
    
    
    
    .hover-1 img {
        width: 105%;
        position: absolute;
        top: 0;
        left: -2%;
        transition: all 0.3s;
    }
      
      
    .hover-1 .hover-overlay {
    /* background: #8de31cd5; */
    background-color: rgb(0, 0, 0, 0.7);
    opacity: 0;
    }
    
    .hover-1:hover .hover-overlay {
    opacity: 1;
    }
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    #containerPrecios{
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #rowPrecios{
        max-width: 100% !important;
    }
    #bannerHome{
        height: 100%;
    }
    #context .row{
        min-height: 100%
    }
    #context{
        height: 100%;
    }
    /* #limite{
        border: 1px solid red;
        top: 90vh;
        position: absolute;
    } */
    .divPortafolio{
        width: 483px;
        height: 317px;        background-color: white;
        /* display: block; */
        overflow: hidden;
        position: relative;
    }
    
    
    .subtitleHome{
        color: #76be16cc !important;
        opacity: 0.9;
    }
    
    .card-img-top{
        filter: invert(65%) sepia(54%) saturate(774%) hue-rotate(39deg) brightness(94%) contrast(83%);
    }
    
    #ventajas{
        width: 100%;
        height: auto !important;
        background-color: #76be16cc;
    }
    
    #ventajas img{
        filter: invert();
    }
    .textoVentajas{
        display: block;
        color: white;
    }
    .iconVentaja{
        color: white;
        font-size: 75px;
    }
    span.textoVentajas{
        font-size: 13px;
        font-weight: 500;
    }
    
    .hover {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .hover-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        transition: all 0.1s;
        display: table;
        opacity: 1;
    }
    
    
    .contenido{
        z-index: 101;
        display: table-cell;
        vertical-align: middle;
        cursor: pointer;
    }
    
    
    
    .hover-1 img {
        width: 105%;
        position: absolute;
        top: 0;
        left: -2%;
        transition: all 0.3s;
    }
      
      
    .hover-1 .hover-overlay {
    /* background: #8de31cd5; */
    background-color: rgb(0, 0, 0, 0.7);
    opacity: 0;
    }
    
    .hover-1:hover .hover-overlay {
    opacity: 1;
    }
}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 
    #containerPrecios{
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #rowPrecios{
        max-width: 100% !important;
    }
    #bannerHome{
        height: 100%;
    }

    #context .row{
        min-height: 100%
    }
    #context{
        height: 100%;
    }
    /* #limite{
        border: 1px solid red;
        top: 90vh;
        position: absolute;
    } */
    .divPortafolio{
        width: 483px;
        height: 317px;        background-color: white;
        /* display: block; */
        overflow: hidden;
        position: relative;
    }
    
    
    .subtitleHome{
        color: #76be16cc !important;
        opacity: 0.9;
    }
    
    .card-img-top{
        filter: invert(65%) sepia(54%) saturate(774%) hue-rotate(39deg) brightness(94%) contrast(83%);
    }
    
    #ventajas{
        width: 100%;
        height: auto !important;
        background-color: #76be16cc;
    }
    
    #ventajas img{
        filter: invert();
    }
    .textoVentajas{
        display: block;
        color: white;
    }
    .iconVentaja{
        color: white;
        font-size: 75px;
    }
    span.textoVentajas{
        font-size: 13px;
        font-weight: 500;
    }
    
    .hover {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .hover-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        transition: all 0.1s;
        display: table;
        opacity: 1;
    }
    
    
    .contenido{
        z-index: 101;
        display: table-cell;
        vertical-align: middle;
        cursor: pointer;
    }
    
    
    
    .hover-1 img {
        width: 105%;
        position: absolute;
        top: 0;
        left: -2%;
        transition: all 0.3s;
    }
      
      
    .hover-1 .hover-overlay {
    /* background: #8de31cd5; */
    background-color: rgb(0, 0, 0, 0.7);
    opacity: 0;
    }
    
    .hover-1:hover .hover-overlay {
    opacity: 1;
    }
}

#firstVentaja{
    padding-top: 0;
}
#bannerHome{
    height: 100%;
}

#context .row{
    min-height: 100%
}
#context{
    height: 100%;
}
/* #limite{
    border: 1px solid red;
    top: 90vh;
    position: absolute;
} */
.divPortafolio{
    width: 454px;
    height: 317px;    background-color: white;
    /* display: block; */
    overflow: hidden;
    position: relative;
}


.subtitleHome{
    color: #76be16cc !important;
    opacity: 0.9;
}

.card-img-top{
    filter: invert(65%) sepia(54%) saturate(774%) hue-rotate(39deg) brightness(94%) contrast(83%);
}

#ventajas .container{
    width: 100%;
    background-color: #76be16cc;
    max-width: 100%;
}

#ventajas img{
    filter: invert();
}
.textoVentajas{
    display: block;
    color: white;
}
.iconVentaja{
    color: white;
    font-size: 75px;
}
span.textoVentajas{
    font-size: 13px;
    font-weight: 500;
}

.hover {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.1s;
    display: table;
    opacity: 1;
}


.contenido{
    z-index: 101;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}



.hover-1 img {
    width: 105%;
    position: absolute;
    top: 0;
    left: -2%;
    transition: all 0.3s;
}
    
    
.hover-1 .hover-overlay {
/* background: #8de31cd5; */
background-color: rgb(0, 0, 0, 0.7);
opacity: 0;
}

.hover-1:hover .hover-overlay {
opacity: 1;
}

#caracteristicas{
    max-width: 55%;
}
.textoCaracteristicas{
    font-size: 14px;
}
#portafolio{
    background-color: #f7f7f7;
}
#titulosPortafolio{
    padding-left: 205px;
}

#titulosPrecios{
    color: #76be16cc;
}
#contacto{
    background-image: linear-gradient(60deg, #c7d8e8, #e6fdf0);
    /* background-image: linear-gradient(60deg, #95bee486, #48e252ce); */
}
#divFormContacto{
    background-color: white;
    border-radius: 0px 30px 30px 0px;
    min-height: 663px;
}
.divInputContacto {
    width: 90%;
}
.divInputContacto input{
    color: #111111;
    background-color: #f2f2f2;
    border: none !important;
}
.divInputContacto textarea{
    color: #111111;
    background-color: #f2f2f2;
    border: none !important;

}
.divInputContacto input:focus{
    box-shadow: 0 0 0 .25rem rgba(118, 190, 22, 0.5) !important;
    border-color: rgba(206, 255, 142, 0.5) !important;

}
.divInputContacto textarea:focus{
    box-shadow: 0 0 0 .25rem rgba(118, 190, 22, 0.5) !important;
    border-color: rgba(206, 255, 142, 0.5) !important;

}
#enviarForm{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    background-color: #76be16cc;
    border: none !important;
}
#enviarForm:hover{
    background-color: rgba(49, 49, 49, 0.5);
}
#enviarForm:focus{
    box-shadow: none !important;
    border: none !important;
}
#rotar{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.divInfoContacto{
    width: 90%;
    height: 70%;
}
#divContainerInfoContacto{
    background-color: rgb(17, 17, 17,0.5);
    border-radius: 30px 0px 0px 30px;
    min-height: 663px;
    color: white ;
}
#ayuda{
    font-size: 36px;
    font-weight: 600;
}
#pAyuda{
    font-size: 20px;
    line-height: 1.2;
}
#btn-back-to-top {
    position: fixed;
    bottom: 40px;
    left: 30px;
    display: none;
    z-index: 101;
    font-size: 40px;
    color: #69ac13;
    cursor: pointer;
    /* border: 1px solid #14153b; */
  }
  #btn-back-to-top:hover{
    color: #4c5afb;
    transition-delay: 0.5s;
    transition: 0.5s;
  }