.section1{
    background-color: black;
    color: rgb(220, 177, 30);
}

.section2{
    background-color: rgb(18, 80, 130);
}
.navbar {
    width: 100%;
    text-align: center;
}
.navbar > li{
    float: none;
    display: inline-block;
}


.section3{
    background-color: rgb(220, 177, 30);
    font-weight: bold;
}

.section3-color{
    color: rgb(18,80,130) !important;
}

.section3-color:hover{
    color: white !important;
}

.section3-bg:hover{
    background-color: rgb(18,80,130) !important;
}

.section5{
    background-image: url("../img/section_5/cont-inicio-amime_01.png");
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}

.section6-text-tittle{
    color: rgb(220, 177, 30);
    font-size: 2rem;
}

.card:hover{
    background-color: rgb(247, 197, 29);
}

.section7{
    background-image: url("../img/section_7/fondo-consejo-directivo.jpg");
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}

.section7-font{
    color: rgb(24, 63, 110);
    font-weight: bold;
}

.section8-first-bar{
    background-color: rgb(250, 175, 64);    
}
.section8-second-bar{
    background-color: rgb(24, 63, 110);    
    font-weight: bold;
    color:white;
}
.section8-third-bar{
    background-color: rgb(204, 204, 204);
    font-weight: bold;  
}
.section8-buttons{
    border-radius: 0%;
    background-color: rgb(24, 63, 110);
}

.section9{
    background-image: url("../img/section_9/fondo-footer.png");
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}

.section9-text-color-gold{
    color: rgb(220, 177, 30);
}

.section10{
    background-color: rgb(45, 45, 45);
}
.section10-text-color-gold{
    color: rgb(220, 177, 30);
}
.section10-text-color-white{
    color: white;
}


.about-bg-1{
    background-image: url("../img/about/img/img-cont-quienes-somos_02.png");
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}

.about-bg-2{
    background-image: url("../img/about/img/img-cont-quienes-somos_04.png");
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}

.about-text-size{
    font-size: 1.2rem;
}

.about-date-bg{
    background-color: rgb(249, 216, 133);
}

.cursos-bg{
    background-image: url("../img/cursos/fondo-contenido-eventos.png");
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}

.cursos-icon-color{
    font-weight: bold;
    color: rgb(24, 63, 110);
}

.bg-oro{
    background-color: rgb(220, 177, 30) !important;
}

.footer-color{
    color: white;
}

.footer-color:hover{
    color: rgb(220, 177, 30) !important;
}

.header-color{
    color: rgb(220, 177, 30) !important;
}