/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
:root {
    --cdf-orange: #F49324;
    --cdf-green: #65B037;
    --cdf-blue: #1294C6;
    --cdf-purple: #995EC7;
}

body{
	font-family: 'Acherus Grotesque', sans-serif;
     text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
}

header {
}

.iconos-top-cont {
	background-color: #FFFFFF;
}

.iconos-top {
    text-align: right;
    padding-top: 25px;
    padding-bottom: 30px;
    position: relative;
}

.iconos-top a:link, .iconos-top a:visited, .iconos-top a:active {
    font-size: 22px;
    margin-left: 17px;
    background-color: none;
}

.logo { 
    position: absolute;
    left: auto;
    z-index: 9000;
}

.redes-xs {
    text-align: center;
}

.logo a:link, .logo a:visited, .logo a:active {
	margin-left: 0px;
}

#mail-icon {
	color: #1ece6b;
}

#yt-icon {
    color: red;
}

#fb-icon {
    color: #4267B2;
}

a#ig-icon:link, a#ig-icon:visited, a#ig-icon:active {
    color: #E91E63;
    font-size: 23px;
    vertical-align: top;
}

#fb-icon:hover, #mail-icon:hover, a#ig-icon:hover, a#yt-icon:hover  {
	color: #dadada;
}

.header-botonera-cont {
	background-color: #589dcc;
	border-bottom: #7fae44 4px solid;
}

.header-botonera {
    text-align: right;
    position: relative;
}

.header-botonera a:link, .header-botonera a:visited, .header-botonera a:active, .dropbtn {
    color: #FFFFFF;
    padding: 8px 32px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}

.header-botonera a:hover, #btn-active, .dropdown:hover .dropbtn {
	background-color: #4e88b7;
	text-decoration: none;
	color: #FFFFFF
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.95);
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000;
    text-align: left;
    border-radius: 0px 5px;
    overflow: hidden;
}

.header-botonera .dropdown-content a {
    color: #589dcc;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #FFFFFF;
}

.dropdown-content a:hover {background-color: #FFFFFF;}

.dropdown:hover .dropdown-content {display: block;}


.encabezado-seccion {
	background: url(../images/top-inicio.png) center center no-repeat;
	background-size: cover;
	position: relative;
}

#enc-inicio {
	min-height: 350px;
}

#enc-interior {
	min-height: 350px;
}

.franja-seccion {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(133,177,66, 0.85);
}

.franja-seccion-inner {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 600;
}

.bloques-botones {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -15px;
}

.bloques-botones-inner {
    text-align: right;
}

.botones-dest {
    width: 220px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    border-radius: 15px 0px;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
    opacity: 0.95;
    margin-left: 10px;
}

.botones-dest:hover {
	opacity: 1;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0 3px 8px 2px rgba(0,0,0,0.2);
	box-shadow: 0 3px 8px 2px rgba(0,0,0,0.2);
}

#dest-celeste {
	background-color: #44a0cc;
}

#dest-naranja {
	background-color: #f49324;
}

#dest-violeta {
	background-color: #6a3a81;
}

#dest-gris {
	background-color: #999;
	opacity: 1;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0 3px 8px 2px rgba(0,0,0,0.2);
	box-shadow: 0 3px 8px 2px rgba(0,0,0,0.2);
}

.icon-dest {
    display: block;
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 16px;
}

.col-texto {
    padding-top: 15px;
    color: #626262;
}

.col-texto h2 {
    font-size: 24px;
    font-weight: 600;
}

.col-texto h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.col-texto p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
}

.col-texto a {
    color: #f49324;
    text-decoration: underline;
}

.col-icono-contenido {
	min-height: auto;
	vertical-align: middle;
	line-height: auto;
	text-align: center;
}

.texto-postal {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}

i.flat-contenido {
    font-size: 150px;
    color: #dadada;
}

.form-contacto-cont input[type='text'], .form-contacto-cont input[type='tel'], .form-contacto-cont input[type='email'], .form-contacto-cont textarea {
    min-width: 100%;
    padding: 8px 12px;
    border-radius: 0px 5px;
    border: 1px solid #b3b3b3;
}

.form-contacto-cont input[type='text']:hover, .form-contacto-cont input[type='tel']:hover, .form-contacto-cont input[type='email']:hover, .form-contacto-cont textarea:hover,
.form-contacto-cont input[type='text']:focus, .form-contacto-cont input[type='tel']:focus, .form-contacto-cont input[type='email']:focus, .form-contacto-cont textarea:focus {
	border: 1px solid #65b037;
	outline: none;
}

