/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26-mar-2021, 20:14:45
    Author     : tuenw
*/

/*Tamaño del logo*/
.navbar-brand>img {
    max-height: 50px;
    display: inline;
    width: auto;
    max-width: 200px;
    height: auto;
}
.primera-columna-footer .widget img{
    width: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    /*max-height: 60px;
    margin-bottom: 30px;*/
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #fd6802;
    color: #999;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}
.mt20{
    margin-top: 20px
}
.btn-light-tuenweb {
    padding: 11px 30px;
    font-size: 18px;
    border: 2px solid #fd6802;
    color: #ffffff;
    background-color: #fd6802;
}
.service-dit .serv-category{
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
}
.pp_pc_cnt .table-inf-basica-pd, .table-pd-lateral{ 
    font-size: 13px; 
    border: 1px solid #ededed; 
    box-shadow: 0 5px 14px rgb(0 0 0 / 10%); 
    background-color: #f2f3f5; 
    padding: 40px 30px;
}
.acepta-pp .wpcf7-list-item{
        margin: 0 0 30px 0;
}
.tuenweb-divisor-40{
    padding-top: 40px
}
.table-pd-lateral tbody{
    opacity: 0;
    display: none;
    visibility: hidden;
    transition: all .7s ease-in-out;
    transform: translate3d(0px, 0px, 0px);
}
.show_inf_basica{cursor: pointer}
.contact-form-lateral-flotante{
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    position: fixed;
    background: #FFF;
    z-index: 99999;
    width: 30%;
    padding: 0;
    right: 0;
    max-height: 100vh;
    text-align: justify;
    bottom: 0;
    top: 0;
    overflow: auto;
    min-width: 420px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.contact-form-lateral-flotante .contact_form {
    background-color: #393939;
    color: #FFF;
    border: none;
}
.close_flotante{
    background: #393939;
}
.close_flotante .material-icons-round{
    color: #FFF;
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 5px 5px 0 0;
    cursor: pointer;
}

/*la zona banner*/
.tuenweb-banner-seccion{/*background: #5abee6;*/ padding: 30px 0; color: #FFF;}
.tuenweb-banner-seccion .zona-icono, .tuenweb-banner-seccion .zona-texto{display: table-cell; vertical-align: top;}
.tuenweb-banner-seccion .zona-icono{width: 50px}
.tuenweb-banner-seccion .zona-icono img{width: 30px}
.tuenweb-banner-seccion .zona-texto{}
.tuenweb-banner-seccion .zona-texto .titulo{display: block;
    font-weight: bold;
    font-size: 1.2em;}
.tuenweb-banner-seccion .zona-texto .texto{}
.tuenweb-banner-seccion.banner-cta{    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
.tuenweb-banner-seccion.banner-cta .titulo-cta{    font-size: 28px;
    font-weight: 400;
    color: #FFF;
}
.tuenweb-banner-seccion.banner-cta .contenido-cta{    font-size: 20px;
    color: #FFF; font-weight: 100;
}
.cta-opacidad{position: absolute; background: rgba(0,0,0,.5)}
.cta-container-info{z-index: 10}
@media all and (max-width: 750px) {
/* CSS rules here for screens lower than 750px */
.contact-form-lateral-flotante {
    width: 100%;
}
}

/*corrigo los links del footer*/
.footer .nav-link{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; padding: 0}
.service-widget.tew-product .add_to_cart_button{
    /*position: absolute;*/
    bottom: 0;
    /*margin: 0 auto 10px;*/
    display: inherit;}
.section-legal{ text-align: justify}
.section-legal h1{
color: #7e7e7e;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 20 px;
    position: relative;
    }
.logos a {display: block;    text-align: center;}
.cta-container-info .botonera .btn {margin-top: 10px}
/*El top bar*/
p.tuenweb_frase_top_header{
  /*letter-spacing: 5px;*/
  cursor: pointer;
  margin: 0;
}
p.tuenweb_frase_top_header span{
  transition: .5s linear
}
p.tuenweb_frase_top_header:hover span:nth-child(1){
  /*margin-right: 5px*/
  letter-spacing: .5px;
}
/*p.tuenweb_frase_top_header:hover span:nth-child(1):after{
  content: "'";
}
p.tuenweb_frase_top_header:hover span:nth-child(2){
  margin-left: 30px
}*/
p.tuenweb_frase_top_header:hover span{
  color: #fff;
  text-shadow: 0 0 10px #fff,
               0 0 20px #fff, 
               0 0 40px #fff;
}
@media (max-width: 600px) {
    .header_style_01 .navbar-brand{padding-left: 0; }
}