﻿






/*
    * 
    * CSS V1.0 DeltaDevs
    *

    cobre: #ce8c31
*/
@import url(http://fonts.googleapis.com/css?family=Raleway:700,100,300);
@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');


@font-face {
    font-family: "Lemon-brush";
    src: url("Lemon Brush-PersonalUse.otf");
}
.letraNueva {
    font-family: "Lemon-brush";
}


body {
    font-family: 'Calibri ', sans-serif;
}

p {
    font-family: 'Calibri ', sans-serif;
}

a,h1, h2, h3, h4 {
    font-family: 'Calibri ', sans-serif;
}


:root {
    --laton: rgba(255, 204, 51, 1);
    --cobre: rgba(204, 153, 51, 1);
}

html {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

body {
    font-family: 'Calibri', sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 3em;
    font-weight: 300;
    margin: 0px;
    /*margin-bottom: 50px;*/
}

h2 {
    font-size: 2em;
    font-weight: 800;
    color: #8c8c8c;
    padding-bottom: 5px;
}

header {
    width: 100%;
    z-index: 10;
    background-color: white;
}

p {
    font-size: 1.1em;
    line-height: 1.5em;
}

/*#menu ul .triangulo_sup {
    position: relative;
    border-bottom: 15px solid #c1104c;
    bottom: 0px;
    right: 20px;
    display: none;
}*/


/* CLASES */
.arrow-down {
    content: ">";
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    margin-left: 5px;
}

    .arrow-down::after {
        content: ">";
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

.bg-cobre {
    background: rgb(210, 158, 53);
}

.border-redondos {
    border-radius: 7em;
    margin-top: 2em;
}

.btn-cobre {
    background-color: #ce8c31;
    color: white;
    cursor: pointer;
}

.text-cobre {
    color: var(--cobre);
}

#contenidoHome .card:hover {
    opacity: 0.7;
    transition: opacity 200ms;
}

#contenidoHome a:hover {
    text-decoration: none;
    color: black;
}

#contenidoHome .card-body hr {
    border-top: 2px solid var(--laton);
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.carousel-caption {
    left: 0 !important;
    right: 0 !important;
    width: 100%;
}

.container-fluid {
    padding: 0 !important;
}

.contenido-contacto, .contenido-empresa {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-file-label::after {
    content: "Buscar";
}

.dropdown-toggle::after { /* Quita la flecha del dropdown */
    content: none !important;
}

.lineaBronceMenu {
    height: 78px;
    width: 100%;
    background-color: #D28B0C;
}

@media (max-width: 768px) {
    .lineaBronceMenu {
        height: 5px;
        width: 100%;
        background-color: #D28B0C;
    }
}


.img-border-radius-normal {
    border-radius: 15px;
}

.logo {
    height: 50px;
    width: 150px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    float: left;
    padding-top: 1px;
    padding-left: 50px;
}

.logo-iso {
    display: inline-block;
    background-image: url(../imgs/iso-logo.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 66px;
    position: absolute;
    top: 0;
    right: 50px;
}

.navbar {
    padding: 0 1rem !important;
}

/*.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 .5rem !important;
}*/


.tablasInformacionTecnica {
    padding: 20px;
}

.text-cobre-titulo {
    /*color: #ce8c31;*/
    color: rgb(210, 158, 53);
    font-weight: bold;
}

.text-aluminio, p, a, li, label {
    color: rgb(145, 146, 148);
}
.text-zef,  li {
    color: white;
}

    .text-aluminio, p:hover {
        color: rgb(145, 146, 148);
        
    }


.text-laton {
    color: rgba(255, 204, 51, 1);
    font-weight: normal;
}

.thead-cobre {
    background-color: #9e7444;
    color: white;
}


/* IDENTIFICADORES */
#contenido {
    padding: 0 100px;
}
.centrar-Texto {
    text-align: center;
}

#divPoliticas, #divMision, #divVision, #divValores, #divQuienesSomos {
    padding: 20px 50px 15px 50px;
}

    #divPoliticas h2, #divMision h2, #divVision h2, #divValores h2, #divQuienesSomos h2 {
        margin-left: 1px;
    }

