/* 
Autor: Proyecto Especial Bicentenario del Perú
Project: Semana del Voluntario LP v1.0
@Js_dev
*/

@font-face {
    font-family: 'Montserrat';
    src: url('../css/fonts/Montserrat-Regular-18.otf');
    font-weight: normal;
}

/* *********** CUSTOM PROPERTIES *********** */
:root {
    --first-color: #CF2D45;
    --second-color: #1C8E9D;
    --second-color-alt: #1F9BAB;
    --third-color: #d39d09;
    --four-color: #939d1c;
    --five-color: #BF4C32;
    --white-color: #ffffff;
    --black-color: #1D1D1B;
    --gray-color: #999999;
    --silver-color: #ebebeb;
    --light-color: #F4F4F4;
    --light-blue: #40C4FF;
    --text-color: #444444;
    --black-alpha-color: rgba(0, 0, 0, 0.25);
    --font: 'Montserrat', sans-serif;
    --max-width: 1200px;
}

/* *********** RESET CSS *********** */
html {
    box-sizing: border-box;
    font-family: var(--font);
    font-size: 16px;
    scroll-behavior: smooth;
    outline: 0;
}

*:focus {
    outline: none;
}

*, 
*::after,
*::before {
    box-sizing: inherit;
}

body {
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    /*color: var(--text-color);*/
	color: #707070;
    font-family: var(--font);
}

*::selection {
    background-color: var(--first-color);
    color: var(--white-color);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 2rem;
    margin: 0;
	    font-weight: 100;
}

h2 {
    font-size: 1.5rem;
    margin: 0;
}

h3 {
    font-size: 1.25rem;
    margin: 0;
    font-weight: 100;
}

h4 {
    font-size: 1rem;
    margin: 0;
    font-weight: 100;
}

h5 {
    font-size: 0.85rem;
    margin: 0;
}

h6 {
    font-size: 0.7rem;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

p {
    line-height: 1.2;
}

.oculta_imagen2{display: block;}
.desaparece{display:none;}
/* **************** COMPONENTS ***************** */

/* Mapa SVG */
.mapdiv {
    margin: 0 auto;
    max-width: 350px;
}

.mapdiv path {
    fill: #198754 ;
    stroke: rgb(207, 207, 207);
    stroke-width: 1.14192px;
    transition: fill 0.3s;
}

.mapdiv :hover {
    fill:rgb(204, 22, 22);
    cursor: pointer;
}


.mapdiv2 {
    fill: rgb(166, 166, 166) !important;
    stroke: rgb(207, 207, 207) !important;
    stroke-width: 1.14192px;
    transition: fill 0.3s;
}



@media screen and (min-width: 768px) {

    .mapdiv {
        max-width: 500px;
    }
	

}

#PE-LKT {
    fill: var(--light-blue);
}

/* Menu lateral (Overlay) */
.sidenav {
    display: none;
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #f9f9f9;
    overflow-x: hidden;
    padding-top: 70px;
}

.sidenav a {
    padding: 10px 22px 10px 26px;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.2;
    color: var(--text-color);
    display: block;
}

.sidenav a:hover {
    color: var(--first-color);
}

.sidenav .closebtn {
    color: var(--black-color);
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 12px;
    font-size: 3.5rem;
    margin-left: 50px;
}

a.actived {
    color: var(--first-color);
    font-weight: bold;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
	
	
}

@media screen and (min-width: 1024px) {

    .sidenav {
        right: 0;
        left: inherit;
    }
    
    .sidenav a {
        padding: 10px 12px 10px 32px;
        font-size: 1.4rem;
    }
}

