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

}

* {box-sizing:border-box}
body{
  background-color: whitesmoke;
}
html{
    scroll-behavior: smooth;
    background-color: #ffffff;
    background-size: 100%;
    background-attachment: fixed;
}

.header{
    min-height: 5vh;
    max-height: 5vh;
    width:100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7));
    background-position: center;
    background-size: cover;
    position:relative;
    z-index: 99999;
}

p{

    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%
  }

/*---------------Portada---------------*/

.portada{
    display: block;
    width: 100%;
    border: 5px solid #3b49a2;
}
.fondo{
  filter: blur(7px);
  position: absolute;
  margin: auto;
  overflow: hidden;
  width: 100%;
  height: 106%;
  margin: 0;
  padding: 0;
  
  object-fit: cover;
}
.fondo img{
  width: 1890px;
  border: 5 solid black ;
  margin: 0;
  padding: 0;
}
.portadaMsg{
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding-top: 50px;
  font-size: 1em;
  height: auto;
  text-align: center;
  position: relative;
}
.horario{
  display: flex;
  justify-content: center;
  max-width: 100%;
  font-size: 2em;
  padding-bottom: 40px;
  height: auto;
  text-align: center;
  position: relative;
}

.portadaMsg p{
  font-size: large;
  font-weight: bold;
  text-shadow: 10px 10px 10px rgb(255, 255, 255);
}
.portadaMsg p::after{
  content:'';
  width: 100%;
  height: 2px;
  background: #9b9bee;
  display: block;
  margin: auto;
  text-align: center;
  position: relative;
}

.portadaImg{
    display: flex;
    justify-content:center;
    position: relative;
    
}
.portadaImg img{
  max-width: 100%;
    height: auto;
    object-fit: cover;
  position: relative;
}

nav{
    display: flex;
    padding: 0% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width:150px;
}
.nav-links{
    flex:1;
    text-align: center;
    
        
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 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%;   
}

.rowContacto{
  margin-top: 5%;
  display: flex;
  width: 80%;
  position: center;
  text-align: center;
  margin: auto;
  justify-content: center;
  position: relative;

}
.rowContacto div:hover{
  transform: translateY(10px);
  position: relative;
}

.contacto-col-facebook{
  flex-basis: 31%;
  background: #5c6aec;
  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;
  box-shadow: 0 0 10px black;
  position: relative;

}
.contacto-col-maps{
  flex-basis: 31%;
  background: #5cec72;
  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;
  box-shadow: 0 0 10px black;
  position: relative;
}
.contacto-col-email{
  flex-basis: 31%;
  background: #ffffff;
  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;
  box-shadow: 0 0 10px black;
  position: relative;
}
.contacto-col-fono{
  flex-basis: 31%;
  background: #000000;
  color: white;
  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;
  box-shadow: 0 0 10px black;
  position: relative;

}
.contacto-col-instagram{
  flex-basis: 31%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  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;
  box-shadow: 0 0 10px black;
  position: relative;
}
.contacto-col-whatsapp{
  flex-basis: 31%;
  background: #3cd169;
  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;
  box-shadow: 0 0 10px black;
  position: relative;
}
@media (max-width:800px) {
  .rowContacto{
    flex-direction: column;
  }
  .fondo{
    display: none;
  }
}
@media (max-width:950px) {
}
.rowOrden{
  padding-bottom: 40px;
}
.orden{
  height: 100px;
  width: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 1.5rem sans-serif;
  cursor: pointer;
  will-change: transform;
  background-color: #b6b1ff;
  margin: 0 auto;
}

.orden::before,
.orden::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  background-color: rgb(154, 137, 254);
  transition: all 250ms ease-in-out;
}

.orden::before {
  width: 3px;
  height: 100px;
  box-shadow: 298px 0 rgb(154, 137, 254);
}

.orden::after {
  height: 3px;
  width: 300px;
  box-shadow: 0 98px rgb(42, 99, 128);
}

.orden:hover::before {
  left: -10px;
  box-shadow: 318px 0 rgb(154, 137, 254);
}

.orden:hover::after {
  top: -10px;
  box-shadow: 0 118px rgb(154, 137, 254);
}


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

div.examenes{
  border: 5px solid #3b49a2;
  padding-bottom: 5px;
}
h2{

  font-size: 60px;
  font-weight: 400;
  color: #283270;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
  

}
.row{
  margin-top: 5%;
  display: flex;
  position: relative;
  width: 80%;
  position: center;
  text-align: center;
  margin: auto;
  justify-content: center;
  padding-top: 10px;

}

.examenes-col{
  flex-basis: 31%;
  background: #7895ff;
  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 h3{
  color: #010170;
}
.examenes-col p{
  color: #ffffff;
  font-weight: bold;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  border: 2px solid #3b49a2;
  
}

/* Hide the images by default */
.mySlides {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* 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;
  background-color: #283270;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/7 etc) */
.numbertext {
  color: #4b37ff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-weight: bolder;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*-------Contactanos-----------*/
.contactanosContainer{
  display: block;
  width: 100%;
  border: 5px solid #3b49a2;
}
.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: rgb(237, 234, 234);
}

.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%;
}
.submit{
  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;
}
.submit:hover{
  border: 3px solid #f44336;
  background: #f44336;
  transition: 1s;
}