#iconosRedesSociales a img {
    width: 50px;
}

#iconosRedesSociales a #logoFundacion {
    width: 170px;
}

#Mapa {
    width: 95%;
    height: 400px;
}

#menuProducto {
    width: 100%;
    /*max-width: 15%;*/
}

    #menuProducto a:hover {
        text-decoration: none;
    }

    #menuProducto ul li:hover {
        background-color: rgba(255, 204, 51, 1);
    }

    #menuProducto ul li a:hover {
        text-decoration: none;
        color: rgba(102, 102, 102, 1);
    }

#videoPromcional {
    width: 100%;
    max-height: 200px;
    height: 200px;
}


/* MEDIA QUERIES */
@media (min-width: 768px) {
    header {
        position: fixed;
        width: 100%;
        z-index: 10;
        background-color: white;
        font-size: 0.6em;
    }

    .link-header {
        display: inline-block;
        position: absolute;
        /*top: 22px;*/
        text-transform: uppercase;
        float: right;
        right: 0px;
    }

    /*MENU & SUBMENU*/
    ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    #menu ul {
        text-align: center;
    }

        #menu ul li {
            display: inline !important;
            position: relative !important;
            font-size: 13px;
            font-weight: 600;
        }

            #menu ul li:hover {
                color: #f7c629;
            }

            #menu ul li a:hover {
                color: #fff;
                background-color: rgb(243, 210, 69);
            }

            #menu ul li a {
                display: inline-block;
                color: #8c8c8c;
            }

            #menu ul li > .dropdown-menu {
                width: 120px;
                background: white;
                top: 80% !important;
            }

                #menu ul li > .dropdown-menu a {
                    font-size: 12px;
                    display: block;
                    padding: 15px 10px;
                    color: #8c8c8c;
                    text-align: left;
                }

                    #menu ul li > .dropdown-menu a:hover {
                        background: #f7c629;
                        color: white;
                        font-weight: 800;
                    }

            #menu ul li > .dropdown-menu {
                display: none;
            }

            #menu ul li:hover > .dropdown-menu {
                display: block;
            }
}


.footer-delta {
    /*background-image: url(../img/mano-bebe-mama.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}
.img-facebook {
    width: 5%;
    margin: 0px;
}
.fondoGrisOscuro {
    background-color: rgb(91 , 89 , 88 );
}
.colorBlanco {
    color: #FFFFFF;
}
    .colorBlanco:hover {
        color: rgb(231 , 188 , 32 );
    }

.colorBlancoFooter .a {
    color: #FFFFFF;
    text-align: left;
}

    .colorBlancoFooter:hover {
        color: rgb(231, 188, 32 );
    }

.bs-footer {
    text-align: left;
}

.bs-footer {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 100px;
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

#redes-sociales {
    max-height: 72px;
}

.footer-enlaces a {
    color: rgb(230, 159, 0);
}

    .footer-enlaces a:hover {
        color: #5f5c5e;
    }
.servicios-asociacion {
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
    color: #d28b0c;
    font-weight: bold;
}
.servicios-asociacion h1{
    font-weight: bold;
}

#segundos-columna-circulos {
    margin-top: 3em;
    margin-bottom: 3em;
}

#menu ul li:hover {
    /*tono del imagotipo Latón_ZL 1 */
    background-color: rgb(243, 210, 69));
}

#menu ul li {
    font-size: 13px;
}

.ih-item.circle.effect6 .info {
    opacity: 0.7;
    color:green !important;
}

    .ih-item.circle.effect6 .info h3 {
        color: #e6a000;
        text-shadow: 0 0 1px #5f5c5e, 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .ih-item.circle.effect6 .info p {
        color: #fff;
    }

.showme {
    display: none;
}

.showhim:hover .showme {
    display: block;
}

.showhim:hover .ok {
    display: none;
}
.circulos-color {
    background-color: rgba(243, 210, 69, 0.17);
}