/* Popup Mapa */
.popup {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.popup__head {
    border-bottom: 3px solid var(--first-color);
    padding-bottom: 0.6rem;
}

.popup__head img {
    height: 40px;
}

.popup__head h4 {
    color: var(--black-color);
    font-size: 0.9rem;
    margin: 0 0 0 1rem;
    text-transform: uppercase;
}

.popup__content {
    color: var(--text-color);
    padding: 1.1rem 0 0.2rem;
    background: white;
    font-size: 0.84rem;
}

.popup__content h3 {
    color: var(--black-color);
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.popup__content p {
    margin-bottom: 0.5rem;
}

.popup__item {
    margin-bottom: 0.1rem;
}

.popup__content i {
    color: var(--first-color);
    min-width: 16px;
    font-size: 1rem;
}

.popup__content img {
    width: 120px;
    margin-bottom: 0.8rem;
}

.popup__content img:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

/* Modifiers */
.popup__content .btn-success {
    background-color: var(--second-color);
    border-radius: 0.5rem;
    padding: 0.1rem 0.6rem;
    margin: 0.3rem 0 0.8rem;
}

@media screen and (min-width: 768px) {
	.desaparece{display:block;	}
	.oculta_imagen2{display:none;}

    .popup__content img {
        width: 110px;
    }
    
    .popup__content img:nth-child(odd) {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .modal-lg {
        width: 650px;
    }
    
}

/* **************** UTILITIES *************** */
/* .container {
    width: var(--max-width);
} */

.section {
    padding: 1.1rem 1.3rem;
}

.section-2x {
    padding: 4rem 1.3rem 3rem;
}

.section h3,
.section-2x h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.bton {
    background: transparent;
    border: 2px solid var(--white-color);
    padding: 0.6rem 1.5rem;
    border-radius: 5px;
    transition: all 0.3s;
}

.bton img {
    width: 28px;
    margin-left: 0.5rem;
}

a.bton {
    color: var(--white-color);
}

.shadow-box {
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);
}

.separator {
    border: 0;
    border-bottom: 1px solid var(--silver-color);
    margin: 1.4rem 0;
}

/* Scrollbar vertical */
.scroll-container {
    width: 100%;
    height: 95px;
    overflow-y: scroll;
    margin-bottom: 1.5rem;
}

.scroll-text {
    height: auto;
    padding: 4px 8px 4px 4px;
}

.scroll-text p { 
    color: #414446;
    font-size: 0.9rem;
    line-height: 1.3;
    margin: 0;
}

::-webkit-scrollbar {
    width: 7px;
    height: 30px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #E5E5E5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #CCCCCC;
}

/* Modifiers */
.scroll-container--popup {
    height: 390px;
}

@media screen and (min-width: 1024px) {

    .section-2x {
        padding: 6rem 1.3rem;
    }
    

    /* Modal align right */
    .modal-dialog {
        position: fixed;
        right: 50px;
    }
}


/* **************** SITE *************** */

/* Header hero */
.header__hero {
    /*background: #FFF url(https://bicentenario.gob.pe/semanadelvoluntariado2021/images/pattern-bg-header-movil.svg) repeat center top;*/
    color: #707070; 
	/*var(--white-color);*/
}

.header__top {
    position: fixed;
	 background-color: rgb(250, 247, 242);
    padding: 0.6rem 1rem;
    top: 0;
    transition: top 0.3s;
    width: 100%;
    z-index: 888;
}

.header__top--scroll {
    background: rgba(0,0,0,.45);
    top: -110px;
}

.header__logo img {
    width: 160px;
}

.header__menu img {
    width: 30px;
    height: 30px;
	margin-left: 10px;
	margin-right: 10px;
    cursor: pointer;
}

.header__banner {
    padding: 58.3px 1.2rem 1.6rem;
}

.banner__image {
    padding: 1.8rem 0 0.8rem;
    text-align: center;
}

.banner__image img {
    width: 200px;
}

.banner__description {
    text-align: center;
}

.banner__description h1 {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    line-height: 1;
}

.banner__description h1 span {
    display: block;
    font-size: 2rem;
    font-weight: normal;
}

.banner__description h4 {
    font-weight: lighter;
    margin: 1rem 0;
}

.banner__date {
    display: block;
    margin-bottom: 1.6rem;
    font-size: 0.9rem;
}

.bton__hero {
    background-color: var(--second-color);
    font-size: 1.1rem;
    padding: 0.7rem 1.1rem;
}

.bton__hero img {
    width: 22px;
}

a.bton__hero:hover {
    background-color: var(--second-color-alt);
}

.div-s2{
	background-color:#faf7f2;
	color: #1db7bf;
}

.div-s2 > p{
	color: #FFF;
}

/* Moments */
.moments {
    padding-left: 1rem;
    padding-right: 1rem;
}

.moments h3 {
    margin-bottom: 0.5rem;
}

.moments__wrapper {
    margin: 0 auto 1.3rem;
    max-width: 310px;
}

.moment__card {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 0.75em;
    padding: 0;
    margin: 1rem 1rem 1.5rem;
    transition: all 0.2s ease-in-out;
}

.moment__card-top {
	background-color: #f5686a;
    /*background: var(--third-color) url(https://bicentenario.gob.pe/semanadelvoluntariado2021/images/hand-card-bg.png) center no-repeat;*/
    background-size: 56%;
    padding: 4.2em 3em;
    border-top-left-radius: 0.75em;
    border-top-right-radius: 0.75em;
}

.moment__card-top .moment__card-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.triangle {
    position: relative;
    height: 0;
    width: 0;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    border-top: 1.5em solid #f5686a;
    margin: 0 auto -1.75em auto;
    top: -0.32em;
    z-index: 20;
}

.card-middle {
    display: none;
    background: var(--light-color);
    padding: 2.2em 0.8em 0.5em 0.8em;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.3;
}

.card-bottom {
    background: var(--white-color);
    padding: 1.75em 1em 1em 1em;
    border-bottom-left-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
}

.card-bottom .card-title {
    font-weight: 100;
	color: #707070;
	font-size: 1.5rem;
}

.circle-button {
    position: absolute;
    bottom: 0;
    right: 3em;
    width: 56px;
    height: 56px;
    font-size: 1.5em;
    color: #fff;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.275);
    outline: none;
    cursor: pointer;
    transition: all 300ms ease;
}

.circle-button .close {
    transition: transform 400ms ease;
}

.circle-button:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.275);
}

