/* 
 Theme Name:   Draco Child
 Theme URI:    
 Description:  
 Author:       mauropol
 Author URI:   https://localhost/mauropolania
 Template:     draco
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

a.custom-logo-link {
    margin-top: 0 !important;
}

a.custom-logo-link img {
    width: 100px !important;
    height: auto !important;
    background: transparent !important;
}

@media(max-width: 767px){
    a.custom-logo-link img {
        width: 70px !important;
    }
}

.mobile-bar {
    background-color: rgb(0 0 0 / 55%);
}

.home-hero > div {
    display: flex;
    align-items: stretch !important;
    height: 100%;
}

.rounded-numbers h2 {
    display: inline-flex;
    background-color: #2560AF;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.section-iconos {
    margin-top: -80px
}

#menu-inicio a {
    color: white;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}

#menu-inicio li {
    margin-bottom: 20px;
}

@media(max-width: 1024px){
    .section-iconos {
        margin-top: -60px
    }
}


@media(max-width: 767px){

    #menu-inicio a {
        font-size: 18px;
    }

    #menu-inicio li {
        margin-bottom: 10px;
    }


}
/* FORMULARIOS */

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container textarea   {
    display: block;
    width: 100% !important;
    margin-right: 0 !important;
    max-width: 100%;
    margin-bottom: 20px;
}

.form-container label {
    color: black;
    font-size: 16px;
}

.form-container input[type="submit"] {
    padding: 5px 30px;
    font-size: 20px;
}

/* SLIDER */

div.swiper-slide {
overflow: visible;
}

div.swiper-slide * {
overflow: visible;
}

.elementor-image-carousel {
overflow: visible;
}

div.swiper-slide img {
width: 100%
}

/* ACORDEON HOME */

.acordeon-wrapper .elementor-tab-title {
    display: flex;
    align-items: center;
}

