body {
    font: normal 1em Roboto, sans-serif;
}
a {
    color: #cd0357;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #16196b;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h4 {
    font-family: Montserrat;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 800;
}
footer a {
    color: #ffffff;
    font-size: 1.1rem;
    text-align: center;
}
footer a:hover {
    color: #eeb700;
}
a.formulario-boton h4 {
    margin-bottom: 0;
    
}
a.formulario-boton p {
    font-weight: 200;
    font-size: 1rem;
        margin-bottom: 0;
}
.bg-light {
    background-color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-size: 0.75em;
    text-align: center;
}

.navbar-nav {

    align-items: center;
}

a.nav-link.active {
    border-bottom: 2px solid #028a72;
}

.containerHeader {
    top: 110px;
}

.containerHeader div {
    background-color: white;
    height: 45px;
    width: 110px;
    padding-left: 8px;
    border-radius: 0 0 10px 10px;
}

.imageContainer {
    width: 290px;
    height: 140px;
}
.imageContainer img {
    max-width: 100%;
    max-height: 100%;
 }


.evento-video {
vertical-align: middle;
}

.eventolanzamiento {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: left;
}

section.lanzamiento {
    background-color: #505095;
    color: #ffffff;
    padding: 3rem 0;
}
section.eventos01 {
    background-color: #cc0057;
    color: #ffffff;
    padding: 3rem 0;
}


.jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    background-color: #fff;
}

section.objetivos {
    background-color: #16186b;
    color: #ffffff;
    padding: 3rem 0;
}

section.objetivos ul li {
    color: #ffffff;
    /* set color of list item text */
    display: inline-block;
    list-style: none;
    margin: 0 15px 16px 1.1225em;
    /* Give the bullet room on the left hand side */
    padding: 0;
    position: relative;
}

section.objetivos ul li.obj-1::before {
    color: #7bbfcc;
    /* color of bullet or square */
    content: "\25A0";
    /* Unicode of character to precede the list item */
    display: inline-block;
    font-size: 1.3em;
    /* use em or % */
    left: -1.1225em;
    /* use em, line up bullet flush with left hand side */
    position: absolute;
    /* Set the bullet positioned absolutely top left */
    top: -4px;
    /* use em or % */
}

section.objetivos ul li.obj-2::before {
    color: #000000;
    /* color of bullet or square */
    content: "\25A0";
    /* Unicode of character to precede the list item */
    display: inline-block;
    font-size: 1.3em;
    /* use em or % */
    left: -1.1225em;
    /* use em, line up bullet flush with left hand side */
    position: absolute;
    /* Set the bullet positioned absolutely top left */
    top: -4px;
    /* use em or % */
}

section.objetivos ul li.obj-3::before {
    color: #ef950d;
    /* color of bullet or square */
    content: "\25A0";
    /* Unicode of character to precede the list item */
    display: inline-block;
    font-size: 1.3em;
    /* use em or % */
    left: -1.1225em;
    /* use em, line up bullet flush with left hand side */
    position: absolute;
    /* Set the bullet positioned absolutely top left */
    top: -4px;
    /* use em or % */
}

section.objetivos ul li.obj-4::before {
    color: #ca012f;
    /* color of bullet or square */
    content: "\25A0";
    /* Unicode of character to precede the list item */
    display: inline-block;
    font-size: 1.3em;
    /* use em or % */
    left: -1.1225em;
    /* use em, line up bullet flush with left hand side */
    position: absolute;
    /* Set the bullet positioned absolutely top left */
    top: -4px;
    /* use em or % */
}

section.objetivos ul li.obj-5::before {
    color: #049d7b;
    /* color of bullet or square */
    content: "\25A0";
    /* Unicode of character to precede the list item */
    display: inline-block;
    font-size: 1.3em;
    /* use em or % */
    left: -1.1225em;
    /* use em, line up bullet flush with left hand side */
    position: absolute;
    /* Set the bullet positioned absolutely top left */
    top: -4px;
    /* use em or % */
}