.closeRotate {
    transform: rotate(45deg);
}

/* Modifiers */
.moment__card-top--second {
    background-color: #1db7bf;
	/*var(--four-color) url(https://bicentenario.gob.pe/semanadelvoluntariado2021/images/hand-card-bg.png) center no-repeat;*/
}

.moment__card-top--third {
	background-color: #28499a;
    /*background: var(--five-color) url(https://bicentenario.gob.pe/semanadelvoluntariado2021/images/hand-card-bg.png) center no-repeat;*/
}

.moment__card-top--second,
.moment__card-top--third {
    background-size: 56%;
}

.triangle-second {
    border-top-color: #1db7bf;
}

.triangle-third {
    border-top-color: #28499a;
}

/* Headline */
.headline {
    /*padding: 2rem 0;*/
    color: var(--white-color);
    background-color: var(--second-color);
}

.headline h2 {
    max-width: 200px;
    margin: 0 auto;
}

/* Agenda Nacional */
.national .national__acordeon {
    text-align: left;
    font-size: 1.1rem;
}

.national .acordeon__detail {
    font-size: 0.82rem;
    /*background: var(--white-color) url(https://bicentenario.gob.pe/semanadelvoluntariado2021/images/hand-bg-acordeon-detail.svg) right bottom no-repeat;*/
    background-size: 60%;
    color: var(--gray-color);
    min-height: 240px;
}

.acordeon__event {
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
}

.acordeon__date {
    display: inline-block;
    min-width: 52px;
    border-radius: 0.5rem;
    background: var(--second-color);
    color: var(--white-color);
    padding: 0.5rem 0.8rem;
    text-align: center;
    margin-right: 0.7rem;
}

.acordeon__number,
.acordeon__month {
    display: block;
}

.acordeon__number {
    font-size: 1.3rem;
    line-height: 1;
    font-weight: bold;
}

.acordeon__month {
    line-height: 1;
    font-size: 0.7rem;
}

.acordeon__event h4 {
    color: var(--black-color);
    font-size: 1.2rem;
}

.national .acordeon__detail p {
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0.7rem;
}

.national .national__acordeon .acc_section.acc_active > .acc_head,
.national .accordionjs .acc_section .acc_head {
    color: var(--white-color);
    padding: 0.8rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.1;
    margin-bottom: 0;
}

.national .national__acordeon .acc_section.acc_active > .acc_head {
    background: var(--first-color);
    border-radius: 4px;
    font-weight: bold;
}

.national .accordionjs .acc_section .acc_head {
    background: var(--black-color);
    border-radius: 4px;
    margin-bottom: 0.2rem;
}

