/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.preheader{
   width: 100%;
   background-color: #F6F6F6;
   padding: 10px 20px;
   display: flex;
   align-items: center;
   justify-content: end;
}
#ajax-content-wrap .container-wrap{
    padding-top: 0!important;
}
.tlf a{
    display: flex;
    align-items: center;
    justify-content: flex-end; 
}
li.lang-item {
    display: inline-block;
}
ul#menu-idioma {
    margin: 0;
}
.idioma{
    position: relative;
    margin-right: 20px;
    margin-left: 20px; 
}
.idioma li{
    margin-right: 10px;
}
.wpb_row.header{
    margin-bottom: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 999px){
   body #header-outer {
        margin-bottom: 0;
        padding: 0;
    } 
    body #header-outer[data-full-width=true] header>.container.header-in{
        padding: 20px 18px;
    }
}
.circle-out {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-in{
    border: 2px solid #F8BE9E;
    text-align: center;
    border-radius: 102px;
    height: 176px;
    display: flex; 
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    text-transform: uppercase;
    transition: 1s;
    flex-direction: column;
}
.circle-in:hover{
    background-color: #F8BE9E;
    color: #F6F6F6;
}
.circle-in svg{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
    width: 0px;
    height: 0px;
}
.circle-in svg path{
    fill:#fff;
}
.circle-in:hover svg{
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
    width: 100px;
    height: 100px;
}
.circle-in h3{
    transition: 1s;
    font-size: 19px !important;
    color: #F8BE9E;
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}
.circle-in:hover h3{
    color: #F6F6F6;
    transition: 1s;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
    display: none;
}
.testimonial_slider .controls, .owl-dots{
    display: none;
}
.owl-carousel[data-desktop-cols] .owl-stage{
    padding: 25px 0 0;
}
@media only screen and (min-width: 1px) and (max-width: 688px){
   .circle-out {
        padding: 10px;
    }
    .circle-in{
        width: 130px;
        height: 130px;
    }
    .circle-in h3{
        transition: 1s;
        font-size: 12px !important;
        overflow-wrap: break-word;
        inline-size: 122px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 1299px){
    .box-circle .row_col_wrap_12_inner {
        display: flex;
        justify-content: center;
    }
}