/* Section nav */

body{
    height: 100%;
    width: 100%;
}

/* Modificacion del scroll */
*::-webkit-scrollbar{
    background: rgb(240, 239, 239);
}

*::-webkit-scrollbar-thumb {
    background: #2E8DE9;;
    border-radius: 5px;
}
/***
nav ul {
    text-decoration: none;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 400px;
}

nav {
    display: flex;
    width: 100%;
}

nav img {
    width: 200px;
    margin-left: 400px;
}

nav ul li a{
    text-decoration: none;
    color: black;
}

nav ul li {
    display: flex;
    height: 20px;
    align-items: center;
    text-align: center;
    font-size: 20px;
    width: max-content;
    margin-left: 20px;
    margin-right: 20px;
}

/* Transition para generar la linea 
nav ul div p{
    margin-top: 30px;
    font-family: tahoma;
    width: 100px;
    border-bottom: 0px solid #2E8DE9;
    cursor: pointer;
    background-image: linear-gradient(90deg,#62aeff,#3984cf,#3271b1);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: left bottom;
    transition: background-size 600ms ease-in-out;
}

.inicio{
    background-image: linear-gradient(90deg,#62aeff,#3984cf,#3271b1);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: left bottom;
}

nav ul div p:hover {
    height: 30px;
    background-size:100% 2px;
}
***/
/*wp*/
.navbar-brand img{
    width: 200px;
}
.whatsapp{
    z-index: 1;
    position: fixed;
    display: flex;
    left: 1700px;
    width: 90px;
    border-radius: 100%;
    height: 90px;
    background-color: rgb(47, 143, 233);
    top: 800px;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 3px 2px 1px rgba(0, 0, 0, 0.2);
    animation: efectowp 1.4s infinite ;
}

.whatsapp:hover{
    background-color: rgb(47, 143, 233);
    animation: efectoaum 0.2s ease-in;
    width: 110px;
        height: 110px;
        left: 1680px;
        top: 780px;
}

.whatsapp img {
    height: 60px;
    display: flex;
}

@keyframes efectoaum{
    0%{
        left: 1700px;
        top: 800px;
        width: 90px;
        height: 90px;
    }
    100%{
        width: 110px;
        height: 110px;
        left: 1680px;
        top: 780px;
    }
}