.national .accordionjs .acc_section .acc_content {
    padding: 1.5rem 1rem;
    margin: 0.9rem 0.4rem 1.5rem;
    border-radius: 5px;
}

.national .accordionjs .acc_section .acc_content p {
    margin: 0;
}

.national .accordionjs .acc_section {
    border: 0;
}

.bton__event {
    display: inline-block;
    padding: 0.15rem 0.9rem;
    background-color: var(--white-color);
    border-radius: 20px;
    border-color: var(--five-color);
    font-size: 0.8rem;
    font-weight: normal;
}

a.bton__event {
    color: var(--five-color);
}

a.bton__event:hover {
    color: var(--white-color);
    background: var(--five-color);
}

/* Agenda Local */
.local {
    background: #F6F6F6;
    text-align: center;
}

.local h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

.local p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}


/* Call to action */
.cta {
	/*
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	*/
}

.cta__detail {
    /*position: absolute;*/
    padding-left: 4rem;
    color: var(--white-color);
	margin-top: 5%;
    /*max-width: 550px;*/
}

.cta__detail h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.cta__detail p {
    font-size: 0.9rem;
    font-weight: lighter;

}

.cta__detail .bton {
    /*display: block;*/
    margin-bottom: 1.5rem;
}

.cta__detail .bton__cta1 {
	background-color: var(--third-color);
    border-color: var(--third-color);
}

.cta__detail .bton__cta2 {
	background-color: var(--four-color);
    border-color: var(--four-color);
    margin-bottom: 0;
}

/* Partners */
.partners {
    padding: 3.5rem 0;
}

.partners h3 {
    margin-bottom: 2rem;
}

.partners img {
    display: block;
    margin: 0 auto; 
    margin-bottom: 2rem;
    max-width: 180px;
}

.partners img:last-child {
    margin-bottom: 0;
}

/* Footer */
.footer {
	background-color: #247DB9;
    padding: 1rem;
}

.footer img {
    width: 150px;
}

.footer p {
    font-size: 0.7rem;
	color: #FFF;
    margin: 1rem 0 0;
}

.footer .email {
	color: #F4D00D;
    margin: 1rem 0 0;
	cursor:pointer;
	font-size:1.1rem;
}

.img-card {
    border-radius: 25px 25px 0px  0px;
    width:100%;
    max-height:200px;
}


/* ******* Responsive Web ******* */

@media screen and (max-width: 374px) {

    .moments__wrapper {
        max-width: 290px;
    }

    .circle-button {
        right: 2.5em;
    }
	

}

@media screen and (min-width: 768px) {

    .header__top {
        padding: 0.8rem;
    }

    .header__banner .row {
        flex-direction: row-reverse;
        padding-top: 2rem;
    }

    .banner__description {
        text-align: left;
        max-width: 450px;
    }

    .moments {
        text-align: center;
    }

    .moments__wrapper {
        max-width: 650px;
    }

    /* Agenda Nacional */
    .national .national__acordeon {
        width: 600px;
        margin: 0 auto;
    }

    .national .acordeon__detail {
        background-size: 45%;
    }

    .cta__detail .bton {
        max-width: 100%;
        margin: 0 auto 0.5rem;
    }
	
				


}

.d-comparte{
    text-align: center;
}

.div-baner-s1{
    width:100%; 
    height:160px; 
    background-position-x: center; 
    background-position-y: center; 
    background-repeat: no-repeat; 
    
}

.div-baner-s2{
    width:100%; 
    height:160px; 
    background-position-x: center; 
    background-position-y: center; 
    background-repeat: no-repeat; 
    display: none;
}

@media screen and (max-width: 768px) {
    .img-card{
        height:auto;
    }

    .d-comparte{
		display: none;
	}

    .d-iconos{
		display: none;
	}

    .logo-top{
        display: none;
    }

    .logo-top-x2{
        display: block !important;
    }

    .div-baner-s1{
        display: none;
    }

    .div-baner-s2{
        display: block;
        background-size: contain;
    }
	
	

}

