/*  import google fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');

/* font special */
@font-face {font-family: "Maiandra GD"; 
    src: url("/assets/font/MaiandraGD/0141df8c3436a6c3eb8be69855e1ec0d.eot"); 
    src: url("/assets/font/MaiandraGD/0141df8c3436a6c3eb8be69855e1ec0d.eot?#iefix") format("embedded-opentype"), 

    url("/assets/font/MaiandraGD/0141df8c3436a6c3eb8be69855e1ec0d.woff2") format("woff2"), 
    url("/assets/font/MaiandraGD/0141df8c3436a6c3eb8be69855e1ec0d.woff") format("woff"), 
    url("/assets/font/MaiandraGD/0141df8c3436a6c3eb8be69855e1ec0d.ttf") format("truetype"), 
    url("/assets/font/MaiandraGD/0141df8c3436a6c3eb8be69855e1ec0d.svg#Maiandra GD") 
    format("svg"); 
} 
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

/*efecto transiccion entre secciones*/
html{
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}


.lazy{
    opacity: 0;
}


.fontspecial{
    font-family: 'Maiandra GD';
}


/*--------------------------------------------------------------
# Sections Config
--------------------------------------------------------------*/
/* all similar content styling codes */
section{
    padding: 50px 0;
}
.max-width{
    max-width: 1300px;
    padding: 0 80px;
    margin: auto;
}
section .title{
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
}
section .title::before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 180px;
    height: 3px;
    background: #111;
    transform: translateX(-50%);
}
section .title::after{
    position: absolute;
    bottom: -8px;
    left: 50%;
    font-size: 20px;
    color: #0061a9; /*Azul Brandeis*/
    padding: 0 5px;
    background: #fff;
    transform: translateX(-50%);
}



/*corte principal mobile*/
@media (max-width: 500px) {
    section{
        padding: 50px 0;
    }
}




/* responsive media query start */
/*corte lateral*/
@media (max-width:  1230px){
    .max-width{
        padding: 0 50px;
    }
}



@media (max-width: 1060px){
    .max-width{
        max-width: 930px;
    }
}


@media (max-width: 690px) {
    .max-width{
        padding: 0 23px;
    }
}





/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* navbar styling */
.navbar{
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 30px 0;
    font-family: 'Ubuntu', sans-serif;
    transition: all 0.3s ease;
}
.navbar.sticky{
    padding: 15px 0;

    /*GRADIENTE BACKGROUND*/
    background: #000046; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #000046, #1cb5e0); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #000046, #1cb5e0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.navbar .max-width{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo a{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.navbar .logo a span{
    color: #0061a9; /*Azul Brandeis*/
    transition: all 0.3s ease;
}
.navbar.sticky .logo a span{
    color: #fff;
}

/*LOGO STYLING FIT*/
.contImgNavBar {
    width: 300px; /*any size*/
    height: 70px; /*any size*/
}
  
.contImgNavBarfit {
    width: 100%;
    height: 100%;
    object-fit: fill; /*magic*/
}
  
.navbar .menu li{
    list-style: none;
    display: inline-block;
}

.navbar .menu li a{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
    transition: color 0.3s ease;
    position: relative; /*effecto underline*/
}
.navbar .menu li a:hover{
    color: #0061a9; /*Azul Brandeis*/
}

/*sticky es luego del scroll*/
.navbar.sticky .menu li a:hover{
    color: #fff;
}


/*sticky es luego del scroll*/
/*effecto underline*/
.navbar.sticky .menu li a:hover::after{
    transform: scaleX(1);
    transform-origin: left;
}

.navbar.sticky .menu li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 100%;
    left: 0;
    background: white;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}

.navbar .tamIdiomas{
    height: 20px;
}

.navbar .alingIdiomas{
    display: inline-flex;
}

.navbar .activeidiom{
    animation: glowidiom 1s ease-in-out infinite alternate !important;
}

@keyframes glowidiom {
    from {
      transform: scale(0.98);
    }
    to {
      transform: scale(1.2);
    }
  }
  

/*scroll on active*/
.navbar.sticky .menu li a.active::after, .navbar.sticky .menu li a.active:focus::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 100%;
    left: 0;
    background: rgb(255, 255, 255);
    transition: transform 0.5s;
    transform: scaleX(1);
    transform-origin: left;
    color: white !important;
}