.circulos-espacio {
    margin-top: 1em;
    margin-left: 2em;
    margin-right: 2em;
}
.index-circulos {
    /*background-image: url("../img/FONDO-Servicios22.jpg");*/
    background-image: url("../img/Fondos/FONDO-Servicios.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.pagina-construccion .img {
    text-align: center;
}
.cuadro-recursos {
    margin-top: 1em;
    margin-bottom: 1em;
}
.titulo-cuadro {
    color: white;
    font-size: 62px;
    text-align: center;
    margin-top: 3em;
}


/*circulos quienes somos*/
#amor img:last-child {
    display: none;
}

#amor {
    cursor: pointer;
    width: 100%;
}
    #honestidad img:last-child {
        display: none;
    }

#honestidad {
    cursor: pointer;
    width: 100%;
}
#integridad img:last-child {
    display: none;
}

#integridad {
    cursor: pointer;
    width: 100%;
}
#servicio img:last-child {
    display: none;
}

#servicio {
    cursor: pointer;
    width: 100%;
}
#comunion img:last-child {
    display: none;
}

#comunion {
    cursor: pointer;
    width: 100%;
}
#fe img:last-child {
    display: none;
}

#fe {
    cursor: pointer;
    width: 100%;
}
#empatia img:last-child {
    display: none;
}

#empatia {
    cursor: pointer;
    width: 100%;
}
#respeto img:last-child {
    display: none;
}

#respeto {
    cursor: pointer;
    width: 100%;
}
#liderazgo img:last-child {
    display: none;
}

#liderazgo {
    cursor: pointer;
    width: 100%;
}
#humildad img:last-child {
    display: none;
}

#humildad {
    cursor: pointer;
    width: 100%;
}
    /**/



/*circulos*/
.quienes-somos img:last-child {
    display: none;
}

.quienes-somos {
    cursor: pointer;
    width: 100%;
}
/**/
.evangelio img:last-child {
    display: none;
}

.evangelio {
    cursor: pointer;
    width: 100%;
}
/**/
.testimonios img:last-child {
    display: none;
}

.testimonios {
    cursor: pointer;
    width: 100%;
}
    /**/
    .recursos img:last-child {
        display: none;
    }

.recursos {
    cursor: pointer;
    width: 300px;
}
    /**/
    .talleres img:last-child {
        display: none;
    }

.talleres {
    cursor: pointer;
    width: 300px;
}
    /**/
    .adopcion img:last-child {
        display: none;
    }

.adopcion {
    cursor: pointer;
    width: 300px;
}
/**/
.acogimiento img:last-child {
    display: none;
}

.acogimiento {
    cursor: pointer;
}
/**/
.mentoreo img:last-child {
    display: none;
}

.mentoreo {
    cursor: pointer;
    width: 300px;
}


.espacio-cuadros {
    margin-top: 2em;
}
.h5, h5 {
    font-family: "calibri"  !important;
}
.img-fluid-mio {
    /*max-width:250px;*/
    width:250px;
    height: auto;
}
.anchoMenu {
    width: 50px;
}

.espacio {
    margin: 0% 4% 0% 0%;
}

.margen {
    margin: 1em 0em 0em 0em;
}

.img-Aliados {
    width: 80%;
    margin-top: .3em;
    margin-bottom: 1em;
}
.img-Recursos {
    width: 70%;
    margin-top: .3em;
    margin-bottom: 1em;
}

.aliados-amigos-row {
    margin: 0px 50px 0px 50px;
    padding: 4.5em 0em 0em 0em;
}
.titulo-aliados {
    /*color: rgb(145, 146, 148);*/
    color: rgb(94, 91, 93);
    font-size: 30px;
}
.subtitulo-aliados {
    /*color: rgb(188,135,52);*/
    color: rgb(243, 194, 0);
    font-size: 25px;
    margin-top: -10px;
}
.subtitulo2-texto {
    margin-top: 15px;
    text-align: justify;
    color: rgb(145, 146, 148);
}
.aliados-texto {
    margin-top: 15px;
    text-align: justify;
    color: black;
}
    .aliados-texto:hover {
        color: black;
    }
    .aliados-texto2 {
        margin-top: -10px;
        margin-bottom: 2em;
        color: black;
    }
    .aliados-texto2:hover {
        color: black;
    }
    .aliados-imagen {
        margin: 0px 50px 0px 50px;
    }