@media screen and (min-width: 1024px) {

    /* Header hero */
    .header__logo img {
        width: 250px;
    }

    .header__banner {
        padding: 7rem 5rem 2.5rem;
    }

    .header__banner .row {
        padding-top: 0;
    }

    .banner__image {
        padding: 0;
    }

    .banner__image img {
        width: 340px;
    }

    .banner__description {
        padding-top: 0;
        max-width: unset;
    }

    .banner__description h1 {
        font-size: 4rem;
        max-width: 500px;
    }

    .banner__description h1 span {
        font-size: 2.8rem;
    }

    .banner__description h4 {
        margin: 1.2rem 0;
        max-width: 450px;
        font-size: 1.2rem;
    }

    .banner__date {
        font-size: 1.3rem;
    }

    .bton__hero {
        font-size: 1.2rem;
        padding: 0.8rem 1.5rem;
    }

    .bton__hero img {
        width: 26px;
    }

    /* Moments */
    .moments {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .moments h3 {
        margin-bottom: 1.2rem;
        font-size: 2.5rem;
    }

    .moments > p {
        margin-bottom: 2rem;
        color: var(--text-color);
        font-size: 1.3rem;
    }

    .moments__wrapper {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        margin: 0 auto 1.3rem;
        max-width: unset;
    }

    .moment__card {
        position: relative;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        border-radius: 0.75em;
        padding: 0;
        margin: 1rem 1rem 1.5rem;
        transition: all 0.2s ease-in-out;
        width: 278px;
    }

    /* Headline */
    .headline {
        padding: 3rem 0;
    }

    .headline h2 {
        max-width: unset;
        font-size: 2rem;
    }

    /* Agenda Nacional */
    .national h3 {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .national .national__acordeon {
        width: 600px;
        margin: 0 auto;
    }

    .national .acordeon__detail {
        background-size: 45%;
    }

    /* Agenda Local */
    .local h3 {
        font-size: 2.5rem;
    }
    
    .local p {
        font-size: 1rem;
        margin-bottom: 2.5rem;
    }

    /* Call DIV */
    .cta {
        max-width: unset;
    }

    .cta__detail h3 {
        font-size: 2.5rem;
        max-width: 500px;
        margin: 0 auto 1.5rem;
    }
    
    .cta__detail p {
        font-size: 1.1rem;
        max-width: 600px;
    }

    .cta__detail .bton {
        max-width: unset;
        width: 300px;
        margin: 1rem auto 2.5rem;
    }

    .cta__detail .bton:last-child {
        margin-bottom: 1rem;
    }

    /* Partners */
    .partners {
        padding: 3.5rem 0;
    }

    .partners h3 {
        font-size: 1.5rem;
        margin-bottom: 2.5rem;
    }
    
    .partners__icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .partners img {
        display: inline-block;
        margin: 0; 
        width: 200px;
        height: auto;
    }

    .partners img:last-child {
        margin-bottom: 0;
    }

    /* Footer */
    .footer {
		background-color: #247DB9;
        padding: 2rem 0;
    }

    .footer img {
        width: 250px;
    }

    .footer p {
        font-size: 0.8rem;
        color: #FFF;
        margin: 1rem 0 0;
    }
	
	.footer .email {
		color: #1db7bf;
		margin: 1rem 0 0;
		cursor:pointer;
}


}

@media screen and (min-width: 1224px) {

    .contenedor {
        width: var(--max-width);
        margin: 0 auto;
    }
}

@media screen and (min-width: 1400px) {
		.img-card {
		/*max-height:250px;*/
		max-height:450px;
	}
}


@media screen and (max-width: 600px) {

    .partners__icons img {
        padding-bottom: 20px; 
    }
	
	
}


.logo-top{
	text-align: center;
	margin-top: 120px;
}

.logo-top-x2{
	text-align: center;
	margin-top: 120px;
    display: none;
}


.logo-top > img{
	/*height: 80px;*/
	width:100%;
}


.logo-top-second{
	text-align: left;
	margin-top: 120px;
	margin-left:10%;
	margin-bottom: 10px;
}

.logo-top-second > img{
	height: 110px;
	padding-top: 10px;
}

.banner-row{
	margin-top: 0px;
}

.logo-bottom{
	text-align: center;
	margin-top: 25px;
}

.logo-bottom > img{
	width: 60%;
}

.noti__title{
	margin: 20px;
	padding: 15px 15px 15px 25px;
	border: 2px solid #f5686a;
	border-radius: 0.5rem;
	color: #f5686a;
}

.noti__box{
	box-shadow: -6px 6px 5px -6px #adb8c4, 0px 0px 5px #adb8c4;
	border-radius: 0.5rem;
	margin: 20px 22px 20px 22px;
	padding: 15px 15px 15px 25px;
	height:350px;
}

.noti__box h4{
	color: #f5686a;
}

.noti__box__turq{
	color: #4ec6cc;
	font-stretch: weight;
}

.noti__box__btn__save{
	background-color: #4ec6cc;
	border-radius: 0.5rem;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	width:130px;
}

.noti__box__content{
	height:280px;
	overflow-y: auto;
}

.banner__btn__1{
	position:relative;
	bottom:50px; 
	top: 50px;
	right:20px; 
	width:40%; 
	background-color:red;
}

.banner__pass__table{
	position:relative;
	bottom:50px; 
	left:calc(50% - 20px); 
	width:50px; 
	display: table; 
	border-spacing: 2px;
}

.banner__pass__row{
	display: table-row;
}

.banner__pass{
	width: 23px;
	height: 4px;
	background-color:  #cacaca ;
	display: table-cell;
	cursor: pointer;
}

.banner__pass:hover{
	background-color:  #e8e8e8 ;
}

.banner__pass__active{
	background-color:  #fac600 ;
}

.celdaInv{
	color:#f5686a;
	text-align:center;
	width:100px;
}

.celdaInvText{
	color:#FFF;
	text-align:center;
	font-size:0.8rem;
	width:100px;
	vertical-align: top;
	font-weight: 200;
}

.enlace{
	color: #707070;
	font-weight: bold;
	text-decoration: underline;
}

.enlace:hover, .enlace:visited{
	color: #707070;
	font-weight: bold;
	text-decoration: underline;
}

.enlace_turq{
	color: #4ec6cc;
	font-weight: bold;
	text-decoration: underline;
}

.enlace_turq:hover, .enlace_turq:visited{
	color: #4ec6cc;
	font-weight: bold;
	text-decoration: underline;
}

.educacion-ciudadana-div{
	position:relative;
}

.educacion-ciudadana-div-div{
	text-align:right;
}


.educacion-ciudadana-img1{
	max-height:600px;
	display: block;
}

.educacion-ciudadana-img2{
	display: none;
}

.invitados-div{
	text-align:center;
	width:100%;
	overflow-x:none;
}

	.invitados-table{
		width:99%; 
		background-color:#2A4B9B
	}
	
	.imagen-nina{
		max-height: 350px;position: relative;bottom: -38px;
	}
	
	.bannerRow_img1{
		content:url(../images/banner_desktop.jpeg);
	}
	
	.bannerRow_img2{
		content:url(../images/banner2.jpg);
	}
	
#bannerRow > a > img {
	width: 100%;
}
	
@media (max-width: 600px) {


	
	.educacion-ciudadana-div{
		position:relative;
	}
	
	.educacion-ciudadana-div-div{
		text-align:center;
	}
	
	.educacion-ciudadana-img1{
		max-height:600px;
		display: none;
	}

	.educacion-ciudadana-img2{
		display: block;
	}
	
	.invitados-div{
		text-align:center;
		width:100%;
		overflow-x:auto;
	}
	
	.invitados-table{400
		width:1200px; 
	}
	
		.imagen-nina{
		max-height: 350px;position: relative;bottom: -32px;
	}
	
	.bannerRow_img1{
		content:url(../images/banner_movil.jpeg);
	}
	
	.bannerRow_img2{
		content:url(../images/banner-m2.jpg);
	}
	
	/*
	#bannerRow > a > img {
		 content:url(../images/banner-m1.jpg);
	}
	*/
	#btn-option-mobil{
		display: block !important;
	}
	
	#btn-option-web{
		display: none;
	}	
	


	
}

