:root {
  --primary-color:        #213363;
  --second-color:         #01380b;
  --dark-color:           #171819;
  --about-bg-color:       #f9f9f9;

  --gray-color:           #909090;
  --link-color:           #404040;
  --p-color:              #000000;

  --base-font-family:     'Plain', sans-serif;
  --font-weight-bold:     bold;
  --font-weight-normal:   normal;
  --font-weight-light:    300;
  --font-weight-thin:     100;

  --h1-font-size:         48px;
  --h2-font-size:         36px;
  --h3-font-size:         26px;
  --h4-font-size:         20px;
  --h5-font-size:         18px;
  --h6-font-size:         20px;
  --p-font-size:          18px;
  --base-font-size:       16px;
  --menu-font-size:       14px;

  --border-radius-large:  100%;
  --border-radius-small:  2px;
}


body {
  background: var(--white-color);
  font-family: var(--base-font-family);
}


/*---------------------------------------
   TYPOGRAPHY              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-weight: var(--font-weight-thin);
  line-height: normal;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 20px 0;
}

h2 {
  color: var(--second-color);
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -2px;
}

h3 {
  color: var(--primary-color);
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  letter-spacing: -1px;
  /* margin: 0; */
}

h4 {
  font-size: var(--h4-font-size);
  color: var(--second-color);
}

h5 {
  font-size: var(--h5-font-size);
  color: var(--primary-color);
}

h6 {
  color: var(--gray-color);
  font-size: var(--h6-font-size);
  line-height: inherit;
  margin: 0;
}

p {
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  line-height: 1.5em;
  text-align: justify;
}

b, 
strong {
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
}

*,::before, ::after {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}

body { 
    font-family: 'Raleway', sans-serif;
}


/* -------------------------- */
/* Estilos antes del Navbar */
/* -------------------------- */
.container-imagen{
  display: flex;
  align-items: center;    
  justify-content: center;
}

.container-imagen img{
  width: 350px;
}

.container-texto{
  font-size: 18px;
  color: #01380b;
  padding: 10px;
}

.container-texto p{ 
  font-weight: 600;
  text-align: center !important;
  padding-top: 15px;
  line-height: 1px;
}

.container-redes{
  font-size: 20px;
  color: #01380b;
}

.container-redes p{
  text-align: center !important;
  font-weight: 600;
}


 /* ------------------------- */
/* Navbar */
/* ------------------------- */
  
  .box_navbar {
    padding: 10px 0px;
    background: #fff;
    color: #045536;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s;
  }

  .navbar{
    background-color: #051367;
    
  }

  .dropdown{
    color: #fff !important;
  }

  .dropdown-menu{
    background-color: #051367;
    color: #fff;
  }

  .dropdown-item{
    color: #fff;
  }
 
/* ------------------------- */
/* Estilos de Oferta Academica */
/* ------------------------- */  

.oferta{
  margin-left: 25px;
  /* background: #02205f; */
  border: 2px solid #fff;
  color: #fff;
  border-radius: 3rem;
  /* padding: 10px 25px; */
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  /* text-align: center;
  justify-content: center;
  align-items: center; */
  /* display: inline-block; */
  position: absolute;
  top: 40%;
}
.oferta-borde{
  background-color: #fff;
  border: 1px solid #cfcfcf;
}
.oferta-img{
  max-width: 100%;
  height: 250px;
}

.texto-p p{
  margin: 0px 20px;
}

/*Estilos de boton oferta*/

