@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(menu.css);
@import url(body.css);
@import url(contactenos.css);
@import url(fontello.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

p {
    text-align: justify;
    padding: 10px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
}

p #resaltado {
    color: #86181A;
    font-weight: bold;
}


body {
    --font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Open Sans', sans-serif;
    --display: block;
    margin: 0px;
    padding: 0px;
}

#lista_p {
    padding: 5px 40px 20px;
    color: #666666;
}

footer{
    width: 100%;
    background: #86181A;
    vertical-align: top;
}

.footer-intermedio {
    --background-image: url("img/madera-rojo.jpg");
    background: rgba(255,255,255,0.9);
}

.footer-intermedio .grupo {
    display: flex;
    justify-content:space-between;
    width: 80%;
    margin: auto;
}

.footer-intermedio .grupo #logo_footer img {
    width: 200px;
    padding: 20px;
}

.footer-intermedio .grupo #direccion {
    align-content: center;
    padding: 20px;
    display: flex;
    color: #666666;
    font-size: 12px;
}


.footer-intermedio .grupo #direccion img {
    align-content: center;
    width: 92px;
    margin-top: 10px;
    margin-right: 10px;
    
}

.grupo-menu-footer {
    width: 80%;
    margin: auto;
    display: flex;
    font-size: 13px;
    justify-content:space-between;
}

.grupo-menu-footer #menu_footer ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.grupo-menu-footer #sociales_footer ul {
    display: flex;
    list-style: none;
    padding: 0px;
    justify-content: center;
}

.grupo-menu-footer #sociales_footer li a {
    display: block;
    padding: 5px 5px;
    color: #fff;
    text-decoration: none;
    
}

.grupo-menu-footer li {
    --border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.9);
    text-align: center;
}

.grupo-menu-footer #activo {
    border-top: 5px solid rgba(192, 125, 32,0.9);
    background: rgba(0,0,0,0.5);
}


.grupo-menu-footer li:hover {
    background: #DA0000;
}

.grupo-menu-footer li #facebook:hover {
    background: rgba(26, 80, 139,0.5) !important;
}

.grupo-menu-footer li #twitter:hover {
    background: rgba(28, 142, 181,0.5) !important;
}

.grupo-menu-footer li #gmas:hover {
    background: rgba(220, 78, 65,0.5) !important;
}

.grupo-menu-footer li a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
}

.contenido2 {
    display: flex;
    width: 1060px;
    margin: auto;
    justify-content: center;
}

.contenido2-central {
    background: #EFEFEF;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.contenido2-central .grupo1-central {
    width: 1060px;
    margin: auto;
    --margin-top: -30px;
    text-align: left;
    padding: 20px;
    color: #86181A;
    font-weight: bold;
}

.contenido2-central .grupo1-central p {
    text-align: left;
    margin-left: -10px;
    color: #666666;
    font-weight: normal;
}

.grupo1 {
    width: 80%;
    margin: auto;
}

.grupo1 section {
    padding: 20px; 
    margin: 5px;
    display: block;
    --background: rgba(0,0,0,0.1);
    --border-radius: 7px;   
    border-bottom: 1px solid rgba(134, 24, 26,0.1); 
}

h7 {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
    color: #86181A;
}

.virtudes {
    width: 100%;
    display: block;
    display: flex;
    flex-wrap: wrap;justify-content: center;
}
    
.virtudes img {
    width: 270px;
    height: 180px;
    border-bottom-right-radius: 20px;
}

.virtudes aside {
    padding: 10px;
    margin: 10px;
    width: 270px;
    background: #F4F3F1;
}

.virtudes aside:hover {
    border-color: 10px solid rgba(134, 24, 26,0.9); 
}