input#procesar {
    background: none;
    border: 1px solid #65b037;
    color: #65b037;
    font-size: 16px;
    padding: 10px 21px;
    border-radius: 0px 8px;
}

input#procesar:hover, input#procesar:focus {
	background: #65b037;
    border: 1px solid #65b037;
    color: #FFFFFF;
}

#msj-alerta {
    font-size: 12px;
    padding-left: 15px;
    color: #737373;
    display: none;
}

/* GALERIAS */
.galeria-actividades {
    margin-top: 30px;
}

.thumb-imagenes, .thumb-imagenes:visited, .thumb-imagenes:active, .thumb-imagenes:focus   {
    border: 4px solid #EBEBEB;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 14px 0px;
    outline: none;
}

.thumb-imagenes:hover  {
    border: 4px solid #65b037;
    outline: none;
}


/* FOOTER */
.footer {
	padding-top: 65px;
}

.img-separador {
    margin-bottom: -19px;
}

.footer-inner {
	background-color: #589dcc;
	text-align: center;
	color: #FFFFFF;
}

.texto-pie {
    background: url(../images/aros-izq-foot.jpg) left bottom no-repeat;
    padding-bottom: 25px;
	padding-top: 22px;
}

.texto-pie h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 0px;
}

.texto-pie p {
    line-height: 1.5;
    margin-bottom: 0px;
}

.texto-pie a:link, .texto-pie a:visited, .texto-pie a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.texto-pie a:hover{
	color: #c0e5fe;
}

.circulos-cont {
	position: relative;
}

.img-cir-der {
    position: absolute;
    right: 0px;
    top: -80px;
}

/* EXTRAS */
.desplegar-menu-xs, .cerrar-menu-xs {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #EBEBEB;
    display: block;
}

.cerrar-menu-xs {
    display: none;
}

.menu-xs {
    padding: 10px;
    border-bottom: 3px solid #EBEBEB;
    display: none;
}

.menu-xs a:link, .menu-xs a:visited, .menu-xs a:active {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 11px 0px;
    border-bottom: 1px solid #EBEBEB;
    color: #666;
    font-weight: 300;
}

#redes-xs {
    text-align: center;
    display: block;
}

#redes-xs a:link, #redes-xs a:visited, #redes-xs a:active {
    display: inline-block;
    border-bottom: none;
    padding: 8px;
    vertical-align: text-top;
    font-size: 28px;
    text-align: center;
}

.dropdown-actividades {
    background-color: #f9f9f9;
    display: none;
}

.dropdown-actividades a:link, .dropdown-actividades a:visited, .dropdown-actividades a:active {
    font-size: 16px;
}

.tooltip.top .tooltip-inner {
    background-color: #6a3a81;
}

.tooltip.top .tooltip-arrow {
      border-top-color: #6a3a81;
}

.go-up {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 90;
    display: none;
}

