/*
Theme Name: Roneous Child
Theme URI: http://www.themelogi.com/themes/roneous
Description: A child theme of Roneous Theme
Author: THEMELOGI
Author URI: http://www.themelogi.com
Version: 1.0.0
Template: roneous
*/



/*MIRLA-Landing CSS*/

/*Header*/
.sticky-header{
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100;
}


/*Icons*/
.icon-link .icon-image {
    margin: 0 35px 24px 35px;
}


h1,h3,h4,h5,h6{
    text-transform: uppercase;
    letter-spacing: -1px !important;
    line-height: 1 !important;
    font-weight: 900;
}

h2{
    font-size: 72px !important;
    text-transform: uppercase;
    letter-spacing: -3px !important;
    line-height: 1 !important;
    font-weight: 900;
}


.banner-mirla-2022 .background-content .background-overlay{
    background-color: transparent !important;
}


/*Testimonials*/

.owl-nav div {
    margin-top: -26%;
    display: none !important;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}


.testimonials .quote.content{
    background-color: transparent;
    border: 1px solid #f2f2f2;
    font-family: 'Open Sans', arial, sans-serif;
    color: #ffffff !important;
    border: 0 !important;
    font-style: italic !important;
}
.testimonials.slider-rotator .quote.content .quote-icon {
    color: #fff;
}

.xss-text {
    font-size: 22px!important;
    line-height: 30px !important;
}
.testimonials .quote-author{
    text-align: center;
}

.testimonials .quote-author img{
    max-height: 100px;
    float: none;
}
.testimonials .quote-author h6 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.testimonials.slider-rotator .quote.content:before, .testimonials.slider-rotator .quote.content:after{
    left: 50%;
}


/*Productos*/
.btn-cotizar a {
    font-size: 22px;
    font-weight: 700;
    border-radius: 0px;
}

 .slider-wrapper{
     padding-top: 55.85px;
 }



/*Contacto*/
.landing-form-ventas{
    padding: 0px 10px;
}


.landing-form-ventas .wpcf7-form-control-wrap input.wpcf7-form-control, .landing-form-ventas .wpcf7-form-control-wrap textarea.wpcf7-form-control {
    border: 0px;
    border-bottom: 1px solid #96a3ab;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
}
.landing-form-ventas .wpcf7-form-control-wrap input.wpcf7-form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
}
.landing-form-ventas .wpcf7-form-control-wrap input.wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
.landing-form-ventas .wpcf7-form-control-wrap input.wpcf7-form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}
.landing-form-ventas .wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
}
.landing-form-ventas .wpcf7-form-control-wrap textarea.wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
.landing-form-ventas .wpcf7-form-control-wrap textarea.wpcf7-form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

.landing-form-ventas input.wpcf7-form-control.has-spinner.wpcf7-submit.button {
    max-width: 120px !important;
    font-size: 22px;
}


/*Footer*/
.large-container.sub-footer .col-sm-6 {
    width: 100% !important;
    text-align: center;
}
.footer-widget .sub{
    font-size: 17px;
    font-weight: 600 !important;
}



/*Responsive*/

@media (max-width: 768px) {
 .headings-title .widgettitle {
    font-size: 40px!important;
    line-height: 35px!important;
    letter-spacing: -2px !important;
 }
 .testimonials-wrapper{
     padding-left: 10px !important;
     padding-right: 10px !important;
 }

}


@media only screen and (max-width: 479px){
    .container {
        width: 390px;
    }
    .slider-wrapper{
         padding-top: 91px !important;
    }
}