/* menu btn styling BURGER*/
.menu-btn{
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    display: none;
}


/* Tooltip container idiom  in navbar section*/
.tooltip {
    position: relative;
    display: inline-block;
}
  
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px; /*achicar el globo*/
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 10px; /*tamaño letra*/

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -50px; /*alinear al centro del objeto*/

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}
  
/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}
  
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} 




/* responsive media query start */
/*corte lateral*/
@media (max-width:  1230px){

    .navbar .menu li a{
        margin-left: 20px;
        font-size: 16px;
    }

}



/* fix para destacados para que la letra sea mas chica */
@media (max-width: 1060px) and (orientation: landscape)  {

    .navbar .menu{
        position: fixed;
        height: 100vh;
        width: 100%;
        left: -100%;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 15vh;
        transition: all 0.3s ease;
    }
    .navbar .menu.active{
        left: 0;
    }
    .navbar .menu li{
        display: block;
    }
    .navbar .menu li a{
        display: inline-block;
        margin: 2.5vh 0;
        font-size: 18px;
    }


    .navbar .alingIdiomas{
        display: block;
    }

    .navbar .tamIdiomas{
        height: 20px;
    }

    .navbar .menu #btnes{
        padding-right: 20px !important;
    }

    .navbar .menu #btnen{
        padding-left: 20px !important;
    }

  
  }
  
  
  @media (max-width: 1060px) and (orientation: portrait) {
  
    .navbar .menu{
        position: fixed;
        height: 100vh;
        width: 100%;
        left: -100%;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 80px;
        transition: all 0.3s ease;
    }
    .navbar .menu.active{
        left: 0;
    }
    .navbar .menu li{
        display: block;
    }
    .navbar .menu li a{
        display: inline-block;
        margin: 2vh 0;
        font-size: 25px;
    }

    .navbar .alingIdiomas{
        display: block;
    }

    .navbar .tamIdiomas{
        height: 25px;
    }

    .navbar .menu #btnes{
        padding-right: 20px !important;
    }

    .navbar .menu #btnen{
        padding-left: 20px !important;
    }

}





@media (max-width: 1060px){

    /*LOGO STYLING FIT*/
    .contImgNavBar {
       width: 270px; /*any size*/
    }
    
    /* menu btn styling BURGER*/
    .menu-btn{
        display: block;
        z-index: 999;
    }
    .menu-btn i.active:before{
        content: "\f00d";
    }

}