.go-up-btn {
    background: #000;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 9px 0 0 0;
    margin: 0px 0 0px 0;
    cursor: pointer;
    display: block;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-up-btn:hover {
    background: #6c407e;
    color: #fff;
}

.go-up-btn .fa {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
}

.ease {
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #6a3a81;
}

::selection {
    color: white; 
    background: #6a3a81;
}

.firma-c3 img {
	opacity: 0.45;
}

.firma-c3 img:hover {
	opacity: 1;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .col-texto {
        padding-top: 50px;
        color: #626262;
    }

    .col-icono-contenido {
        min-height: 390px;
        vertical-align: middle;
        line-height: 390px;
        text-align: center;
    }

    .form-contacto-cont input[type='text'], .form-contacto-cont input[type='tel'], .form-contacto-cont input[type='email'], .form-contacto-cont textarea {
        min-width: 420px;
        padding: 8px 12px;
        border-radius: 0px 5px;
        border: 1px solid #b3b3b3;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }

.modal-float-up {
    position: fixed;
    bottom: 5px;
    right: 5px;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    background: url('../images/bg-header.jpg') center center / cover no-repeat;
    z-index: 50;
    text-align: center;
    padding: 1rem 3rem;
    color: #FFFFFF;
    font-family: 'Rubik', sans-serif;
    border-radius: 10px;
}

.modal-float-up:hover {
    box-shadow: rgba(0,0,0,0.35) 0 0 5px 2px;
}

.modal-float-up h1 {
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 18px;
}
.modal-float-up h1 small {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
}

.modal-float-up p {
    margin-bottom: 15px;
}

.modal-float-up p i {
    margin-right: 4px;
}

.modal-float-up p i:last-of-type {
    margin-left: 15px;
}

.modal-float-up a.btn-primary, .modal-float-up a.btn-primary:visited {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 16px;
    font-weight: 800;
}

.modal-float-up a.btn-primary:hover, .modal-float-up a.btn-primary:focus {
    background-color: #FFFFFF;
    color: #145b91;
}

.modal-float-up .close-btn-modal {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    top: 5px;
    right: 5px;
    font-size: 16px;
    font-weight: 800;
    z-index: 500;
    opacity: 0.45;
    display: inline-block;
    cursor: pointer;
    padding-top: 1px;
}

.modal-float-up .close-btn-modal:hover {
    opacity: 1;
}

.modal-float-up.modal-image {
    max-width: 340px;
    padding: 0;
    overflow: hidden;
}

.top-nav {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

a.btn.btn-donacion {
    font-size: 17px;
    background-color: var(--cdf-orange);
    border-radius: 11px;
    color: white;
    padding: 13px 30px;
    line-height: 1;
    font-weight: 500;
    margin-left: 30px;
    position: relative;
}

a.btn.btn-donacion:hover, a.btn.btn-donacion:focus {
    background-color: #e77b00;
}

a.btn.btn-donacion b {
    font-weight: 900;
}

a.btn.btn-donacion img {
    position: absolute;
    bottom: -23px;
    right: -22px;
}

.franja-seccion-inner.container small {
    display: block;
    line-height: 0.5;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 12px;
    opacity: .65;
}

.franja-donacion {
    font-weight: 900;
    line-height: 1;
    padding-bottom: 8px;
}

.intro-donacion {
    padding: 35px 15px;
    line-height: 1.5;
}

.intro-donacion h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    color: var(--cdf-green);
}

.porque-donar h3 {
    background-color: var(--cdf-orange);
    display: inline-block;
    font-size: 19px;
    color: white;
    padding: 10px 15px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 0 15px 15px 0;
    font-weight: 800;
}

.porque-donar-text {
    padding: 0 15px;
}

.bloques-motivos {
    margin-top: 30px;
    margin-bottom: 45px;
    padding: 0 15px;
}

.bloque-motivo {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.bloque-motivo .header-motivo {
    min-height: 180px;    
    position: relative;
}

.bloque-motivo .header-motivo .title {
    position: absolute;
    width: 100%;    
    color: white;
    bottom: 0;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 800;
    z-index: 15;
}

.bloque-motivo .header-motivo .bg-overlay {
    background: #EBEBEB center center / cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: opacity(0.5);
}

.bloque-motivo.bloque-educativo {
    background-color: var(--cdf-blue);
    color: white;
}

.bloque-motivo.bloque-familias {
    background-color: var(--cdf-green);
    color: white;
}

.bloque-motivo.bloque-deportivas {
    background-color: var(--cdf-orange);
    color: white;
}

.bloque-motivo.bloque-comunidad {
    background-color: var(--cdf-purple);
    color: white;
}

.bloque-motivo .body-motivo {
    padding: 35px 25px;
}

.bloque-motivo.bloque-educativo .header-motivo .title {
    background-color: #1294c694;
}

.bloque-motivo.bloque-familias .header-motivo .title {
    background-color: #65b03759;
}

.bloque-motivo.bloque-deportivas .header-motivo .title {
    background-color: #f493247d;
}

.bloque-motivo.bloque-comunidad .header-motivo .title {
    background-color: #995ec78c;
}

.section-impacto {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: var(--cdf-green);
    text-align: center;
    position: relative;
}

.section-impacto .container {
    z-index: 15;
}

.section-impacto .header-sections {
    color: white;
    margin-bottom: 50px;
}

.section-impacto .header-sections h5 {
    font-size: 22px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1;
}

.section-impacto .header-sections h4 {
    font-size: 30px;
    font-weight: 900;
    margin-top: 0;
}

.impacto-square {
    border: 1px solid white;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    min-height: 170px;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.impacto-square .header-impacto {
    background-color: white;
    color: var(--cdf-green);
    padding: 20px;
    font-size: 24px;
    font-weight: 900;
}

.impacto-square .body-impacto {
    color: white;
    padding: 20px 20px 20px 20px;
    line-height: 1.60;
    font-size: 1.48rem;
    font-weight: 600;
}


.circulos-flotante {
    position: absolute;
    bottom: -80px;
    left: -20px;
    z-index: 1;
}

.como-donar {
    padding-top: 70px;
    padding-bottom: 70px;
}

.como-donar .header-sections {
    text-align: center;
}

.como-donar .header-sections h3 {
    font-size: 32px;
    font-weight: 900;
    color: var(--cdf-purple);
    margin-bottom: 5px;
}

span.separador {
    display: inline-block;
    width: 30px;
    height: 6px;
    background-color: var(--cdf-purple);
    border-radius: 20px;
}

.body-donar {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.body-donar p {
    font-size: 15px;
}

.body-donar h4 {
    font-weight: 900;
    color: var(--cdf-purple);
    font-size: 22px;
}

.botones-wrapper {
    margin-top: 35px;
}

.btn-donar {
    background-color: var(--cdf-purple);
    color: white;
    padding: 32px 15px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
    width: 100%;
    border-radius: 25px;
    transition: all 200ms ease-in-out;
    outline: none;
    margin-bottom: 15px;
}

.btn-donar:focus, .btn-donar:hover {
    background-color: #333;
    color: white;
    transform: scale(1.05);
}

.btn-donar .monto {
    font-size: 34px;
    display: block;
}

.btn-donar small {
    font-size: 12px;
    font-weight: 600;
}

.footer-donaciones {
    text-align: center;
    margin-top: 85px;
}

.footer-donaciones p {
    font-size: 12px;
    color: #999999;
    margin-bottom: 0px;
}

.pre-foot {
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: #F1F1F1;
}

.pre-foot .header-sections {
    text-align: center;
    margin-bottom: 50px;
}

.pre-foot .header-sections h3 {
    font-size: 32px;
    font-weight: 900;
    color: var(--cdf-green);
    margin-bottom: 5px;
}

.pre-foot span.separador {
    display: inline-block;
    width: 30px;
    height: 6px;
    background-color: var(--cdf-green);
    border-radius: 20px;
}

.body-pre-foot {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #5D5D5D;
}

.body-pre-foot p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.65;
}

.body-pre-foot h5 {
    font-size: 20px;
    font-weight: 900;
}

.body-donacion .footer {
    padding-top: 0px;
    margin-top: -34px;
}

div#dynamic-modal .modal-content {
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

div#dynamic-modal .modal-header {
    background-color: #EFEFEF;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;

}

div#dynamic-modal .modal-header .modal-title {
    font-size: 24px;
    font-weight: 900;
    color: var(--cdf-purple);
}

div#dynamic-modal .modal-header .modal-title small {
    display: block;
    font-size: 13px;
    color: var(--cdf-purple);
    font-weight: 600;
}

div#dynamic-modal .modal-body {
    text-align: center;
    padding: 25px 25px 50px 25px;
}

div#dynamic-modal .modal-body p {
    margin-bottom: 30px;
}