.boton_contactenos {
    display: block;
    padding: 10px;
    text-align: center;
    
    background: rgba(252,234,187,1);
    background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 16%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(16%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
    background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 16%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 16%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 16%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 16%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
    
    position: relative;
    top: 100px;
    left: 18%;
    width: 70%;
    color: #86181A;
    height: 40px;    
    text-decoration: none;
    text-underline-position: below;
    border-radius: 5px;
    
    -webkit-box-shadow: -1px 1px 12px 0px rgba(0,0,0,1);
    -moz-box-shadow: -1px 1px 12px 0px rgba(0,0,0,1);
    box-shadow: -1px 1px 12px 0px rgba(0,0,0,1);
    
    
}

.boton_contactenos:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(89,3,23,1) 24%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(24%, rgba(89,3,23,1)), color-stop(100%, rgba(109,0,25,1)));
    background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(89,3,23,1) 24%, rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(89,3,23,1) 24%, rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(89,3,23,1) 24%, rgba(109,0,25,1) 100%);
    background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(89,3,23,1) 24%, rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    text-shadow: 0px -1px 0px #424242;
    
    -webkit-box-shadow: -1px 1px 12px 0px rgba(255,255,255,1);
    -moz-box-shadow: -1px 1px 12px 0px rgba(255,255,255,1);
    box-shadow: -1px 1px 12px 0px rgba(255,255,255,1);
    
}

.grupo2 {
    padding: 5px;
    width: 25%;
    margin-left: 0;
}

.footer #copy {
    text-align: center;
    font-size: 12px;
    min-height: 60px;
    height: auto;
    --vertical-align: middle;
    padding: 25px;
    padding-top: 15px;
    border-top-color: 1px solid rgba(255,255,255,0.1);
    color: #ddd;
}

.footer #copy a {
    text-decoration: none;
    font-weight: bold;
    color: #eee;
}


@media (max-width:1060px) {
    .grupo-menu-footer #menu_footer ul {
        display: none;
    }
    
    .contenido2 {
        width: 100%;
        flex-direction: column;
    }
    
    .grupo1 {
        width: 100%;
    }
    
    .grupo2 {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    
    .grupo2 img{
        max-width: 265px;
    }
    
    .grupo2 aside {
        padding: 15px 10px;
        display: block;
    }
    
    .contenido2-central .grupo1-central {
        width: 80%;
        margin-top: 0;
    }    
    
    .boton_contactenos {
        left: 16%;
        width: 18%;
        height: 40px;
        top: 20px;
    }     
}
@media (max-width:768px) {
    .grupo-menu-footer #sociales_footer {
        margin: auto;
    }
    
    .footer-intermedio .grupo {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
        justify-content: center;
    }
    
    .footer-intermedio .grupo #logo_footer {
        margin: auto;
    }
    
    .footer-intermedio .grupo #direccion {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        --text-align: center;
        justify-content: center;
    }

    .grupo2 {
        --padding: 15px 10px;
        display: block;
        --width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    
    .grupo2 aside {
        --padding: 15px 10px;
        display: block;
        --width: 80%;
        display: flex;
        flex-wrap: wrap;
    }    
    
    .boton_contactenos {
        left: 34%;
        width: 28%;
        height: 40px;
        top: 40px;
    }   
}

@media (max-width:400px) {
    .virtudes img {
        width: 100%;
        height: 100%;
        border-bottom-right-radius: 20px;
    }

    .virtudes aside {
        padding: 10px;
        margin: 10px;
        width: 100%;
    }    
    .grupo2 img {
        max-width: 265px;
    }        
    
    .grupo-menu-footer {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .grupo-menu-footer #menu_footer ul {
        flex-direction: column;
        width: 100%;
    }

    .footer-intermedio .grupo {
        --display: flex;
        --flex-wrap: wrap;
    }
    
    
    .footer-intermedio .grupo #direccion img {
        padding: 0;
        width: 92px;    
        vertical-align:middle;
    }

    .boton_contactenos {
        left: 1%;
        width: 60%;
        height: 40px;
        top: 80px;
    }    
    
    h7 {
        margin-bottom: 0;
        margin-top: 8px;
        padding: 3px;
    }
    
}