:root {
    --color1: #222953;
    --color11: rgba(104, 130, 169, 0.3);
    --color12: rgba(104, 130, 169, 0.1);
    --color2: #273069;
    --color3: #2F59A1;
    --color4: #6882A9;
    --color5: #8AA8CF;
    --color6: #83C2EB;
    --color7: #BFDFF7;
}



@font-face {
    font-family: RobotoRegular;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: ArialNarrow;
    src: url('../fonts/Arial-Narrow-Bold.ttf');
}

@font-face {
    font-family: CantoBold;
    src: url('../fonts/Canto-Bold.ttf');
}

/* Backgrounds */

.bg-color1 {
    background-color: var(--color1);
}

.bg-color2 {
    background-color: var(--color2);
}

.bg-color3 {
    background-color: var(--color3);
}

.bg-color4 {
    background-color: var(--color4);
}

.bg-color5 {
    background-color: var(--color5);
}

.bg-color6 {
    background-color: var(--color6);
}

.bg-color7 {
    background-color: var(--color7);
}

.text-color1 {
    color: var(--color1);
}

.text-color2 {
    color: var(--color2);
}

.text-color3 {
    color: var(--color3);
}

.text-color4 {
    color: var(--color4);
}

.text-color5 {
    color: var(--color5);
}

.text-color6 {
    color: var(--color6);
}

.text-color7 {
    color: var(--color7);
}

/* Text color */

/* Navbar */

.bg-light {
    background-color: white;
    opacity: 0.9;
}

.nav-link {
    font-family: ArialNarrow;
    font-size: 20px !important;
    color: rgba(255, 255, 255, 0.7);
}

.nav-link:hover {
    color: white;
}

.navbar-nav .nav-link.active {
    color: white;
}

/* Banner Home */
header {
    padding-top: 31.25%;
    height: 0px;
    position: relative;
    background-color: black;
    width: 100%;
    overflow: hidden;
}

header video {

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}


/* Nosotros */
#nosotros .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#nosotros .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.heading {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    font-family: CantoBold;
    line-height: 40px;
}

.heading span {
    color: var(--color2);
}

.nosotrostexto {
    width: 100%;
}


.nosotrostexto2 {
    width: 100%;
}

@media only screen and (min-width: 1200px) {

    .nosotrostexto {
        width: 570px;
        padding-left: 35px;
    }

    .nosotrostexto2 {
        width: 570px;
        padding-right: 35px;
    }

}

@media only screen and (min-width: 1400px) {

    .nosotrostexto {
        width: 635px;
        padding-left: 35px;
    }

    .nosotrostexto2 {
        width: 635px;
        padding-right: 35px;
    }

}


.row-test {
    flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
    .row-test {
        flex-direction: initial;
    }
}



.btn-custom {
    background-color: var(--color1);
    color: white;
}

.btn-custom:hover {
    background-color: var(--color4) !important;
    color: white !important;
}

.btn-custom2 {
    background-color: var(--color4);
    color: white;
}

.btn-custom2:hover {
    background-color: var(--color5) !important;
    color: white !important;
}

.card-text {
    color: #777777 !important;
}

.curso-ima {
    height: 250px;
}

@media only screen and (min-width: 996px) {
    .curso-ima {
        height: auto;
    }
}

/* Facultad */
.caption {
    position: relative;
    cursor: pointer;
}

.caption .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: all 0.8s ease;
    text-align: center;
}

.caption .text h1 {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2rem;
}

.caption:hover .text {
    opacity: 1;

}

.caption img {
    transition: all 0.8s ease;
}

.caption:hover img {
    -webkit-filter: blur(2px) brightness(50%);
}

@media only screen and (min-width: 600px) {
    .caption .text h1 {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 768px) {
    .caption .text h1 {
        font-size: 1.3rem;
    }
}

@media only screen and (min-width: 992px) {
    .caption .text h1 {
        font-size: 1.5rem;
    }
}

.count {
    display: block;
    font-size: 60px;
    color: #f2f2f2;
    font-weight: 600;
  }

  /* LOGIN */
  #adminLogin {
    height: 100vh;
    width: 100vw; 
    background-color:rgba(104, 130, 169, 1.0);
    display:flex;
  }

  #adminLogin #mainContent {
    background-color: #F7F7F7; 
    border-radius: 10px; 
    max-width: 450px; 
    width:90%;
    align-self: center;
    margin: 0 auto;
    padding: 10px 30px; 
    text-align: center;
  }

  #adminLogin #mainContent .logo {
    max-height:150px; 
    width:90%; 
    max-width: 350px;
  }

  #adminLogin #mainContent .campos-div {
    border-radius:4px;
    background-color: white;
    display: flex;
    align-items: center;
  }

  #adminLogin #mainContent .icono-derecho {
    margin-left: 10px;
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }

  #adminLogin #mainContent .icono-izquierdo {
    cursor: pointer;
    color: #6A6A6A;
    font-size: 35;
    margin-left: 10px;
    margin-right: 10px;
  }