section.acompanan {
    background-color: #eeeff3;
    color: #db8919;
}
@media (min-width: 768px) {
    .jumbotron {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron h1 {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.overlay-img {
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 28%;
    opacity: 0.5;
    bottom: 0;
}



.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(25%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);

}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.ganadoras {
    color: #16186b;
}


section.jurado {
    padding: 3rem 0;
}

section.jurado h3 {
    color: #16186b;
}

p.overlay-text {
    position: absolute;
    left: 30%;
    color: #ffffff;
    bottom: 14px;
    z-index: 6;
}

.modal-img {

    margin-bottom: 2rem;
    width: 100%;
    height: auto;
}

.modal-img img {

    width: 100%;
    height: auto;
}

/*SECCION FECHAS*/
section.fechas-importantes {
    padding: 3rem 0;
}

.fecha {

    padding: 5px;
    color: #ffffff;
    text-align: center;
    font-family: Montserrat;
}

.fecha-container {}

p.mes {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    text-align: center;
}

p.fecha-texto {
    margin-left: 15px;
    font-size: 0.9rem;
    line-height: 1rem;
    margin-bottom: 0;
    color: #424242;
}

span.fecha-numero {
    font-weight: 800;
    font-size: 2.2rem;
}

.fecha.fecha-azul {
    background-color: #282775;

}

.fecha.fecha-naranja {
    background-color: #eb9a00;

}

.naranja p.hasta {
    color: #eb9a01;
    text-align: center;
}

.rojo p.hasta {
    color: #cd0033;
    text-align: center;
}

.negro p.hasta {
    color: #000000;
    text-align: center;
}

.fecha.fecha-rojo {
    background-color: #cd0033;

}

.fecha.fecha-negro {
    background-color: #000000;

}

.fecha.fecha-celeste {
    background-color: #7cc0d5;
}

.fecha-wrap {
    display: flex;
    align-items: center;
}

p.hasta {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}


/* SECCION SOLICITUD */
section.solicitud {
    background-color: #eeeff3;
    color: #3e3c3f;
    padding: 3rem 0;
    background: url(../../imagenes/perfilmujer.png) #eeeff3 no-repeat right;
    background-origin: content-box;
    background-size: 50%;
}
a.formulario-boton {
    background-color: #cc0057;
    color: #ffffff;
    font-family: montserrat;
    font-weight: 700;
    padding: 1rem 3rem;
    border: 2px solid #ffffff;
    font-size: 1.2rem;
    text-align: center;
}
a.formulario-boton:hover {
    background-color: #16196b;
    
}
@media (max-width: 991px) {
    section.solicitud {
        background-image: none;
    }

    .perfilmujer {
        min-height: 0 !important;
    }

    .fecha-container {
        margin-bottom: 2rem;
    }

    p.fecha-texto {
        margin-left: 15px;
        font-size: 1.1rem;
        line-height: 1rem;
        margin-bottom: 0;
    }

    .fecha {
        padding: 15px;
    }

    img.logo {
        width: 200px;
        height: auto;
    }

}

@media (max-width: 650px) {

    .img-desktop {
        display: none;
    }

    .img-mobil {
        display: block;
    }
    body#page-top {
    padding-top: 80px;
}
}

@media (min-width: 650px) {

    .img-desktop {
        display: block;
    }

    .img-mobil {
        display: none;
    }
    body#page-top {
    padding-top: 115px;
}
}

section.solicitud h3 {
    color: #d6005a;
}

section.solicitud .leftside {}

.perfilmujer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*patrocinan y acompanan*/
section.patrocinan {
    padding: 3rem 0;
    background-color: #ffffff;
}

section.patrocinan h3 {
    color: #db8919;

}

footer.contacto {
    color: #ffffff;
    background-color: #cc0057;
}


.content {
    position: relative;

}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

h4.content-title {
    color: #ffffff;
    font-size: 1.1rem;
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}

img {}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

h4.content-title {
    color: #ffffff;
    font-size: 1.1rem;
    margin: 0;
    text-transform: initial;
}

.content-details p {
    color: #fff;
    font-size: 0.8em
}

.fadeIn-bottom {
    top: 80%
}