.espacioContacto {
    margin: 0px 100px 0px 100px;
}
.margen100 {
    margin: 0px 100px 0px 100px;
}
@media (max-width: 768px) {
    .margen100 {
        margin: 0px 5px 0px 5px;
    }
}

.img-fluid-Face {
    margin-top: 0px;
    background-color: #4D4B4B;
}
.sombra {
    box-shadow: 2px 2px 10px #666; /* Sombra normal */
    box-shadow: 5px -5px 0 2px #444; /* Sombra superior sin desenfoque */
    box-shadow: 5px 5px 25px #222 inset; /* Sombra interior */
}
.text-derecha {
    text-align:right;
}

.cuadrado-fecha {
    width: 100%;
    height: 100%;
    border: 5px solid #14aaa4;
    border-radius: 10px;
}
.cuadrado-azul {
    width: 50%;
    border: 3px solid #14aaa4;
    border-radius: 10px;
}
.eventos-mes {
    color: #1d1464;
    font-weight: 900;
}
.eventos-dia{

}
.eventos-dia-letra {
    color: #9e4c62;
    font-size: 18px;
    font-weight: bold;
}
.margen50 {
    margin: 0px 50px 0px 50px;
}

.bordes-talleres {
    border: 1px solid #555;
    border-radius: 7px;
}
.btn-flyer {
    color: rgb(243, 194, 0);
    background-color: #ffffff;
    border: 1px solid dimgray;
    font-size: 20px;
}
    .btn-flyer:hover {
        color: dimgray;
        background-color: rgb(243, 194, 0);
        font-size: 20px;
    }


.padding-fecha {
    padding: 0px 30px 0px 30px;
}

@media (max-width: 768px) {
    .padding-fecha {
        padding: 0px 0px 0px 0px;
    }
}
.margenEvento {
    margin-top: -25%;
}
@media (max-width: 768px) {
    .margenEvento {
        margin-top: 1%;
    }
}



blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
     
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 0;
    padding: 0em 0em 2em 0em;
}


.img-responsive {
    max-width: 100%;
    height: auto;
}


.elegant-calencar {
    width: 25em;
    height: 31em;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
    box-shadow: 0 0 5px #c9c9c9;
    text-align: center;
    margin: 4em auto;
    position: relative;
}

#header {
    /*font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
    font-family: 'Lobster', cursive;
    height: auto;
    background-color: #2a3246;
}

.pre-button, .next-button {
    margin-top: 8%;
    font-size: 300%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    cursor: pointer;
    color: #e66b6b;
    border-radius: 50%;
    font-family: 'Lobster', cursive;
}

    .pre-button:hover, .next-button:hover {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        font-family: 'Lobster', cursive;
    }

    .pre-button:active, .next-button:active {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        font-family: 'Lobster', cursive;
    }

.pre-button {
    float: left;
    margin-left: 0.5em;
    font-family: 'Lobster', cursive;
}

.next-button {
    float: right;
    margin-right: 0.5em;
    font-family: 'Lobster', cursive;
}

.head-info {
    float: left;
    width: 50%;
}

.head-day {
    margin-top: 5%;
    margin-left: 30%;
    font-size: 500%;
    line-height: 1;
    color: #fff;
    font-family: 'Lobster', cursive;
}

.head-month {
    font-size: 300%;
    line-height: 1;
    color: #fff;
    font-family: 'Lobster', cursive;
}

#calendar {
    width: 100%;
    margin: 0 0;
}

    #calendar tr {
        height: 2em;
        line-height: 2em;
    }

thead tr {
    color: #e66b6b;
    font-weight: 700;
    text-transform: uppercase;
    text-align:center;
}

tbody tr {
    color: #252a25;
}

tbody td {
    width: 10%;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s ;
}

    tbody td:hover, .selected {
        color: #fff;
        background-color: #2a3246;
        border: none;
    }

    tbody td:active {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

#today {
    background-color: #e66b6b;
    color: #fff;
    /*font-family: serif;*/
    border-radius: 50%;
}