.noti-img{
	border-radius: 15px;
}

.registro-btn-vermas{
	text-align:center;
	background-color:#CD0053;
	width: 150px;
	padding:16px; 
	color: #fff;
	cursor:pointer;
	border-radius: 10px;

}

.registro-btn-vermas > h2{
	font-size: 1rem;
}


.registro-btn-talleres{
	text-align:left;
	padding:16px; 
	color: #CD0053;
	cursor:pointer;
	border-radius: 10px;

}

.registro-btn-talleres> h2{
	font-size: 0.8rem;
}


.registro-btn-anio{
	margin:20px;
	text-align:center;
	border-radius: 20px;
	border-color: #fff;
	border-width: 2px;
	border-style: solid;
	width: 8rem;
	padding:5px; 
	cursor:pointer;
	background-color:#fff;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);
}

.registro-btn-anio > h2{
	color: #696969;
	font-size: 1.2rem;
	background-color: #fff
}

.btn-anio-active{
	color: #FFF !important;
	background-color: #2C5BA0 !important;
}



.newrow > * {

    padding-right: 0px !important;
    padding-left: 0px !important;

}

@media screen and (min-width: 5px) and (max-width: 500px) {
	.newrow > * {

		padding-left: 20px !important;

	}

} 




.btn-option{
	margin:1%;
	text-align:center;
	border-radius: 20px;
	border-color: #CD0053;
	border-width: 2px;
	border-style: solid;
	width: 98%;
	padding:5px; 
	cursor:pointer;
	background-color:transparent;
	color: #CD0053
	
	/*box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);*/
}

