/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* CARDS IMAGENES 

.card.servicio {
    background-color: white;
    box-shadow: 10px 10px 20px #00000017;
}
.card.servicio h3 {
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 2px;
    font-weight: 600;
    color: white;
}
.card.servicio section.av_textblock_section {
    padding: 15px 30px 0 30px;
}
.card.servicio .av-special-heading {
    margin-top: -48px;
    padding: 10px 0 !important;
    background-color: #00000012;
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    z-index: 1;
}
.card.servicio img {
    height: 250px;
    object-fit: cover;
    filter: saturate(0.7);
}
.card.servicio .avia-buttonrow-wrap {
    text-align: left;
    padding: 0 30px 20px 30px;
}
.card.servicio a.avia-button {
    padding: 12px;
}
.card.servicio section.av_textblock_section, .card.servicio .avia-buttonrow-wrap  {
    display: none;
}
.card.servicio .avia-image-overlay-wrap:before {
    content: "";
    background-color: #000000ab;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    z-index: 1;
    background: linear-gradient(0deg, rgb(0 0 0 / 48%) 10%, rgb(0 0 0 / 16%) 50%, rgb(0 0 0 / 0%) 100%);
}
*/


/* CSS MOVIL
================================================================= */
@media only screen and (max-width: 767px){

/* GENERALES MOVIL  */

.avia-section-huge .content, .avia-section-huge .sidebar {
    padding-top: 70px;
    padding-bottom: 70px;
}

#cs_footer #logo_footer img {
    opacity: 0.2;
    width: 25%;
    margin-bottom: 40px;
}
.card.servicio {
    margin-bottom: 30px !important;
}
.home h1.av-special-heading-tag {
    font-size: 45px !important;
    letter-spacing: 6px !important;
}
#top.home .avia_mobile .avia-full-stretch {
    background-position: left !important;
}
.home #header_home .av_custom_color.av-subheading.av-subheading_below p {
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
}
h1.av-special-heading-tag {
    font-weight: 600 !important;
    font-size: 35px !important;
    letter-spacing: 3px !important;
}
#top h2.av-special-heading-tag {
    font-size: 30px !important;
    line-height: 40px;
    letter-spacing: 2px;
}
#intro .av-special-heading {
    margin-top: 30px !important;
}
#intro img {
    min-height: 200px;
}

/* TARJETAS SERVICIOS 50% EN MOVIL 

#section_servicios .entry-content-wrapper.clearfix {
    display: flex;
    flex-flow: row wrap;
}
.flex_column.card.servicio {
    clear: none !important;
    width: 47% !important;
    margin: 1.5% !important;
    margin-bottom: 1% !important;
    text-align: center;
    padding: 20px 10px;
    background-color: #4e4e4e;
    border-radius: 10px;
}
.card h3.av-special-heading-tag {
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 2px;
    color: white;
    line-height: 1.5;
}
.card img {
    width: 50px;
    height: 50px;
    filter: invert(1);
    transition: none !important;
}
.card .avia-image-container {
    margin-bottom: -10px !important;
}
#section_servicios .container.av-section-cont-open {
    max-width: 100% !important;
    width: 95% !important;
}
*/


}

/*
CSS TABLET (768px a 1024px)
================================================================= */
@media only screen and (max-width: 1023px) and (min-width: 768px) {

}


/*
CSS PC (768px)
================================================================= */
@media only screen and (min-width: 768px) {

    
}


/* CSS PANTALLAS GRANDES
================================================================= */

@media only screen and (min-width: 1450px){
.responsive .container {
    max-width: 80% !important;
}
}