div#dynamic-modal .modal-body .btn-payment {
    width: 100%;
    min-height: 120px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 2px solid #f1f1f1;
}

div#dynamic-modal .modal-body .btn-payment:hover, div#dynamic-modal .modal-body .btn-payment:focus, div#dynamic-modal .modal-body .btn-payment:active {
    border-color: var(--cdf-purple);
    outline: none;
    box-shadow: none;
}

form.datos-personales input {
    margin-bottom: 15px;
    padding: 21px 20px;
    border-radius: 25px;
    border-color: var(--cdf-purple);
    color: #333;
    box-shadow: none;
    outline: none;
}

form.datos-personales input:hover, form.datos-personales input:focus {
    border-color: var(--cdf-purple);
    color: var(--cdf-purple);
    box-shadow: none;
    outline: none;
}

form.datos-personales input::placeholder {
    color: #995ec75e;
}

button.btn.btn-submit {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border-radius: 25px;
    background-color: var(--cdf-purple);
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

button.btn.btn-submit:focus, button.btn.btn-submit:hover, button.btn.btn-submit:active {
    background-color: #733d9d;
}

@media (min-width: 768px) {
    .intro-donacion {
        padding: 35px 0px;
        line-height: 1.5;
    }

    .bloques-motivos {
        margin-top: 30px;
        margin-bottom: 45px;
        padding: 0;
    }

    .impacto-square {
        border: 1px solid white;
        border-radius: 15px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        min-height: 170px;
        align-content: center;
        align-items: center;
        margin-bottom:0px;
    }

    .btn-donar {
        background-color: var(--cdf-purple);
        color: white;
        padding: 32px 15px;
        font-size: 22px;
        font-weight: 900;
        line-height: 1.25;
        width: 100%;
        border-radius: 25px;
        transition: all 200ms ease-in-out;
        outline: none;
        margin-bottom: 0px;
    }

    .porque-donar-text {
        padding: 0;
    }
}

a.thumb-imagenes.thumb-bg {
    min-height: 160px;
    background: center center / cover no-repeat;
}