.oferta-button {
 
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: #051367;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
 
  border: none;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

.oferta-button:hover {
  background-color: #01380b;
  color: #fff;
}

.oferta-button:focus {
  outline: none;
}

.oferta-button:active {
  background-color: #fff;
}

/* ------------------------- */
/* Estilos de ADMISIONES */
/* ------------------------- */

  .admisiones{
    background-image: url('../img/inicio/baneradmision.webp');
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;
    vertical-align: middle; 
    width: auto;
    height: 430px;
    float: initial;
    overflow: hidden;
    position: relative;
    
  }


/*Estilos de boton dentro de admisiones*/

.admisiones-button {
  display: inline-block;
  padding: 10px 10px;
  margin-top: 10px;
  font-size: 20px;
  background-color: #051367;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  border: none;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

.admisiones-button:hover {
  background-color: #fff;
  color: #051367;
}

.admisiones-button:focus {
  outline: none;
}

.admisiones-button:active {
  background-color: #fff;
}

  @media (max-width: 770px) {
    .admisiones-button {
      position: relative;
      display: inline-block;
      margin: -80px !important;
      padding: -30px !important;
    }
  }

  
/* ------------------------- */
/* Estilos de owl carousel */
/* ------------------------- */

.card-title{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgba(17, 17, 17, 0.671);
  font-size: 16px;
  margin-bottom: 5px;
}

.card-subtitle{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
}

.owl-container{
  max-width: auto;
  margin: 0 auto;
}

.card-img-top{
  height: 40vh;
  width: auto;
  object-fit: cover;
}


.owl-prev {
  left: -30px;
}

.owl-next{
  right: -30px;
}

.owl-prev, .owl-next{
  position: absolute;
  top: 20px;
}

.owl-prev span, .owl-next span{
  font-size: 80px;
  color: royalblue;
  background-color: none;
}

/* ------------------------- */
/* Actividades o Noticias */
/* ------------------------- */



/* ------------------------- */
/* Estilos de Formulario */
/* ------------------------- */
.entry-form {
  display: block;
  margin: 0 auto;
}

.entry-form {
background: #252020;
border-radius: 100%;
text-align: center;
padding: 6em;
width: 450px;
height: 450px;
}

.entry-form h2 {
color: #ffffff;
margin: 0;
}

.entry-form .form-control {
background: transparent;
border: 0;
border-bottom: 1px solid;
border-radius: 0;
box-shadow: none;
height: 45px;
margin: 10px 0;
}

.entry-form .submit-btn {
background: #ffffff;
border-radius: 50px;
border: 0;
color: #252020;
width: 50%;
height: 50px;
margin: 30px auto;
margin-bottom: 10px;
}

.entry-form .submit-btn:hover {
background: #3f51b5;
color: #ffffff;
} 


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #3fbbc0;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #3fbbc0;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #65c9cd;
}


/* ------------------------- */
/* Estilos de Footer */
/* ------------------------- */

footer{
  /* width: 100%; */
  padding: 25px 0;
  box-sizing: border-box;
  background: rgba(2, 49, 27, 0.945);
 }

.container-footer{
  padding: 10px 0;
  color: #fff;
  text-align: center;
}

.iconosfooter {
  color: #fff;
  text-align: center !important;
  font-size: 20px;
}

/* ------------------------- */
/* Estilos de Plataforma*/
/* ------------------------- */

.plataforma{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}

.box_plataforma{
  width: auto;
  height: 350px;
  text-align: center;
  background-color: #cecdcd46;
  padding: 70px 0 !important;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: ease-in all 0.5s;

}

.box_plataforma a{
  background-color: #143352;
  height: 100px;
  width: 100px;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}

.icono{
  height: 50px !important;
  width: 50px !important;
  text-decoration: none;
  color: white;
}

.box_plataforma h3{
  color: #051367;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  /* margin-top: 40px !important; */
  transition: ease-in all 0.5s;
}

.box_plataforma p{
  color: #051367;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 40px !important;
  transition: ease-in all 0.5s;
  margin: auto;
}

#plataforma_hover:hover.box_plataforma {
  cursor: pointer;
  box-shadow: 0px 0px 30px rgba(57, 56, 56, 0.2);
  background-color: #fff;
  border-top: #01380b solid 6px;
  transition: ease-in all 0.5s;
}

#plataforma_hover:hover.box_plataforma a{
  background-color: #01380b;
}

#plataforma_hover:hover.box_plataforma h3 {
  color: #01380b;
  transition: ease-in all 0.5s;
}

#plataforma_hover:hover.box_plataforma p {
  color: #01380b;
  transition: ease-in all 0.5s;
}

