/* CSS Document */

/* header {
	background: url("../img/bg_header.svg");
	background-position: bottom left;
	-webkit-background-size: cover;
	background-size: cover;
	will-change: 100%;
	padding-top: 40px;
	padding-bottom: 70px;
	z-index: 1;
	position: relative;
    height: auto;
}
header img {
	min-height: 53px;
}
header .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	vertical-align: middle;
	align-items: center;
}
header .container ul {
	display: inline-block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
header .container li {
	display: inline-block;
	text-transform: uppercase;
}
header .container li a {
	border-right: 1px solid #F5C23D;
	padding: 7px 15px;
	color: #FFF;
    font-family:'Gotham Medium';
	font-size: 16px;
}
header .container li:last-child a {
	border-right:0 none;
} */

button, a{
	border:0!important;
	outline:0!important;
	box-shadow:none;
}

body{
	padding-top:130px;
}

@media (min-width: 1024px){
	body{
		padding-top:125px;
	}
}



.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	height:130px;
	background: url("../img/header-shape-mobile.svg");
	background-position: bottom left;
	-webkit-background-size: cover;
	background-size: cover;
	display:flex!important;
	z-index:999;
	padding:0;
	transition: all 0.6s ease;
}

@media (min-width: 580px){
	.header{
		background: url("../img/header-shape.svg");
		background-position: bottom left;
		height:125px;
	}
}

header .container{
	max-width:885px;
}

.header.activeFixed{
	height:110px;
	
}

.header-wrap{
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	margin-bottom: 20px;
}

@media (min-width: 1024px){
	.header-wrap{
		margin-bottom: 25px;
	}
}

.header-logo{
	position:relative;
	z-index:10;
}

.header-logo img{
	height:55px;
}

.header-icon{
	display:flex;
	position:relative;
	z-index:10;
}

@media (min-width: 1024px){
	.header-icon{
		display:none;
	}
}

.header-icon-menu{
	width: 35px;
    height: 50px;
    position: relative;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    text-indent: -999999px;
    overflow: hidden;
    transition: all .3s;
	border: 0;
	transform:scale(1.1);
}

.header-icon-menu span{
    display: block;
    width: 32px;
    height: 2px;
    background: #fff;
    transition: all .6s;
    position: relative;
    margin-left: auto;
    margin-right: auto;
	border-radius:9999px;
	margin: 0;
}
.header-icon-menu :nth-child(2){
	margin: 6px auto;
}

/* .header-icon-menu span:nth-child(1), 
.header-icon-menu span:nth-child(3){
    width: 32px;
    margin: 6px auto;
} */


.header-icon-menu span:nth-child(1){
	-webkit-animation: ease .7s top-2 forwards;
	animation: ease .7s top-2 forwards;
}

.header-icon-menu span:nth-child(2){
	-webkit-animation: ease .7s scaled-2 forwards;
	animation: ease .7s scaled-2 forwards;
}

.header-icon-menu span:nth-child(3){
	-webkit-animation: ease .7s bottom-2 forwards;
	animation: ease .7s bottom-2 forwards;
}

body.opened-menu .header-icon-menu span:nth-child(1){
	-webkit-animation: ease .7s top forwards;
	animation: ease .7s top forwards;
}

body.opened-menu .header-icon-menu span:nth-child(2){
	-webkit-animation: ease .7s scaled forwards;
	animation: ease .7s scaled forwards;
}

body.opened-menu .header-icon-menu span:nth-child(3){
	-webkit-animation: ease .7s bottom forwards;
	animation: ease .7s bottom forwards;
}
    

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  100% {
    top: 8px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 8px;
    transform: rotate(45deg);
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 8px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 8px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.header-navbar .header-navbar-nav{
	display:none;
	align-items:center;
	margin:0;
}

@media (min-width: 1024px){
	.header-navbar .header-navbar-nav{
		display:flex;
	}
}

.header-navbar .header-navbar-nav li{
	margin-right:15px;
	padding-right:15px;
	position:relative;
}

.header-navbar .header-navbar-nav li:last-child{
	margin:0;
	padding:0;
}

.header-navbar .header-navbar-nav li:after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	transform:translatey(-50%);
	width:1px;
	height:35px;
	background-color:#FCBE37;
}

.header-navbar .header-navbar-nav li:last-child:after{
	display:none;
}

.header-navbar .header-navbar-nav li a{
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	text-decoration:none!important;
}

.header-social{
	display:none;
}

@media (min-width: 1024px){
	.header-social{
		display:block;
	}
}

.header-social img{
	width:30px;
	height:30px;
}

.sidebar{
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#00BEDF;
	transition: all 0.6s ease;
	transform:translatex(100%);
	padding: 15vh 0;
}

@media (min-width: 1024px){
	.sidebar{
		display:none;
	}
}

body.opened-menu .sidebar{
	transform:translatex(0);
}

