/*   
Theme Name: AEFJN
Theme URI: http://aefjn.org/
Description: AEFJN Theme
Author: Jaime
Author URI: jaime@jaimejaime.com
Template: Extra
Version: 1.0
.
Licencia, texto, lo que sea que venga despu?s......
.
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

@import url("../Extra/style.css");

/*-----------------[6 columnas]------------------------*/

@media all and (min-width: 981px) {
.my-wrap-6 .et_pb_module:not(:nth-child(6n)) {
width: 15.833333% !important;
margin: 0 1% 1vw 0 !important;
float: left;
}

.my-wrap-6 .et_pb_module:nth-child(6n) {
width: 15.833333% !important;
margin: 0 0 1vw 0 !important;
float: left;
}
}
@media all and (min-width: 361px) and (max-width: 980px) {
.my-wrap-6 .et_pb_module:not(:nth-child(3n)) {
width: 32.666666% !important;
margin: 0 1% 1vw 0 !important;
float: left;
}

.my-wrap-6 .et_pb_module:nth-child(3n) {
width: 32.666666% !important;
margin: 0 0 1vw 0 !important;
float: left;
}
}
@media all and (max-width: 360px) {
.my-wrap-6 .et_pb_module:nth-child(odd) {
width: 49.5% !important;
margin: 0 1% 1vw 0 !important;
float: left;
}

.my-wrap-6 .et_pb_module:nth-child(even) {
width: 49.5% !important;
margin: 0 0 1vw 0 !important;
float: left;
}
}


h1 {
    font-size: 38px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}


#footer {
background-image: url('img/casitas-n.jpg')!important;
background-size: cover;
}

#footer-info a {
    
    color: #898989;
    font-size: 12px;
}


.et_pb_image img {
border-radius: 10px !important;}

.et_pb_slide_title{font-size: 56px;}




