*{
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;

}
html{
    scroll-behavior: smooth;
    background-color: #ffffff;
    background-size: 100%;
    background-attachment: fixed;
}
.header{
    min-height: 10vh;
    max-height: 10vh;
    width:100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(imagenes/banner.png);
    background-position: center;
    background-size: cover;
    position:relative;
    z-index: 99999;
}
.header img{
    max-width: 15vh;
    padding-top: 5px;
}

.global{
    position:relative;
    background-color: white;
    width: 100%;
    
}
p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%
  }
* {box-sizing:border-box}

  /* Slideshow container */
  .slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    filter: blur(10px);
    
  }


  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  

  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 2.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }



nav{
    display: flex;
    padding: 0% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width:150px;
}
.nav-links{
    flex:1;
    text-align: right;
    
        
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 5px 20px 5px;
    position: relative;
}
.nav-links ul li a{
    color:white;
    text-decoration: none;
    font-size: 20px;
    
}
.nav-links ul li::after{
    content:'';
    width: 0%;
    height: 2px;
    background: #9b9bee;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;   
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 8000;
    text-shadow: 0px 0px 3px black;
    display: block;
}

.text-box h1{
    font-size: 70px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    color: #fff;
    max-width:100%;
    max-height:100%;
    position: relative;
}
.ven-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
    max-width:100%;
    max-height:100%;
}
.ven-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}
nav .fa{
    display: none;
}
.subir {
    position: absolute;
    top: 0;
    right:0;
    height: 100%;
  }

  .subir:before {
    content: '';
    display: block;
    height: 100vh;
    pointer-events: none;
  }


@media(max-width:700px){
    .portada{
        width: 100%;
        height: auto;
        margin-bottom: 500px;
    }

    .porText div p{
        color: #000000;
    }
    p.conPort{

        color: #000000;
    }


    .sticky{
        position: fixed;
    }

    .text-box h1{
        font-size: 35px;
    }
    .nav-links ul li{
        display: block;
        
    }
    .nav-links{
        position: fixed;
        background: #9b9bee;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
        z-index: 9999;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 10px;

    }
    .row{
        flex-direction: column;
    }
    .contactanos h5{
        padding: 10px;
        font-weight: 400;
        font-size: 30px;
        
    
    }



}
.portada{
    position: relative;
    display: block;
    white-space: normal;

}

.portada div{
    max-width:100%;
    max-height:100%;
    display: block;
    
}
.conPort p{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    font: bold;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;

}
.porText{
    display: block;
    max-width: 100%;
    display: table;
}


/*------Quienes Somos--------*/
/*------Quienes Somos--------*/
/*------Quienes Somos--------*/

.caja{
    grid-template-rows: 10% 90%;
    border: 1px solid white;
    padding: 5px;
    display: grid;
}

.quienesSomos{
        width: 80%;
        margin: auto;
        text-align: center;
        padding-top: 100px;
        overflow: auto;
        position: relative;
}
.quienesSomos img{
    text-align: center;
    position: relative;
    max-width:100%;
    max-height:100%;
}

h2{
    font-size: 60px;
    font-weight: 400;
    color: #283270;
    

}
h2::after{
    content:'';
    width: 400px;
    height: 2px;
    background: #9b9bee;
    display: block;
    margin: auto;

}
.quienessomos-col p{
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        padding: 10px;
        font: bold;
}

.quienessomos-col{
        flex-basis: 31%;
        background: #39b8f7;
        border-radius: 10px;
        margin-bottom: 5%;
        padding: 20px 12px;
        box-sizing: border-box;
        transition: 0.5s;

}


.quienessomos-col:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: #283270;
}


/*--------Tecnologia-----------*/
/*--------Tecnologia-----------*/
/*--------Tecnologia-----------*/

.tecnologia{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.tecnologia-col{
    flex-basis: 31%;
    transition: 0.5s;

}
.tecnologia-col:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transform: scale(1.5);
}


.tecnologia-col img{
    width: 100%;
    display: block;
    padding: 1px;
    margin-top: 0;
    border-radius: 5%;
    border: 3px solid #283270;
    
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background:rgba(4,9,30,0.7)
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.2s;
}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}

/*--------Examenes----------*/
/*--------Examenes----------*/
/*--------Examenes----------*/


.Examenes{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.Examenes p{
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    position: center;

}
.examenes-col{
    flex-basis: 31%;
    background: #39b8f7;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    margin-left: 3px;
    margin-right: 3px;
    border-collapse: separate;
    border-spacing: 20px 0;
    


}
.examenes-col:hover{
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.Examenes img{

    flex-basis: 31%;
    transition: 0.5s;
    width: 100%;
    display: block;
    padding: 1px;
    margin-top: 0;
    max-width: 500px;
    border-radius: 5%;
    border: 3px solid #283270;

}
.Examenes img:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transform: scale(1.5);
}



/*--------Contactanos----------*/
/*--------Contactanos----------*/
/*--------Contactanos----------*/

.contactanos{
    margin: 100px auto;
    width: 80%;

    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
    border: 1px solid black;
    background-color: whitesmoke;
}
.contactanos h5{
    color:rgb(0, 0, 0);
    margin-bottom: 40px;
    padding: 10px;
    font-weight: 400;
    font-size: 2.5em;
    

}
.iconos .fa{
    color: #000000;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 5px;
    cursor: pointer;
    border-radius: 5px;
}
.iconos .fa:hover{
    transform: scale(1.2);

}

.iconos .fa-facebook{
    color: white;
    border: 1px solid #5454f1;
    background-color: #5454f1;
}
.iconos .fa-map-marker{
    color: white;
    border: 1px solid #14b632;
    background-color: #14b632;

}
.iconos .fa-instagram{
    color: white;
    border: 0px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.iconos .fa-whatsapp{
    color: white;
    border: 3px solid white;
    background-color: #0bda31;
}
.iconos .fa-phone{
    color: #ffffff;
    border: 0px;
    background-color: #000000;

}
.iconos .fa-envelope{
    color: #eb1c1c;
    border: 3px solid #eb1c1c;
    background-color: whitesmoke;
}

.contactanos-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contactanos-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contactanos-col input, .contactanos-col textarea{
    width: 70%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;


}
.contactanos iframe{
    position: relative;
    max-width:100%;
    max-height:100%;
}
.enviar-btn{
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 3px solid #6969e7;
    padding: 12px 34px;
    font-size: 18px;
    background-color:#6969e7;
    position: relative;
    cursor: pointer;
}
.enviar-btn:hover{
    border: 3px solid #f44336;
    background: #f44336;
    transition: 1s;
}



/*-----Footer------*/
/*-----Footer------*/
/*-----Footer------*/

.footer{
    width: 100%;
    text-align: center;
    font-weight: 600;
}
h4{
    font-size: 10px;
    font-weight: 400;
}


