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

@font-face {
  font-family: "Sansa Pro Bold";
  src: url("SansaPro-Bold.otf");
}

@font-face {
  font-family: "Sansa Pro Normal";
  src: url("SansaPro-Normal.otf");
}

html,
body {
    width: 100%;
    height: 100%;
}

h1{
    font-family: "Sansa Pro Normal";
}

h2, h4, p, a, b, input, button {
    font-family: "Sansa Pro Normal";
}

.contenedor {
    height: 100%;
    min-height: 100%;
}

/* CÓDIGO INDEX.PHP*/
.fondo {
    background: url("../img/fondo.jpg") center top no-repeat;
    background-size: cover;
}

.contenedor,
.caja,
.carousel-inner,
.image {
    display: flex;
}

.colores {
    width: 2%;
    height: 100%;
    flex-direction: column;
}

.color1 {
    background-color: #2066AF;
    height: 50%;
}

.color2 {
    background-color: #AAC54C;
    height: 50%;
}

.informacion {
    width: 36%;
    padding: 3%;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: space-around;
}

.animacionLetra{
   animation: 2s reboteLetra 1;
}

.cajaAtencion{
    animation: 2s cajaAtencion 1;
}

@keyframes cajaAtencion{
    0%{
      opacity: 0;
    }80%{
       opacity: 0.8;
    }100%{
       opacity: 1;
    }
}

@keyframes reboteLetra{
    0%{
      opacity: 0;
      transform: scale(0);
    }70%{
       opacity: 1;
       transform: scale(1.1);
    }
}

.cajaBotones{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    animation: 2s reboteBotones 1;
}

.btn-sodexo{
    background-color: #2066AF;
    color: #FFFFFF;
}

@keyframes reboteBotones {
    0%{
      opacity: 0;
      transform: translateX(-2000px);
    }50%{
       opacity: 1;
    }
}

.formBotons{
    width: 49%;
}

.informacion .btn {
    width: 100%;
    margin-top: 5px;
}

.info-logo .logo_evalcom {
    width: 150px;
    height: auto;
}

.slider {
    width: 62%;
    height: 100%;
}

.carousel {
    width: 100%;
    height: 100%;
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.info-logo .logo_evalcom {
    width: auto;
    height: 40px;
}

.info-logo .logo_nexa {
    display: none;
}

.image {
    height: 100%;
    background-color: transparent;
    background-size: cover;
}

 .img_slide1 {
    background-image: url("../img/img_slide1.jpg");
}

.img_slide2 {
    background-image: url("../img/img_slide2.jpg");
}

 .img_slide3 {
    background-image: url("../img/img_slide3.jpg");
}

.slider img {
    width: auto;
    height: 50px;
    float: right;
    margin: 70px 30px;
}

/* CÓDIGO REGISTRAR.PHP*/
.info-registro {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 5%;
    flex-direction: column;
}

.logos-registro {
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.logos-registro .logo_evalcom {
    width: 200px;
    height: auto;
}

.logos-registro .nexa_responsive {
    width: 150px;
    height: auto;
    display: none;
}

.cuadro-blanco {
    width: 520px;
    height: 80%;
    background-color: #FFFFFF;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.cuadro-blanco::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Color y redondeado */
.cuadro-blanco::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 100px;
}

/* Hover scroll */
.cuadro-blanco::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.registro {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin: 40px;
}

.cuadro-blanco .titulo {
    font-size: 30px;
    color: #0961D2;
    margin: 20px 40px 0px 40px;
}

.cuadro-blanco .parrafo {
    font-size: 14px;
    font-family: "Sansa Pro Normal";
    color: #0961D2;
    margin: 20px 40px;
}

.cuadro-blanco a {
    align-items: flex-end;
    flex-direction: column;
    display: flex;
}

.registro .logo_nexa {
    width: 150px;
    height: auto;
}

.flecha {
    width: 100px;
    animation-play-state: paused;
}

.flecha:hover {
    animation-play-state: running;
}

.flecha_responsive {
    width: 70px;
    display: none;
    margin: 10px 20px 20px 10px;
}

/* CÓDIGO CONSULTAR.PHP*/
.consultar {
    width: 100%;
    height: 100%;
}

.consultar-logos {
    width: 100%;
    height: 10%;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 4% 0 3%;
}

.consultar-logos .logo_evalcom {
    height: 65%;
}

.consultar-logos .logo_nexa {
    height: 70%;
    margin: 20px 20px 0 0;
}

.consultar-info {
    width: 100%;
    height: 80%;
    flex-direction: column;
    align-items: center;
}

.caja1 {
    width: 70%;
    height: 45%;
    background-color: #EDEDED;
    display: flex;
    padding: 15px;
    overflow: auto;
}

.caja1::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.caja1::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 100px;
}

.caja1::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.caja1 img {
    width: auto;
    height: 30%;
    margin: 20px 20px 0 0;
}

.caja2 {
    width: 70%;
    margin: 20px 0 0 0;
    display: flex;
    margin-bottom: 10px;
    overflow: auto;
    background-color: #0961D2;
}

.caja2::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.caja2::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 100px;
}

