/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body, html{
    overflow-x: hidden;
}


.owl-carousel__nav{
    position: absolute;
    top: calc(50% - 22.5px);
    width: 45px;
    height: 45px;

    padding: 0 !important;
    border-radius: 50% !important;
    border: none !important;
    background: #542211 !important;
    color: #fff !important;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0px 12px 35px rgba(160, 121, 0, 0.2);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.owl-carousel__nav--gray{
    background: #C4C4C4 !important;
    width: 29px;
    height: 29px;
}

.owl-carousel__nav--left{
    left: -60px;
}

.owl-carousel__nav--right{
    right: -60px;
}


.owl-carousel__nav--gray.owl-carousel__nav--left{
    left: -60px;
}

.owl-carousel__nav--gray.owl-carousel__nav--right{
    right: -60px;
}

@media screen and (max-width:  1024px){
    .owl-carousel__nav{
            display: none !important;
    }
}

.owl-theme .owl-dots .owl-dot span{
    border: 1px solid #963D2C;
    background: transparent !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #963D2C !important;
    border: 1px solid #963D2C;
}

.slider-wrapper{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.areas{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.areas_image{
    width: 216px !important;
    height: 216px !important;
    object-fit: cover;
    border-radius: 100% !important;
    margin: 0 auto 10px auto;
}

.areas_title{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin: 0 0 10px 0;
}

.areas__subtitle{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #963D2C;
}

@media screen and (min-width: 1024px){
    .areas_title{
        min-height: 84.55px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.equipo-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px;
}

@media screen and (max-width: 1024px){
    .equipo-grid{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
    }
}

.equipo{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.equipo_image{
    width: 100% !important;
    height: auto;
    object-fit: cover;
    margin: 0 auto 10px auto;
}

.equipo_title{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    color: #542211;
    margin: 0 0 10px 0;
}

.equipo__subtitle{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    color: #454955;
}

.blog-wrapper{
    background: #542211;
    border-radius: 10px;
}

.blog_image{
    
}

.blog__content{
    padding: 20px 15px;
}

.blog_title{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 104%;
    margin: 0 0 10px 0;

    color: #FFFFFF;
}

.blog__date{
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px 0;

    color: #FFFFFF;

}

.blog__text{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;

    color: #FFFFFF;
}

.blog__btn, .blog__btn:hover{
    color: #fff;
}

.search{
        position: relative;
        margin-bottom: 50px;
}

.search__input{
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #542211;
    box-sizing: border-box;
    border-radius: 100px;
}

.search__btn, .search__btn:hover{
    padding: 0 !important;
    position:  absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #fff !important;
    color: #542211;
    border: none !important;
}