/* ----------------------------------------------------------------
	Todo tu código croto

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.testi-meta::before, .testi-meta::after {
    content: '\2013';
}


.testi-meta span {
    display: none;
}

.slider-caption .button{
    width: max-content;
    margin: 20px auto 0;
}

.my-account-icon{
	min-width:21px;
	min-height:21px;
}

:root {
    --color-success: rgb(65, 177, 141);
}

:root {
    --color-success-darker: rgb(58, 158, 126);
}

:root {
    --color-warning: #ffb606;
}

:root {
    --color-warning-darker: #ffb606;
}

:root {
    --color-error: #F05555;
}

:root {
    --color-error-darker: #F05555;
}

.btn-success{
    background-color: #54a905;
    border-color: #54a905;
    background-color: var(--color-success);
    border-color: var(--color-success);
}

.btn-success:hover{
    background-color: #189c82;
    border-color: #189c82;
    background-color: var(--color-success-darker);
    border-color: var(--color-success-darker);
}

.leform-inline.leform-container .leform-form:first-child{
	display: block!important
}

.submit_btn_footer_form{
	margin-top: 10px
}

.fbox-content .subtitle a{
	margin:0 3px;
}

.pagination-container{ display: block!important; margin: 15px 25px; }

#page-title-wrapper .container{
    position: relative;
}

.page-title-mini h1{
    padding-top: 0;
    margin-bottom: 0;
}

.page-title-mini span{
    margin-top: 0;
    display: block;
}

.section.parallax{
    background-size: cover
}

#oc-clients .oc-item{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


#oc-clients .oc-item img{
    opacity: 0;
}

.slider-caption:not(.slider-caption-left) {
}

.slider-caption {
    position: absolute;
    /*
    height: auto;
    */
    padding: 20px 40px;
}

.slider-caption-top-right {
    top: 0;
    right: 15px;
}

.slider-caption-top-left {
    top: 0;
}


.slider-caption{
    max-width: 580px;
}

.slider-caption-bg{
    bottom: unset
}

.title-center {
    text-align: center ;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2{
    text-transform: none;
}

.fbox-bg.fbox-center {
    padding: 0 0rem 2rem;
}

#top-bar {
    z-index: 999;
}

@media (min-width: 992px) {

    #top-bar.transparent-topbar {
        z-index: 399;
        border-bottom: 0;
        margin-top: 15px;
    }

    #top-bar.transparent-topbar {
        background: transparent !important;
    }

    #top-bar + #header.transparent-header.floating-header {
        margin-top: 15px;
    }

}

.dark .top-links li > a,
.dark #top-social li a { color: #FFF; }

.dark .top-links li:hover { background-color: rgba(255,255,255,0.15); }


.top-links-item {
    min-width: 170px;
}

.top-links-item .flag_img{
    position: relative;
    top: -2px;
    margin-right: 2px
}

.slider-caption h2 {
    font-size: 3rem;
}

.force-transparent-container .container{
    background-color: transparent!important;
}

.slider-caption-bg{
    background-color: transparent;
    opacity: 0
}

.animated.slider-caption-bg-dark{
    background-color: rgba(0,0,0,0.6);
    opacity: 1
}

.animated.slider-caption-bg-light{
    background-color: rgba(255,255,255,0.6);
    opacity: 1
}


#top-search .fa-times, .top-search-open #top-search .fa-search {
  opacity: 0;
  display: none;
}

.top-search-open #top-search .fa-times {
  opacity: 1;
  display: block;
  z-index: 11;
  font-size: 1rem;
}

@media (min-width: 992px){
    #top-bar.transparent-topbar {
        margin-bottom: -45px;
        margin-top: 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    #top-bar.transparent-topbar.dark {
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    #top-bar.transparent-topbar + #header{
        padding-top: 45px;
    }
}

.sticky-top {
    z-index: 298;
}

#header {
    margin-bottom: -1px;
}

#page-title-wrapper{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.button-black {
    background-color: #111!important;
}

.slider-caption.slider-caption-right {
    right: 0;
    text-align: right;
}

.slider-caption.slider-caption-right .button{
    margin-right: 0
}

.slider-caption.slider-caption-left .button{
    margin-left: 0
}

.fbox-content h3{
    font-size: 1.5em
}

.fbox-content h3 span{
    font-size: 0.85em; 
}

.testi-content p::before, .testi-content p::after{
    display:none;
}

@media(max-width: 575px){
    header#header {
        position: fixed;
        top: 0;
        z-index: 99999;
        width: 100%;
    }
    
    body{
        padding-top:50px;
    }
}