.cronograma-red
{
	text-align:center;
	color: #CD0053;
	padding-top:2px;
	font-size: 1.0rem;
}


.cronograma-white
{
	text-align:center;
	color: #FFF;
	padding-top:2px;
	font-size: 1.0rem;
}

.cronograma-yellow
{
	text-align:center;
	color: #000;
	padding-top:2px;
	font-size: 1.0rem;
}


.btn-option2{
	margin:1%;
	text-align:center;
	border-radius: 10px;
	border-color: #EAAE28;
	border-width: 2px;
	border-style: solid;
	width: 90%;
	padding:5px; 
	cursor:pointer;
	background-color:#EAAE28;
	color: #CD0053;
	margin-left:5%;
	margin-right:5%;
	font-size: 0.9rem;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);
}


.registro-btn-second{
	text-align:center;
	background-color:#FFF;
	width: 150px;
	padding:6px; 
	color: #CD0053;
	cursor:pointer;
	border-radius: 10px;

}

.box {
  display: flex;
  align-items: stretch;
}

.item-right
{
	width: 40px;
	margin-top: 15px;
}

.item-right2
{
	width: 40px;
	margin-top: 4px;
}


.tt {
    font-size: 1.2rem !important;
	font-weight: bolder !important;
}




#carruselAli {
    float:left;
    width:90%;
    overflow:hidden;
    height:250px;
    position:relative;
	margin-left: 5%;
    margin-right: 15%;
}

#carruselAli .left-arrow {
    position:absolute;
    left:0px;
    z-index:9999;
    top:45%;
	width: 30px;
    margin-top:-9px;
}

#carruselAli .right-arrow {
	position: absolute;
    right: 0px;
    z-index: 9999;
    top: 45%;
    width: 30px;
    margin-top: -9px;
}

.carruselAli {
    width:5000px;
    left: 0% ;
    right: 60px;
    position:absolute;
    z-index:0;
}

.carruselAli>div {
    float: left;
    height: 100px;
    margin-right: 5px;
    width: 300px;
    text-align:center;
}

.carruselAli img {
    cursor:pointer;
}

.carousel-control-prev-icon{
	margin-right: 25px !important;
}

.carousel-control-next-icon{
	margin-left: 25px !important;
}



.image-next{
    display: block;
}

@media screen and (max-width: 600px) {
    .image-next{
        display: none;
    }	

}


@media screen and (min-width: 1024px){
	.modal-dialog {
	  position: initial !important;
	  right: 0%;
	}
}

@media (min-width: 576px){
  .modal-dialog {
	  max-width: 700px;
	  margin: 0.75rem auto;
	}
}

#imageCarrousel{
	width: 100%;
}
.letra_pregunta{
	color:#101010;
	font-weight:900;
}
.letra_enlace{
	color:#CD0053;
	font-weight:900;
}
.borde_rojo{
	border: 1px solid #CD0053;
	text-align:center;
	font-size:1rem;
	width: 100%;
	padding:10px; 
	color: #BC2C54;
	cursor:pointer;
	border-radius: 10px;
	display: -webkit-box;
}
a:hover {
    color: #CD0053;
}