@keyframes efectowp{
    0%{
       box-shadow: 0 0 0 0 rgba(47, 143, 233, 0.85);
    }
    100%{
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

/* Section hero 

.carrousel{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.carrousel-grande{
    width: 200%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    transition: all .5s ease;
    transform: translateX(-80%);
}

.hero {
    display: flex;
    flex-direction: column;
}

.hero-img {
    height: 700px;
    width: 2500px;
    position: relative;
}

.logo {
    height: 50px;
    width: 100px;
    position: absolute;
    translate: 500px 100px;
}

.hero-titulo{
    position: absolute;
    translate: 100px 0px;
}

.hero-div h1 {
    display: flex;
    position: absolute;
    translate: 500px 50%;
    text-align: start;
}

.textHero{
    position: relative;
   translate: 700px 500px;
   z-index: 1;
   font-size: 50px;
}
*/
/* Section Pagina */

h1 {
    font-size: 60px;
    font-family: tahoma;
}

h2 {
    font-size: 30px;
    font-family: tahoma;
}

h3 {
    font-size: 20px;
    font-family: tahoma;
}

.pagina {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pagina-div-text {
    width: fit-content;
    height: fit-content;
}

b{
    color:  #2E8DE9;
}


/* Texto posterior al hero */

.pagina-div-text p {
    font-size: 20px;
    line-height: 1.6;
    font-family: tahoma;
    text-align: center;
    width: 600px;
    padding-top: 180px;
    padding-bottom: 180px;
    border-bottom: 0px solid #2E8DE9;
    background-image: linear-gradient(90deg,#92c2f5,#3984cf,#3271b1);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0px 400px;
    animation: animacion 5s;
}

/* Animacion para el texto posterior al hero */

@keyframes animacion {
    0%{background-size: 0% 2.5px; box-shadow: #2E8DE9;}
    25%{background-size: 65% 2.5px;}
    50%{background-size: 100% 3px;}
    100%{background-size: 0% 3px;}
}

/* Servicios */

.servicios {
    padding: 12%;
    padding-top:5%;
    background-color: #F6F6F6;
    width: 100%;
}


.servicios-uno {
    background-color: #FEFEFE;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    width: 450px;
    height: 170px;
    margin-bottom: 30px;
}

.servicios-context a {
    text-decoration: none;
    color: black;
    padding: 0px 35px!important;
}

.servicios-uno h3 {
    margin-left: 40px;
    padding-top: 30px;
}

.servicios-uno p {
    margin-left: 40px;
    font-family: tahoma;
}

.servicios-uno img {
    height: 130px;
    position: absolute;
    translate: 325px 40px;
}

.servicios-context {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
     
}

/* Section nosotros */

.nosotros-h2{
    display: flex;
    margin-left: 10px;
    align-items: left;
    justify-content: left;
}

.nosotros {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.nosotros-content {
    display: flex;
    padding: px;
    width: 1020px;
}

.nosotros-content img {
    translate: 330px;
}

.nosotros-content-full{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
}

.nosotros-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 50px;
    width: 350px;
    padding-bottom: 10%;
    padding-top: 60px;
}
 
 

.nosotros-content-dos {
    background-color: #CCDBE6;
    border-radius: 15px;
    display: flex;
    width: 1020px;
    margin-top: 100px;
    flex-direction: row;
    padding-right: 200px;
}

@media screen and (max-width: 768px){
    
.form h2 b{
    margin-left:650px;
}
}

@media screen and (max-width: 992px){   
    .form h2 b{
        margin-left:650px;
    }
}


.nosotros-content {
    border-radius: 15px;
    display: flex;
    width: 1040px;
    margin-top: 50px;
    flex-direction: row-reverse;
    padding-right: 339px;
}

.nosotros-text p {
    font-family: tahoma;
    width: 500px;
}

.nosotros-text-dos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    padding-top: 40px;
    width: 400px;
    height: 100%;
    padding-bottom: 10%;
}

.nosotros-text-dos p {
    font-family: tahoma;
    width: 400px;
}

/* Section form */

.form {
    background-color: #E6E6E6;
 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 200px;
}

.form h2{
    margin-top: 150px;
    margin-right: 750px;
    padding-bottom:40px;
    padding-top: 0;
    font-size: 40px;
    font-family: tahoma;
}

.form-div {
    background-color: #FEFEFE;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.form div img {
    height: 40%;
    border-radius: 15px;
}

.formulario form {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.formulario form input {
    height: 30px;
    width: 280px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
}

.formulario form div {
    margin-top: 20px;
}

.signo-pregunta{
    align-items: flex-end;
    justify-content: end;
    margin-left: 350px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.formulario form button {
    background-color: #2E8DE9;
    color: white;
    border: none;
    width: 170px;
    height: 50px;
    border-radius: 15px;
    margin-top: 30px;
}

/*footer*/


.footer{
    display: flex;
    flex-direction: row; 
    background-color: #00162C;
    padding-bottom: 100px;
}

.footer-img{
    margin-top: 45px;
    margin-left: 10%;
}

.footer-servicios{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    margin-left: 20%;
    align-items: start;
    justify-content: start;
}

.footer-servicios a{
    font-family: tahoma;
    color: white;
    padding-bottom: 10px;
    font-size: 20px;
}

.footer-servicios p{
   background-color: white;
   width: 150px;
   height: 1px;
   font-family: tahoma;
}

.footer-redes{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-left: 20%;
    justify-content: center;
}

.footer-redes-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-redes-row p{
    color: white;
    font-size: 20px;
    text-decoration: none;
    margin-left: 30px;
    margin-top: 0;
    font-family: tahoma;
    margin-bottom: 0;
}

.footer-redes-row img{
    height: 30px;
}

.footer-redes-row2{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}

.footer-redes-row2 p{
    color: white;
    font-family: tahoma;
    text-decoration: none;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
}

.footer-redes-row2 img{
    height: 30px;
}

.footer a{
    text-decoration: none;
}

.probando{
    margin-bottom: 490px;
    margin-left: 100px;
    text-align: left;
}

@media screen and (max-width:1585px) {
    nav ul {
        text-decoration: none;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0px;
    }
}

@media screen and (max-width:1280px) {

    nav ul {
        text-decoration: none;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav img {
        width: 200px;
        margin-left: 50px;
    }

    .footer-img{
        margin-top: 45px;
        margin-left: 3%;
    }
}

@media screen and (max-width:1024px) {
     nav ul {
         text-decoration: none;
         list-style: none;
         display: flex;
         justify-content: center;
         align-items: center;
     }
 
     nav img {
         width: 200px;
         margin-left: 250px;
     }
 
     .footer-img{
         margin-top: 45px;
         margin-left: 0%;
     }

     .footer-servicios a{
        font-family: tahoma;
        color: white;
        padding-bottom: 10px;
        font-size: 15px;
    }
    .footer-redes-row p{
        color: white;
        font-size: 15px;
        text-decoration: none;
        margin-top: 0;
        font-family: tahoma;
        margin-bottom: 0;
    }

    .footer-redes-row2 p{
        font-size: 15px;
    }
    .footer-redes{
        margin-left: 15%;
    }
    .footer-servicios{
        margin-left: 15%;
    }

    nav img {
        margin-left: 100px;
    }
 }

 @media screen and (max-width:885px) {
     nav ul {
         text-decoration: none;
         list-style: none;
         display: flex;
         justify-content: center;
         align-items: center;
       
     }

     nav ul li a{
        text-decoration: none;
        color: black;
        font-size: 0;
    }

    nav {
        margin-left: 30px;
    }
 
     nav img {
         
         width: 150px;
     }

     .footer{
        display: flex;
        flex-direction: column; 
        background-color: #00162C;
        padding-bottom: 100px;
    }

    .footer-redes-row{
        display: flex;
        flex-direction: row;
        justify-content: left;
        margin-left: 0;
    }
 
     .footer-img{
         margin-top: 45px;
         margin-left: 15%;
         width: 150px;
         height: 100px;
     }
     .navbar
     {
        margin-left:0px!important;
        background-color: white!important;
     }
     
   
 
     .footer-img img{
        height: 100px;
     }

     .footer-servicios a{
        font-family: tahoma;
        color: white;
        padding-bottom: 10px;
        font-size: 18px;
    }
    .footer-redes-row p{
        color: white;
        font-size: 18px;
        text-decoration: none;
        margin-top: 0;
        font-family: tahoma;
        margin-bottom: 0;
    }

    .footer-redes-row2 p{
        font-size: 18px;
    }
    .footer-redes{
        margin-left: 20%;
    }
    .footer-servicios{
        margin-left: 20%;
    }

    .footer-redes-row2 img{
        height: 20px;
    }

    .footer-redes-row img{
        height: 20px;
        margin-left: 0;
    }

    nav img {
        margin-left: 20px;
        width: 120px !important;;
        height: auto;;
    }
    nav ul {
       background: #2E8DE9;
    }

    .pagina-div-text p {
        font-size: 15px;
        width: 400px;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    /* Servicios */
  
.servicios {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F6F6F6;
    width: 100%;
}



.servicios-h2 {
    font-family: tahoma;
    margin-left: 30px;
    margin-bottom: 0;
    padding: 0px 140px;
    padding: 0;
}

.servicios p {
    font-family: tahoma;
    margin-left: 30px;
    width: 350px;
}

.servicios-uno {
    background-color: #FEFEFE;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    width: 400px;
    max-height: 340px;
     
    margin-bottom: 30px;
}


.servicios-context :hover{
    height: 20;
}

.servicios-context a {
    padding: 0px 100px;
    text-decoration: none;
    color: black;
}

.servicios-context
{
     
    word-wrap: break-word;
}
 
.servicios-uno h3 {
    margin-left: 20px;
    padding-top: 30px;
}

.servicios-uno p {
    margin-left: 20px;
     
    font-family: tahoma;
    font-size: 15px;
    
}

.servicios-uno img {
    height: 80px;
    position: absolute;
     
    bottom:40px;
     float:right;
    
}

.servicios-context {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.servicios-context.servicios-uno h3 b :hover{
    color:  #2E8DE9;
}

/* Section nosotros */

.nosotros {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.nosotros-content img {
    width: 410px;
    margin-left: 0;
    translate: 0;
    padding-left: 0;
}

.nosotros-content-full{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nosotros-text {
    justify-content: center;
    align-items: flex-start;
    width: 412px;
    padding-bottom: 10%;
    padding-top: 60px;
    margin-left: 5px;
}

.nosotros-content-dos {
    background-color: #CCDBE6;
    border-radius: 15px;
    display: flex;
    width: 412px;
    align-items: left;
    justify-content: center;
    margin-top: 100px;
    flex-direction: column-reverse;
    padding-right: 200px;
}

.nosotros-content-dos img {
    width: 420px;
    margin-left: 0;
    padding-left: 0;
}

.nosotros-content {
    border-radius: 15px;
    display: flex;
    width: 412px;
    align-items: left;
    justify-content: center;
    margin-top: 50px;
    flex-direction: column-reverse;
    padding-right: 200px;
}

.nosotros-text p {
    font-family: tahoma;
    width: 400px;
    font-size: 15px;
}

.nosotros-text-dos {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    width: 400px;
    padding-left: 5px;
    padding-bottom: 10%;
}

.nosotros-text-dos p {
    display: block;
    font-family: tahoma;
    width: 400px;
    margin-left: 0;
}

.nosotros-h2{
    display: flex;
    margin-left: 40px;
    align-items: left;
    justify-content: left;
}

/* Section form */

.form {
    background-color: #E6E6E6;
     
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 200px;
    
}

.form h2{

    padding-bottom:40px;
    padding-left: 40px;
    font-size: 40px;
    font-family: tahoma;
}

.form-div {
    background-color: #FEFEFE;
    border-radius: 15px;
    display: flex;
    width: 390px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-div img {
    width: 390px;
    border-radius: 0;
}

.formulario form {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    margin-right: 100px;
    align-items: center;
}


.formulario form input {
    height: 50px;
    width: 300px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
}

.formulario form div {
    margin-top: 20px;
}

.signo-pregunta{
    align-items: flex-end;
    justify-content: end;
    margin-left: 390px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.formulario form button {
    background-color: #2E8DE9;
    color: white;
    border: none;
    width: 120px;
    height: 50px;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;

}


 }.serv-s
 {
     
 }