body {
    text-align: center;
    background: #ECF0F1;
    
        overflow-x: hidden !important;
        
}
section {
    padding: 90px 0;
}
.padd-10 {
    padding: 10px 0px !important;
}
/*.padd-20 {
    padding: 30px 0px !important;
}*/

.borde-red-left {
    border-right: 1px solid #d8d8d8;
    padding-bottom: 30px;
}
.courses {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 30px;
    padding-top: 77px;
}
.btn {
    padding: 12px 40px;
    background: #3563d3;
    border-radius: 5px;
    font-weight: bold;
    font-family: arial;
    text-align: center;
    border: none;
    text-transform: inherit;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    color: white !important;
}
.header {
    background-color: #e11f25 !important;
}
.header__logo {
    margin-top: 6vh;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.paddingS {
    padding: 5%;
}
.letra-blanca {
    color: white;
    padding: 26px 0px 5px 30px;
}
.text-left {
    text-align: left!important;
}
.pull-right {
    float: right !important;
}
.copyright {
    text-align: right;
}
.footer-down {
    background: #e11f25;
    padding: 12px 0;
    color: #959595;
    line-height: 9px;
    font-size: 10px;
}
.text-right {
    text-align: right;
}
.social {
    margin: 1px 0 0 0;
}
.social li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}
.rojo:active {
    box-shadow: 0px 2px 0px 0px #C0392B;
}
.boton:hover {
    color: white !important;
    text-decoration: underline;
}
.logos {
    background-color: white;
    padding: 15px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-padding {
    padding-bottom: 10px;
}
.rojo {
    background: #E74C3C;
    box-shadow: 0px 5px 0px 0px #C0392B;
}
.boton {
    -moz-border-radius: 5px;
    border-radius: 100px;
    margin: 10px 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    padding: 2px 20px;
}
a {
    color: #646464 !important;
    text-decoration: none;
}
.topblue {
    background-color: #3563d3;
}
   /* Estilos comunes */
   .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #606264;
    letter-spacing: 1px;
    padding: 33px 20px !important;
    z-index: 9999999999999;

}
.prueba {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    background:#3563d3ed;
}

/* Estilos móvil/celular */
@media all and (max-width: 700px) {

    /* Oculta el nav en la parte izquiera */
    .nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        transform: translateX(-100vw);
        transition: 0.5s;
    }

    /* Muestra el nav */
    .nav--show {
        transform: translateX(0);
    }

    .nav__button {
        text-align: right;
        margin: 1rem;
    }

    .nav__ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav__link {
        display: block;
        padding: 1rem;
        font-size: 1.5rem;
        text-align: center;
        text-decoration: none;
        color: black;
    }  
    .row.separador {
        padding-top: 241px !important;
    }
}

/* Estilos Escritorio */
@media all and (min-width: 701px) {

    /* Oculta botón de abrir o cerrar */
    .nav__button,
    .header__button-nav--open {
        display: none;
    }

    /* Adapta el nav en horizontal */
    .nav__ul {
        display: flex;
        list-style: none;
        padding: 0;
    }

    .nav__link {
        display: block;
        padding: 0.5rem 1rem;
        text-decoration: none;
        color: black;
        transition: 0.5s;
    }

    .nav__link:hover {
        opacity: 0.5;
    }
}

.btn-menu {
    background: transparent;
    border: 1px solid;
    color: #f50000;
    font-size: 15px;
    font-weight: 700;
}

.fondoblanco {
    background-color: #fff;
    border: 3px solid #3563d3;
    padding: 36px;
    margin-top: 0;
    border-radius: 25px;
}

.titulofooter {
    color: #3563d3;
    font-weight: 600;
    text-align: left;
    margin-bottom: -2px;
}

.sede {
    color: #10348f;
    margin-top: 10px;
    text-align: left;
    font-weight: 600;
}

.subfooter {
    color: #3563d3;
    text-align: left;
    font-weight: 600;
}

.textofooter {
    text-align: left;
    margin-bottom: 11px;
    color: gray;
}

.textder {
    color: #3563d3;
    text-align: right;
    font-weight: 600;
    margin-bottom: 6px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.redessociales div a {
    transition: 0.5s ease;
    outline: none;
    color: #0482D2 !important;
    text-decoration: none;
}

.redes {
    font-size: 24px;
    padding-right: 5px;
    color: #2c6dcd;
}

.politicas {
    color: #3563d3;
    text-align: left;
    margin-top: 20px;
}

.azulfooter {
    background-color: #3563d3;
}
.container2{
    width: 100%;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2){
.politicas {
color: #3563d3;
text-align: center;
}
.textder {
color: #3563d3;
text-align: center;
font-weight: 600;
margin-bottom: 6px;
}
}

.row.separador {
    padding-top: 166px;
}