#disabled {
    cursor: default;
    background: #fff;
}

    #disabled:hover {
        background: #fff;
        color: #c9c9c9;
    }

#reset {
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    z-index: 999;
    color: #fff;
    /*font-family: serif;*/
    cursor: pointer;
    padding: 0 0.5em;
    height: 1.5em;
    border: 0.1em solid #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #reset:hover {
        color: #e66b6b;
        border-color: #e66b6b;
    }

    #reset:active {
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
    }

.footer-segundo-cuadro a {
    font-size: 16px;
    color: #ffffff;
}
    .footer-segundo-cuadro a:hover {
        color: rgb(231, 188, 32 );
    }
.other-clase a:hover{
    color:white !important;
}
.estilos-quienesSomos-comillas {
    font-style: italic;
    margin-top: 1em;
    color: #797c80;
}
.estilos-quienesSomos-comillas2 {
    font-style: italic;
    font-weight: bold;
    text-align: center;
    /*color: #797c80;*/
    color: #797c80;
}
.letra-biblia-final {
    color: rgb(210, 158, 53);
    text-align: right;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    font-size: 20px;
    margin-top: 1.5em;
}
.letrero-biblia {
    text-align: right;
    font-size: 16px;
    font-style: italic;
    color: rgb(210, 158, 53);
    font-weight: 900;
    font-size: 20px;
    margin-top:1.5em;
}
.leyenda-cafe{
    color:white;
    font-style: italic;
}
.leyenda-salmos {
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align:right;
}
.ultimo-parrafo-centrado {
    color: white;
    font-weight: bold;
    text-align:center;
    font-size:20px;
    margin-top:3em;
    margin-bottom:2em;
}
.leyenda-salmos {
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align: right;
}

.ultimo-parrafo-centrado {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-top: 3em;
    margin-bottom: 2em;
}

.puntito {
    max-width: 10px;
}
.imagen-quienesSomos {
    height: 5px;
    width: 100%;
    background-color: #D28B0C;
    margin-bottom: 3em;
    margin-top: 2em;
}
.fondos-valores {
    margin-top: 2em;
    margin-bottom: 2em;
}
.fondo-valor {
}
.instagram-espacio {
    padding: 8px;
}
.facebook.espacio{
    margin-top:5em;
}
.frase-penultima {
    font-size: 28px;
    color: #797c80;
    font-style: italic;
}
.frase-final {
    font-size: 22px;
    color: rgb(210, 158, 53);
    text-align: right;
    font-style: italic;
    margin-top: 1em;
}
.menuscroll {
    font-weight: bold;
    color: rgb(145, 146, 148);
}
    .menuscroll:hover {
        color: rgb(231, 188, 32 );
    }

/*#menuAliados {
    position: fixed;
    z-index: 100;
    margin: auto;
    overflow: hidden;
}
    #menuAliados ul li {
        display: inline !important;
        position: relative !important;
        
    }

#menuAliados ul li > .dropdown-menu {
    display: none;
}

#menuAliados ul li:hover > .dropdown-menu {
    display: block;
}*/
.eventoMes {
    font-size: 60px;
    color: #002285;
}
.eventoDiaNum {
    font-size: 60px;
    margin-top: -20px;
}
.eventoDia {
    font-size: 20px;
    margin-top: -10px;
    color: #DE1100;
}
.letraRoja {
    color: red;
}
.letraNegra {
    color: black;
}
.margen75 {
    margin: 0px 75px 0px 75px;
}
.footer-frase-final {
    color: rgb(255, 204, 51);
    font-size: 17px;
    margin-right: 1em;
    margin-left: 1em;
    font-style: italic;
    font-weight: 900;
}
.footer-frase {
    color: rgb(255, 204, 51);
    font-size: 15px;
    font-style: italic;
    font-weight: 900;
}
.footer-servicios {
    margin-right: -1em;

}
.columna-izquierda {
    margin-top: -3em
}
.botonesRecursos {
    font-size: 20px;
    margin-top: -13%;
    color: black;
}
    .botonesRecursos:hover {
        color:black;
    }
.botonesRecursosPostal {
    font-size: 20px;
    margin-top: -13%;
}