/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
	Created on : 07-sep-2020, 9:45:23
	Author     : CSnet
*/

body {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #404040;
}

a {
    color: #000000;
    font-weight: 600;
}

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

.active {
    color: rgba(0, 0, 0, 0.9);
}

/*//////// CABECERA /////////*/

.logo {
    margin-right: 5em;
}

.menu-cofru {
    background: #ffffff;
    -webkit-box-shadow: 0 5px 11px 0 rgba(50, 50, 50, 0.08);
    box-shadow: 0 5px 11px 0 rgba(50, 50, 50, 0.08);
}

.menu-cofru li.active {
    color: #e96656;
    border-bottom: 2px solid #e96656;
}

.link-cofru {
    padding: 0.5em 1em !important;
}

a.link-cofru {
    padding: 0;
    color: #404040 !important;
    line-height: 35px;
    font-weight: 400;
    font-size: 1.1em;
}

a.link-cofru:hover {
    color: #e96656 !important;
}

.logo img {
    width: 250px;
}

h1#logotipo a {
    text-align: center;
    text-indent: -9999em;
    background-image: url(/imagenes/logos/logocofru.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    outline: none;
    height: 80px;
    display: block;
    margin: 10px;
    padding: 0;
    width: 150px;
}

.redes i {
    font-size: 0.8rem;
    margin-right: 0.2em;
    line-height: 1.9em;
}

.redes_icon {
    color: #ffffff;
    background: #333399;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    top: 0;
    right: 0;
    text-align: center;
}

.submenu > .dropdown-item:active {
    background-color: #8bc34a;
}

.submenu a {
    border-bottom: 1px solid #8bc34a;
    padding: 0.5em 1.5em;
    font-size: 0.9em;
}

.submenu a:last-child {
    border-bottom: 0px;
}

/*//////// BANNER /////////*/

.carousel-imagen {
    height: 80vh;
    min-height: 300px;
    /* background: no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition:
        transform 2s ease,
        opacity 0.5s ease-out;
    background-position: center center;
}

.texto-banner {
    bottom: 30vh;
    padding: 2em;
}

.texto-banner h2 {
    font-family: "Montserrat", sans-serif;
    color: #079500;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    text-shadow: 2px -2px 5px black;
}

/*//////// HOME /////////*/

#home {
    margin: 5em 0;
}

#home h2 {
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-family: "Montserrat", Helvetica, sans-serif;
}

.circle-1 {
    border-radius: 50%;
    border: 20px solid #bfbfbf;
    float: left;
    margin: 1em;
}

.circle-1 img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.circle-1:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

#about-us {
    color: #fff;
    background: #272727;
    padding: 5em 0;
}

#about-us h2 {
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
    padding-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

#about-us h3 {
    font-size: 3.5em;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#about-us p {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #939393;
}

#about-us small {
    font-size: 0.8em;
    line-height: 1.1;
}

#cofru {
    margin: 10em 0;
}

#cofru h2 {
    position: relative;
    display: inline-block;
    color: #404040;
    font-size: 20px;
    line-height: 22px;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
}

#cofru h2:after {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    width: 120px;
    height: 2px;
    margin: auto;
    background: #e96656;
    content: "";
}

#cofru p {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 0.7em;
}

#cofru li {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 0.3em;
}

#cofru .form-row {
    row-gap: 0;
}

#cofru .formulario-contacto .form-control {
    border-radius: 4px;
    min-height: 42px;
}

#cofru .formulario-contacto textarea.form-control {
    min-height: 130px;
}

#cofru .custom-control {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

#cofru .custom-control-input {
    margin-top: 0.25rem;
}

#cofru .custom-control-label {
    margin-bottom: 0;
}

.cuadro-cofru {
    background-color: #ffffffe0;
    margin: 5em 0;
    padding: 5em;
}

.noticias h3 {
    font-size: 1.7em;
    font-weight: 700;
}

.noticias hr {
    margin: 2em 0;
    border-top: 1px solid #000000;
}

.lista-noticias a {
    padding: 1em 0.5em;
    font-size: 1.2em;
}

.lista-noticias a {
    padding: 1em 0.5em;
    font-size: 1.2em;
    font-weight: 300;
}

.lista-noticias > .list-group-item.active {
    font-weight: 800;
    border-color: rgba(0, 0, 0, 0.125);
}

.columna-galeria {
    column-gap: 0.75rem;
}

#map {
    height: 400px;
    width: 100%;
}

.alert {
    z-index: 9999;
}

.alert-success,
.alert-danger {
    top: 8rem;
}

@media (max-width: 575.98px) {
    .texto-banner {
        bottom: 20vh;
        padding: 0em;
        width: 200px;
        height: 200px;
    }
    .texto-banner h2 {
        font-size: 3em;
    }
}

.btn-cofru {
    margin: 20px 0;
    padding: 13px 35px 13px 35px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: #e96656;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-cofru:hover {
    color: #fff;
    background-color: #da4331;
}

#footer {
    background: #272727;
    line-height: 1.2;
    color: #939393;
    font-size: 1.1em;
}

.copyright {
    padding-top: 68px;
    padding-bottom: 68px;
    background: #171717;
}

#footer a {
    color: #939393;
    font-weight: 300 !important;
}

.social {
    margin: 0 0 1.5em 0 !important;
    text-align: center;
}
ul.social {
    margin-block-start: 0 !important;
    padding-inline-start: 0px;
}
.social li {
    display: inline-block;
    margin: 5px;
}
.social li a {
    color: #939393;
    font-size: 18px;
}
.social li a:hover {
    color: #e96656;
}
