body {
    background-color: #343a40;
    overflow-x: hidden;
    
}

.logo {
    width: 100%;
}

.header-call-to-action {
    position: relative;
    float:right;
    margin-top: 50px;
    margin-right: 50px;
}

.boton-ingresar {
    border: 4px double #000000;
    background-color: #B80026;
    color: #ffffff;
    width: 200px;
    height: 50px;
}

.contenido {
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    margin: auto;
    width: 95%;
    padding: 2px;
}

.custom-slider {
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
}

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

.custom-control-slider {
    background-color: rgba(0, 0, 0, 0.2);
}

.section-contacto {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
}

h2 {
    color: #B80026;
}

label {
    color: #B80026;
}

footer {
    padding: 10px;
    position: static;
    left: 0;
    bottom: 0;  
    width: 110%;

}

small {
    text-align: center;
    color: #f5f5f5;
}

@keyframes slidein-up {
    from {
      margin-top: 100%;
      width: 300%
    }
  
    to {
      margin-top: 0%;
      width: 100%;
    }
}

@keyframes slidein-down {
    from {
      margin-left: 100%;
      width: 300%
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
}


header {
    animation-duration: 2s;
    animation-name: slidein-up;
}

section {
    animation-duration: 2s;
    animation-name: slidein-down;    
}

@media screen and (min-width: 755px) and (max-width: 1200px) {
    .form-contacto {
        text-align: center;
    }

    .header-call-to-action {
        position: relative;
        float:left;
        width: 100%;
        text-align: center;
    }

    .boton-ingresar {
        border: 4px double #000000;
        background-color: #B80026;
        color: #ffffff;
        width: 200px;
        height: 50px;
        margin-bottom: 10px;
        display: inline-block;
    }

    footer{
        position: fixed;
        padding: 2px;
    }
    
}


@media screen and (min-width: 360px) and (max-width: 754px) {
    #contenedor-logo {
        text-align: center;
    }

    .logo {
        width: 360px;
        display: inline-block;
    }

    .form-contacto {
        text-align: center;
    }

    .header-call-to-action {
        position: relative;
        float:left;
        width: 100%;
        margin-top: auto;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        padding: 15px;
        text-align: center;
    }

    .boton-ingresar {
        border: 4px double #000000;
        background-color: #B80026;
        color: #ffffff;
        width: 200px;
        height: 50px;
        display: inline-block;
    }

    footer{
        position: fixed;
        padding: 5px;
    }
}

#navbarCollapse{
    font-size: 25px;

}

a:hover{
    cursor: pointer;
}

.carusel{
    margin: 20px;

}

#btnEnviar{
    margin-top: 9px;
}

footer {
    color:white;
}

.logo-inst{
    width: 18px;
    margin-right: 2px;
}

.a-inst{
    color: white;
    text-decoration: none;
}