.caja2::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.img_consultar {
    width: 30%;
    height: 100%;
    background-image: url("../img/img.png");
    background-size: cover;
}

.contenido {
    width: 70%;
    height: 100%;
    padding: 20px 100px 20px 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

/* RESPONSIVE INDEX.PHP*/
@media screen and (max-width:1000px) {
    .info h1 {
        font-size: 20pt;
    }

    .info h2 {
        font-size: 18pt;
    }

    .info a,
    .info p {
        font-size: 10pt;
    }

    .info-logo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .info-logo .logo_nexa {
        width: 100px;
        display: block;
    }

    .info-logo .logo_evalcom {
        width: 120px;
        height: 80%;
    }
}

@media screen and (max-width:880px) {
    .contenedor {
        flex-direction: column-reverse;
        min-height: auto;
    }

    .info h1,
    .info h2 {
        font-size: 18pt;
    }

    .colores {
        display: none;
    }

    .informacion {
        padding: 5%;
    }

    .informacion,
    .slider {
        width: 100%;
    }

    .carousel {
        height: 100%;
    }

    .slider img {
        display: none;
    }

    .info {
        margin: 10px 0;
    }
}

@media screen and (max-width:500px) {

    .info-logo .logo_nexa {
        width: 100px;
        display: block;
        padding-top: 10px;
    }

    .info-logo .logo_evalcom {
        width: 120px;
        height: 80%;
    }

    .alert-danger{
        display: none;
    }
}

@media screen and (max-width:325px) {

    .info h1,
    .info h2 {
        font-size: 14pt;
    }

    .info a,
    .info p {
        font-size: 8pt;
    }

    .alert-danger{
        display: none;
    }
}

/* RESPONSIVE REGISTRO.PHP*/
@media screen and (max-width:900px) {
    .logos-registro {
        height: 20%;
        padding: 0 40px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        background:
        /* linear-gradient(rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.5)),*/
        url("../img/top_responsive.jpg") center top no-repeat;
        background-size: cover;
        padding-top: 15px;
    }

    .logos-registro .nexa_responsive {
        display: block;
    }

    .registro,
    .colores {
        display: none;
    }

    .info-registro {
        width: 100%;
        margin-left: 0;
    }

    .cuadro-blanco {
        width: 100%;
        -webkit-box-shadow: inset 0px 25px 8px -20px rgba(0, 0, 0, 0.17);
        -moz-box-shadow: inset 0px 25px 8px -20px rgba(0, 0, 0, 0.17);
        box-shadow: inset 0px 25px 8px -20px rgba(0, 0, 0, 0.17);
    }

    .flecha_responsive {
        display: block;
    }
}

@media screen and (max-width:500px) {
    .logos-registro {
        height: 25%;
        flex-direction: row;
        justify-content: space-between;
        padding: 20px;
    }

    .logos-registro .logo_evalcom {
        width: 120px;
        height: auto;
    }

    .logos-registro .nexa_responsive {
        width: 100px;
        height: auto;
    }

    .cuadro-blanco {
        height: 75%;
    }

    .cuadro-blanco .titulo {
        font-size: 16pt;
    }

    .cuadro-blanco .parrafo {
        font-size: 9pt;
    }

    .flecha_responsive {
        width: 60px;
    }
}

/* RESPONSIVE CONSULTAR.PHP */
@media screen and (max-width:1000px) {
    .consultar-info {
        padding-top: 15px;
    }

    .contenido {
        padding: 20px;
    }

    .contenido h2 {
        font-size: 14pt;
    }

    .caja1 {
        width: 95%;
        padding: 15px 15px 0 15px;
        font-size: 10pt;
    }

    .caja1 img {
        width: auto;
        height: 20%;
    }

    .caja2{
        width: 95%;
        font-size: 10pt;
    }

    .consultar-logos .logo_evalcom {
        height: 50%;
    }

    .consultar-logos .logo_nexa {
        height: 55%;
        margin: 20px 20px 0 0;
    }
}

@media screen and (max-width:600px) {
    .caja1{
        height: 70%;
    }

    .caja1 img {
        height: 10%;
    }

    .caja2 {
        flex-direction: column;
        height: 100%;
    }

    .img_consultar {
        width: 100%;
        background: url("../img/top_responsive.jpg") center top no-repeat;
        background-size: cover;
    }

    .contenido {
        width: 100%;
        height: 80%;
    }

    .cajaBotones{
        flex-wrap: nowrap;
        flex-direction: column;
    }

}