/*--------------------------------------------------------------
# SCROLL UP button
--------------------------------------------------------------*/
.scroll-up-btn{
    position: fixed;
    height: 45px;
    width: 42px;
    background: #1172bd; /*Azul Brandeis*/
    right: 30px;
    bottom: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    z-index: 9999;
    font-size: 30px;
    border-radius: 6px;
    border-bottom-width: 2px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.scroll-up-btn.show{
    bottom: 60px;
    opacity: 1;
    pointer-events: auto;
}
.scroll-up-btn:hover{
    filter: brightness(90%);
}
/*para que suba arriba del footer*/
.scroll-up-btn.showfinal {
    bottom: 125px !important;
}
  


@media (max-width: 991px) {

    /*para que suba arriba del footer*/
    .scroll-up-btn.showfinal {
      bottom: 85px !important;
    }
  
}



@media (max-width: 500px) {

    .scroll-up-btn{
        right: 15px;
        bottom: 15px;
        height: 38px;
        width: 35px;
        font-size: 23px;
        line-height: 38px;
    }

}







/*--------------------------------------------------------------
# wasap button
--------------------------------------------------------------*/
.wts{
    position: fixed; 
    width: 55px;
    height: 55px;

    background-color:#25d366;
    border-radius: 50%;
    border-bottom-width: 2px;
    z-index: 9999;
    transition: all 0.3s ease;
    opacity: 0;
  
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 55px;
  
    pointer-events: none;

    left: 30px; 
    bottom: 10px; /*definir abajo para efecto luego hacia arriba*/
  }
  
  
.wts:hover {
    box-shadow: 0 6px 14px 0 #666;
    transform: scale(1.2);
    cursor: pointer;
}
  
.wts.show{
    bottom: 60px;
    opacity: 1;
    pointer-events: auto;
}

/*para que suba arriba del footer*/
.wts.showfinal{
    bottom: 120px !important;
}



@media (max-width: 991px) {
   
    /*para que suba arriba del footer*/
    .wts.showfinal{
      bottom: 80px !important;
    }
  
}

  

@media (max-width: 500px) {
    /*wasap*/
    .wts{
        width: 50px;
        height: 50px;
        font-size: 25px;
        line-height: 50px;
        left: 15px; 
        bottom: 10px; 
    }
}






/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
/* home section styling */
.home{
    display: flex;
    background: url("../assets/img/bannerhome.png") no-repeat center;
    height: 100vh; /*la portada principal hace que ocupe toda la pantalla*/
    color: #fff;
    min-height: 500px; /*min tamaño de pantalla*/
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Ubuntu', sans-serif;
}
.home .max-width{
  width: 100%;
  display: flex;
}
.home .max-width .row{
  margin-right: 0;
}
.home .home-content .text-1{
    font-size: 27px;
}
.home .home-content .text-2{
    font-size: 75px;
    font-weight: 600;
    margin-left: -3px;
}
.home .home-content .text-3{
    font-size: 34px;
    margin: 5px 0;
}
.home .home-content .text-4{
    font-size: 40px;
    margin: 5px 0;
}
.home .home-content .text-3 span{
    color: white;
    font-weight: 500;
}
/*Boton de la home*/
.home .home-content a{
    display: inline-block;
    background: #0061a9; /*Azul Brandeis*/
    color: #fff;
    font-size: 25px;
    padding: 10px 30px;
    margin-top: 20px;
    font-weight: 400;
    border-radius: 6px;
    border: 2px solid #0061a9; /*Azul Brandeis*/
    transition: all 0.3s ease;
}
.home .home-content a:hover{
    color: #0061a9; /*Azul Brandeis*/
    background: none;
}




@media (max-width: 1060px){

    .home .home-content .text-2{
        font-size: 70px;
    }
    .home .home-content .text-3{
        font-size: 35px;
    }
    .home .home-content a{
        font-size: 23px;
        padding: 10px 30px;
    }
}



@media (max-width: 690px) {
    .max-width{
        padding: 0 23px;
    }

    .home .home-content .text-2{
        font-size: 60px;
    }
    .home .home-content .text-3{
        font-size: 32px;
    }
    .home .home-content a{
        font-size: 20px;
    }

}



/*corte principal mobile*/
@media (max-width: 500px) {
    .home .home-content .text-2{
        font-size: 50px;
    }
    .home .home-content .text-3{
        font-size: 27px;
    }
}





/*--------------------------------------------------------------
# about us Section
--------------------------------------------------------------*/
/* about section styling */
.about{
    font-family: 'Poppins', sans-serif;
}
.about .about-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about .title{
    color: #0061a9; /*Azul Brandeis*/;
}

.about .title::before{
    background: #0061a9; /*Azul Brandeis*/;
}

.about .title::after{
    content: ""; /*contenido en el medio de las lineas luego de los titulos*/
}
.about .about-content .left{
    width: 45%; /*para dividir el ancho de la pantalla*/
}
.about .about-content .left img{
    height: 400px;
    width: 400px;
    object-fit: contain;
    border-radius: 6px;
}
.about .about-content .right{
    width: 55%; /*para dividir el ancho de la pantalla*/
}
.about .about-content .right .text{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about .about-content .right .text span{
    color: #0061a9; /*Azul Brandeis*/
}
.about .about-content .right p{
    text-align: justify;
}

/* Boton en la seccion about */
.about .about-content .right a{
    display: inline-block;
    background: #0061a9; /*Azul Brandeis*/
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid #0061a9; /*Azul Brandeis*/
    transition: all 0.3s ease;
}
.about .about-content .right a:hover{
    color: #0061a9; /*Azul Brandeis*/
    background: none;
}

.about .about-content .listavirtudes{
    margin-left: 30px;
}

.about .about-content .lema{
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 20px;
}




@media (max-width: 1060px){

    .about .about-content .left img{
        height: 350px;
        width: 350px;
    }

    .about .about-content .column{
        width: 100%;
    }
    .about .about-content .left{
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .about .about-content .right{
        flex: 100%;
    }

}



@media (max-width: 500px) {
    .about .about-content .left {
        margin: 0;
    }

    .about .about-content .right .text{
        font-size: 19px;
    }
}








/*--------------------------------------------------------------
# services Section
--------------------------------------------------------------*/
/* services section styling */
.services{
    font-family: 'Poppins', sans-serif;
}
.services .serv-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.services, .projects{
    color:#fff;
    background: #f8f3f0; /*Azul Brandeis*/
}

.services .title,
.projects .title{
    color: #0061a9; /*Azul Brandeis*/;
}

.services .title::before,
.projects .title::before{
    background: #0061a9; /*Azul Brandeis*/;
}
.services .title::after,
.projects .title::after{
    background: #0061a9; /*Azul Brandeis*/
    content: "";/*contenido en el medio de las lineas luego de los titulos*/
}

/* mismo height en todos los componentes */
.services .serv-content .grid-x {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.services .serv-content .card{
    background: #0061a9; /*Azul Brandeis*/;
    opacity: 0.95;
    text-align: center;
    border-radius: 6px;
    padding: 30px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}


.services .serv-content .card:hover{
    opacity: 1;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.services .serv-content .card .box{
    transition: all 0.3s ease;
}
.services .serv-content .card:hover .box{
    transform: scale(1.1);
}
.services .serv-content .card i{
    font-size: 50px;
    color: white;
    transition: color 0.3s ease;
}
.services .serv-content .card:hover i{
    color: #fff;
}
.services .serv-content .card .text{
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 7px 0;
}

.services .serv-content .card .parrafo{
    font-size: 16px;
}



@media (max-width: 1060px){

    .services .serv-content .grid-x{
        grid-template-columns: repeat(2, 1fr);
    }

}


/*corte principal mobile*/
@media (max-width: 500px) {

    /*en mobile no tienen que tener el mismo tamaño.. porque es 1 sola columna al width*/
    .services .serv-content .grid-x {
        grid-template-columns: 1fr;
        grid-auto-rows: 0fr;
    }

}





/*--------------------------------------------------------------
# skills Section
--------------------------------------------------------------*/
/* skills section styling */
.skills{
    font-family: 'Poppins', sans-serif;
}
.skills .skills-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.skills .title{
    color: #0061a9; /*Azul Brandeis*/;
}

.skills .title::before{
    background: #0061a9; /*Azul Brandeis*/;
}

.skills .title::after{
    content: "";
}
.skills .skills-content .column{
    width: calc(50% - 30px);
}
.skills .skills-content .left .text{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.skills .skills-content .left p{
    text-align: justify;
}

/*derecha*/
.skills .skills-content .right{
    width: 50%; /*para dividir el ancho de la pantalla*/
}
.skills .skills-content .right img{
    height: 700px;
    width: 500px;
    object-fit: contain;
    border-radius: 6px;
}




@media (max-width: 1060px){

    .skills .skills-content .column{
        width: 100%;
        margin-bottom: 35px;
    }


    .skills .skills-content .right{
        margin-top: -25px;
        margin-bottom: -45px;
    }

    .skills .skills-content .right img{
        height: 500px;
        width: 100%;
        object-fit: contain;
    }

}



@media (max-width: 500px) {

    .skills .skills-content .left .text{
        font-size: 19px;
    }

}




/*--------------------------------------------------------------
# projects Section
--------------------------------------------------------------*/
/* projects section styling */
.projects{
    font-family: 'Poppins', sans-serif;
}

.projects .title::after{
    content: "";
}

.projects .margin{
    max-width: 1200px; /*es menos ancho que lo normal ya de por si*/
}

.projects .carousel{
    margin-top: 10px;
}

.projects .carousel .card{
    background: #0061a9;
    border-radius: 10px;
    padding: 15px 15px 40px 15px; /*top right botton left*/
    overflow: hidden;
    transition: all 0.3s ease;
 
    flex: 1 0 auto; /*grilla col para que tengan el mismo tamaño las cards*/
    height: 100%; /*grilla col para que tengan el mismo tamaño las cards*/
}

.projects .carousel .card .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.projects .carousel .card .texttitle{
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 20px 0;
}
.projects .carousel .card img{
    height: 300px; /*todas las imagenes tendran el mismo tamaño por ende las CARD tambien*/
    width:  100%;
    object-fit: contain;
}

.projects .carousel .card .parrafo a{
    color: white;
    text-decoration: none;
    position: relative;
}

.projects .carousel .card .parrafo a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dbc5b8;
    background: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

.projects .carousel .card .parrafo a:hover::before {
    transform: scaleX(1);
}

.projects .carousel .grid-x {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
}

.projects .carousel .card .parrafo{
    font-size: 16px;
}

.owl-carousel .owl-stage{
    display: flex !important;/*grilla col para que tengan el mismo tamaño las cards*/
}

.owl-dots{
    text-align: center;
    margin-top: 20px;
}
.owl-dot{
    height: 13px;
    width: 13px;
    margin: 0 5px;
    outline: none!important;
    border-radius: 50%;
    border: 2px solid #0061a9 !important;
    transition: all 0.3s ease;
}
.owl-dot.active{
    width: 35px;
    border-radius: 14px;
}
.owl-dot.active{
    background: #0061a9!important;
}

.owl-dot:hover{
    background: #0079d3!important;
}

/*bx slider.. transparency*/
.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    background:rgba(0,0,0,0) !important;
    margin-bottom: 0px !important;
}

.projects .subtitle{
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-top: 40px;
    text-align: center;
}


.projects .clients .grid-x {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    text-align: center;
}


.projects .clients .text{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: black;
    text-align: left;
}

.projects .clients p{
    text-align: justify;
    color: black;
}


.projects .clients img{
    height: 200px;
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
}


.projects .sizeImgVid{
    width: 100%;/*hace que ocupe el ancho de cada col en este caso*/
    height: 100%;
    object-fit: fill; /*magic*/
}
  


@media (max-width: 1060px){


    .projects .carousel .grid-x {
        grid-template-columns: 1fr;
        grid-auto-rows: 0fr;
        align-items: flex-start; 
    }

    .projects .carousel .card img{
        height: 200px; /*todas las imagenes tendran el mismo tamaño por ende las CARD tambien*/
        width: 100%;
        object-fit: contain;
    }

    
    .projects .clients .grid-x {
        grid-template-columns: 1fr;
        grid-auto-rows: 0fr;
    }


    /* cuando tiene bxslider con mas de 1 objeto */
    .projects .carousel .card .parrafomarginmob{
    margin-top: 30px;
    }

}



@media (max-width: 500px) {

    .projects .carousel .card .texttitle{
        font-size: 19px;
        text-align: center;
    }

    .projects .carousel .card .parrafo{
        font-size: 14px;
    }
    

    .projects .clients img{
        height: 200px;
        width: 300px;
    }
    
    .projects .clients .grid-x {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }


}





/*--------------------------------------------------------------
# contact Section
--------------------------------------------------------------*/
/* contact section styling */
.contact{
    font-family: 'Poppins', sans-serif;
}
.contact .contact-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contact .title{
    color: #0061a9; /*Azul Brandeis*/;
}

.contact .title::before{
    background: #0061a9; /*Azul Brandeis*/;
}

.contact .title::after{
    content: "";
}
.contact .contact-content .column{
    width: calc(50% - 30px);
}
.contact .contact-content .text{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact .contact-content .left p{
    text-align: justify;
}
.contact .contact-content .left .icons{
    margin: 10px 0;
}
.contact .contact-content .row{
    display: flex;
    height: 75px;
    align-items: center;
}
.contact .contact-content .row .info{
    margin-left: 30px;
}
.contact .contact-content .row i{
    font-size: 25px;
    color: #0061a9; /*Azul Brandeis*/;
}
.contact .contact-content .info .head{
    font-weight: 500;
}
.contact .contact-content .info .sub-title{
    color: #333;
}
.contact .right form .fields{
    display: flex;
}
.contact .right form .field,
.contact .right form .fields .field{
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
}
.contact .right form .textarea{
    height: 80px;
    width: 100%;
}
.contact .right form .name{
    margin-right: 10px;
}
.contact .right form .field input,
.contact .right form .textarea textarea{
    height: 100%;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 6px;
    outline: none;
    padding: 0 15px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}
.contact .right form .field input:focus,
.contact .right form .textarea textarea:focus{
    border-color: #b3b3b3;
}
.contact .right form .textarea textarea{
  padding-top: 10px;
  resize: none;
}
.contact .right form .button-area{
  display: flex;
  align-items: center;
}
.right form .button-area button{
  color: #fff;
  display: block;
  width: 160px!important;
  height: 45px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  flex-wrap: nowrap;
  background: #0061a9; /*Azul Brandeis*/;
  border: 2px solid #0061a9; /*Azul Brandeis*/;
  transition: all 0.3s ease;
}
.right form .button-area button:hover{
  color: #0061a9; /*Azul Brandeis*/;
  background: none;
}


.sizeSendMail{
    font-size: 14px !important;
}

/*social media*/
.iconssocialmedia {
    padding: 20px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    
}

.iconssocialmediasubmenu {
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
}
  
.iconssocialmedia:hover {
      opacity: 0.8;
}
  
.contact .fa-facebook {
    background: #3B5998;
    color: white;
}

.contact .fa-twitter {
    background: #55ACEE;
    color: white;
}

.contact .fa-linkedin {
    background: #007bb5;
    color: white;
}

.contact .fa-instagram {
    background: #125688;
    color: white;
}

.contact .fa-google {
    background: #dd4b39;
    color: white;
  }


.contact .fa-github {
    background: #000;
    color: white;
}


.rowsocialmedia{
   width: 100%;
   text-align: center;
}


.contact nav .mnupadre{
    cursor: pointer;
}
          
.contact nav li{
    display:inline-block;
    position:relative;
}
          
.contact nav li:hover{
    background-color:#fff;
    color:#000;
}
          
.contact  nav li>ul{
    display:none;
}

.contact nav li:hover>ul{
    position:absolute;
    top: 80px; /*cuanto por debajo del padre aparecera*/
    left: 10px;
    display: inline-flex; /*horizontal*/
}


/* Tooltip text in contact section */
.contact .tooltip .tooltiptext {
    visibility: hidden;
    width: 100px; /*achicar el globo*/
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 12px; /*tamaño letra*/
    font-weight: 600;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -50px; /*alinear al centro del objeto*/

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}
  
/* Tooltip arrow */
.contact .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(0, 0, 0) transparent transparent transparent;
}
  
/* Show the tooltip text when you mouse over the tooltip container */
.contact .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} 


.textAnimation {
    animation: glowmsge 1s ease-in-out infinite alternate;
    font-weight: 600;
    color: rgb(0, 0, 0);
}
  

@keyframes glowmsge {
    from {
      text-shadow: 0 0 20px #25d366;
    }
    to {
      text-shadow: 0 0 30px #199145, 0 0 10px #199145;
    }
}


.sizeCommentsicon{
    font-size: 14px !important;
    color: black;
}



@media (max-width: 1060px){

    .contact .contact-content .column{
        width: 100%;
        margin-bottom: 35px;
    }

}





@media (max-width: 500px) {

    .contact .right form .fields{
        flex-direction: column;
    }
    .contact .right form .name,
    .contact .right form .email{
        margin: 0;
    }

    .contact .contact-content .row{
        height: 90px;
    }

    .contact .contact-content .info .sub-title{
        font-size: 14px;
    }


    /*social media*/
    .iconssocialmedia {
        padding: 12px;
        font-size: 20px;
    }


    .contact nav li:hover>ul{
        position: absolute;
        top: 55px; /*cuanto por debajo del padre aparecera*/
        left: 10px;
        display: inline-flex; /*horizontal*/
    }
    

    .rowsocialmedia{
        margin-bottom: 22px;
    }

}








/*--------------------------------------------------------------
# map Section
--------------------------------------------------------------*/
.map{
    margin-top: 40px;
}

.map .max-width{
    width: 100% !important;
    display: flex;  
}


@media (max-width: 500px) {

    .map{
        margin-top: -50px;
    }

}



/*--------------------------------------------------------------
# logo foot section
--------------------------------------------------------------*/
.logofooter img{
    height: 150px;
    width: 400px;
}

.logofooter {
    text-align: center;
    padding-bottom: 20px !important;
}



@media (max-width: 500px) {
    .sizefooter{
        font-size: 12px;
    }


    /* logo foot section */
    .logofooter img{
        height: 100%;
        width: 100%;
    }
}




/*--------------------------------------------------------------
# footer section
--------------------------------------------------------------*/
/* footer section styling */
footer{
    background: #0061a9; /*Azul Brandeis*/
    padding: 15px 23px;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
footer span a{
    color: white;
    text-decoration: none;
}
footer span a:hover{
    text-decoration: underline;
}






/*clases especiales para mobile compartidas*/
@media (max-width: 500px) {

    .martopmobile{
    margin-top:  -50px;
    }

    .marbuttonmobile{
        margin-bottom: 20px;
    }

}










 