.sidebar-wrap{
	padding:15px;
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-menu-nav{
	display:flex;
	flex-flow:column;
	gap:40px;
}

header .container ul.sidebar-menu-nav li{
	text-align:left;
}

header .container ul.sidebar-menu-nav li a{
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	font-size:22px!important;
}

.sidebar-footer img{
	width:42px;
	height:42px;
}

.senora {
	background-image: url("../img/senora-new.jpg");
	padding-top: 120px;
	margin-top: -96px;
	z-index: 0;
	background-size: cover;
	background-position: center top;
	padding-bottom: 40px;
	min-height: 600px;
    display: flex;
    align-items: center;

}.texto_principal {
	text-align: center;
	padding-bottom: 45px;
}
.texto_principal h3 {
    font-family:'MixYonder';
	font-size: 38px;
	color: #FFF;
}
.texto_principal h3 strong {
	color: #FDBE35;
}
.texto_principal h3 span {
	font-size: 25px;
}
.texto_principal p {
	color: #FFF;
    font-family:'Bogle';
	font-size: 14px;
	    margin: 40px 0;
}
.texto_principal img{
	    max-width: 170px;
}
h2 {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 25px;
	font-size:38px;
}
h2 img {
	max-width: 320px;
}
.nota {
	position: relative;
    font-family:'Bogle';
/* 	border:5px solid #E6E7E8;
	border-top:3px solid #E6E7E8; */
	background: #FFF;
	margin-bottom: 25px;
}
.nota .categoria {
	position: absolute;
	background: #00BFDF;
	padding: 10px 15px 5px;
	font-size: 18px;
	color: #FFF;
	width: 100%;
	line-height: 100%;
	min-height:46px;
	display:flex;
	align-items:center;
}
.nota h4 {
	padding: 15px;
	font-size: 14px;
}
.noticias {
	background-image: url("../img/gray.jpg");
	background-size: cover;
	padding-bottom:50px;
}
.nota .ot {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 15px;
	font-size: 12px;
	font-style: italic;
}
.nota .date {
	color: #00BFDF;
	display: flex;
    align-items: center;
    gap: 10px;
}

.ot > a{
	display: flex;
    align-items: center;
    gap: 10px;
}
.vermas {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
	display: block;
	color: #0066A9;
	margin-bottom: 45px;
}
.vermas img {
	margin-right: 10px;
}
.morado {
	background-image: url("../img/morado.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding-top: 75px;
	padding-bottom: 75px;
}
.verde {
	background-image: url("../img/verde.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.naranjo {
	background-image: url("../img/naranjo.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.morado h4 {
	color: #FFF;
	text-align: center;
    font-family:'MixYonder';
	font-size: 48px;
}
.morado .datos {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.morado .datos strong {
	display: block;
	text-align: center;
	color: #FED303;
	font-weight: bold;
	font-size: 35px;
	line-height: 150%;
}
.morado .datos .col {
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 110%;
}
.celeste {
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url("../img/celeste.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.celeste h4 {
	color: #FFF;
	text-align: center;
    font-family:'MixYonder';
	font-size: 48px;
}
.celeste .col-12 img {
	margin: 0 25px;
}
.celeste .col-12 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 45px;
}
.instagram {
	background-image: url("../img/ins-section.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding-bottom: 130px;
	margin-bottom: -100px;
	position: relative;
	z-index: 0;
	padding-top: 35px;
}

.visor {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.visor a {
	background: #FFF;
	width: calc(33% - 20px);
	height: auto;
	margin: 10px;
	display: inline-block;
}
.visor img {
	width: 100%;
	height: auto;
}
.text_instagram{
	text-align: center;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 60px;
	padding-bottom: 60px;
	flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.text_instagram img {
	margin-bottom: 25px;
	max-width: 170px;
}
.videos {
	margin-left: 45px;
	margin-right: 45px;
}

.instagram a {
	color: #FFF;
}
.text_instagram p {
	margin-bottom: 25px;
	white-space: nowrap;
}
footer {
	background-image: url("../img/footer-shape-mobile.svg");
	background-position: center top;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 45px;
	position: relative;
	z-index: 1;
	margin-left: -1px;
	margin-right: -1px;
	width: calc(100% + 1px);
    background-color: transparent;
}

@media (min-width: 580px){
	footer {
		background-image: url("../img/bg_foote.svg");
	}
}

footer .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:flex-end;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	vertical-align: middle;
	align-items: center;
}
footer .container ul {
	display: inline-block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
footer .container li {
	display: inline-block;
	text-transform: uppercase;
}
footer .container li a {
	border-right: 1px solid #FFF;
	padding: 7px 15px;
	color: #FFF;
    font-family:'Gotham Medium';
	font-size: 13px;
}
footer .container li:last-child a {
	border-right:0px none;
}
.navbar-toggler {
	display: none;
}
.logo-ft2 {
	display: none;
}
.navbar {
	padding: 0;
}
.contacto {
	background: url("../img/form.jpg");
	background-position: center top;
	background-size: cover;
	padding-top: 35px;
	padding-bottom: 35px;
}
.contacto p {
	color: #FFF;
	text-align: center;
    font-family:'Bogle';
}
.mauticform_wrapper {}
.mauticform_wrapper input,
.mauticform_wrapper textarea {
	text-transform: uppercase;
    font-family:'Bogle';
	border-radius: 20px;
	border:0 none;
	font-size: 18px;
}
#mauticform_tienesunaidea_enviar_idea {
	text-align: center;
}
#mauticform_input_tienesunaidea_enviar_idea {
	background: #FCC023;
	text-transform: uppercase;
    font-family:'Bogle';
	border-radius: 20px;
	border:0 none;
	color: #000;
	font-size: 18px;
	display: inline-block;
	padding:15px 20px 10px 20px;
}
.mauticform-post-success form {
	position: relative;
}
.mauticform-post-success form .mauticform-message {
	position: absolute;
	background: #FFF;
	padding: 25% 50px;
	width: 100%;
	color: #00BFDF;
	text-align: center;
	font-family: 'bogle';
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	height: 100%;
	-webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.28);
}
@media screen and (max-width:768px) {
	.navbar-toggler {
		display: block;
		width: 60px;
		margin-bottom: 25px;
	}
	footer .navbar-toggler {
		margin-bottom: 0;
	}
	.navbar-toggler img {
		width: 100%;
	}
	header {
		padding-top: 30px;
		padding-bottom: 50px;
		background-image: url("../img/bg_header_m.svg");
	}
	header .container {
		flex-direction: column;
	}
	.senora {
		background-image: url("../img/senora-movil.jpg");
	}
	.cont_txt_pr {
		order:-1;
		margin-top: 100px;
	}
	.senora .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
/* 	.slick-prev, .slick-next {
		display: none !important;
	} */
	.videos {
		margin-left: 0;
		margin-right: 0;
	}
	.nota .ot {
		padding-top: 0;
	}
	.celeste .col-12 {
		flex-direction: column;
	}
	.celeste .col-12 img {
		margin-bottom: 20px;
	}
	.text_instagram {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		font-size: 13px;
		justify-content: space-between;
	}
	.text_instagram a {
		max-width: 40%;
	}
/* 	.text_instagram .logo-ft {
		display: none;
	} */
	.logo-ft2 {
		margin: 0 auto;
		display: block;
		margin-top: 25px;
	}
	.logo_i-f {
		order:1;
	}
	header .container ul li,
	footer .container ul li{
		display: block;
		text-align: center;
	}
	header .container ul,
	footer .container ul {
		margin-bottom: 15px;
	}
	header .container ul li a,
	footer .container ul li a {
		border-right: 0 none !important;
	}
	.text_instagram {
		padding-top: 35px;
		padding-bottom: 35px;
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
	.text_instagram a {
		max-width: 80%;
	}
	.text_instagram p,
	.text_instagram img {
		margin-bottom: 0;
	}
	.xs-hidden {
		display: none !important;
	}
	.visor a {
		width:calc(50% - 20px);
	}
	.morado .datos {
		flex-wrap: wrap;
	}
}

.donaciones-wrap{
	position:relative;
	min-height:320px;
	border:10px solid #fff;
}

.donaciones-image{
	position:absolute;
	width:100%;
	height:100%;
}
.donaciones-image img{
	width:100%;
	height:100%; 
	object-fit:cover;
}

.donaciones-content{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:17px;
	text-align:center;
}


.donation .col-md-4{
	padding:10px;
}

.donation .col-md-4:nth-child(1) .donaciones-content{
	background: rgba(72, 185, 32, 0.35);
}

.donation .col-md-4:nth-child(2) .donaciones-content{
	background: rgba(139, 94, 147, 0.55);
}

.donation .col-md-4:nth-child(3) .donaciones-content{
	background: rgba(255, 0, 0, 0.35);
}
.donaciones-content h2{
	font-size:30px;
	color:#FCBE37;
	font-weight:700;
	margin:0;
	margin-bottom:2px;
	line-height:1;
}

.donaciones-content p{
	color:#fff;
	    margin: 0;
    line-height: 1;
}

.donation{
	padding-bottom:56px;
	border-bottom:1px solid #ABABAB;
}
#logoCarrousel .slick-prev, 
#logoCarrousel .slick-next{
	width:58px;
	height:58px;
	top: 60%;
}

#logoCarrousel .slick-next:before,
#logoCarrousel .slick-prev:before{
	width:100%;
	height:100%;
}

#logoCarrousel .slick-prev{
	left:0;
}

#logoCarrousel .slick-next{
	right:0;
}

#logoCarrousel .slick-list{
	width: 90%;
    margin: 0 auto;
}
#logoCarrousel .slick-prev:before{
	background-image: url(../img/arrow-left-new.svg);
}

#logoCarrousel .slick-next:before{
	background-image: url(../img/arrow-right-new.svg);
}

#logoCarrousel img {
    width: 180px!important;
    filter: brightness(0.5);
}

@media screen and (min-width:768px){
	#logoCarrousel img {
		width: 130px!important;
	}
}

.slick-dots li.slick-active button:before{
	background-color:#ABABAB!important;
}
.slick-dots li{
	margin:0;
}

.instagram .container{
	max-width:810px;
}
.logo-footer{
	    transform: translate(-10px,-20px);
}