/* Tabs*/
#tabs{
    background: #fff;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

.title-section{  }

.icon-gris{
    margin-top: 1%; margin-bottom: 2%;
}


.icon-gris img {
    max-width: 150px;
    filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
    filter: Gray(); /* IE4-8 and 9 */

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-item:hover .icon-gris img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
    cursor: pointer;
}

.active .icon-gris img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.active .icon-gris img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.nav-link h4{
  color: #1C355E !important;
  font-size: 14px;
  padding-top: 10px;
}

.nav-item {
  cursor: pointer;
}

.d-lista-buzon{
    background: #F8F8F8; border-radius: 30px;
}

.content-text-buzon{
    display: flex; justify-content: center;
}

.content-text-buzon .info .title{
    color: #1C355E;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 700;
    
}

.content-text-buzon .info .text{
    color: #5f5f5f;
    font-size: 18px;
    
    font-weight: 300;
}

.imagen-content{
  display: flex; justify-content: center;
}

.numero{
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    left: -70px;
}

.numero span{
    background: #FF8800;
    border-radius: 50%;
    padding: 4px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
}

.numero2{
    display: block;
    position: absolute;
    top: calc(50% - -50px);
    left: -25px;
}

.numero2 span{
    background: #FF8800;
    border-radius: 50%;
    padding: 4px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
}

.d-lista-cambiate { background: #F8F8F8; border-radius: 30px; }

.content-text-linea{
    display: flex; justify-content: center;
}

.content-text-linea .info .title{
    color: #1C355E;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 700;
    
}

.content-text-linea .info .text{
    color: #5f5f5f;
    font-size: 20px;
    
    font-weight: 300;
}

.nota{
    color: #5f5f5f;
    font-size: 16px;
    
    font-weight: 400;
}

.sub-title2{font-size: 24px; padding-top: 20px; padding-bottom: 20px;}

.video-back{
}

.video-content{ 
    background:#F8F8F8;
    border-top-left-radius: 12%;
    border-top-right-radius: 12%;
    border-bottom-left-radius: 12%;
    border-bottom-right-radius: 12%;
    cursor: pointer;
}
.video-content:hover, .video-content.active{
    background:#949494;
} 
.video-content img{
    border-top-left-radius: 14%;
    border-top-right-radius: 14%;    
}
.play{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 12%;
    margin-bottom: 12%;
}
.play img{
    max-width: 80px;    
}

.img-fluid2 {
    max-width: 100%;
    height: auto;
}

#tutorial-video {
    display: none;
    background-color: transparent;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    padding: 7% 5% 3%;
}

video{
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.close{
    background: #003f99;
    color: #fff;
    border-radius: 50px;
    padding: 7px;
    opacity: revert;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    font-size: 16px;
    
    font-weight: 300;
    z-index: 1;
}


@media screen and (max-width: 1200px){
    .icon-gris img { max-width: 100px; }
    .imagen-content img{ max-width: 180px; }
    .content-text-linea .info .text{ font-size: 18px; }
    .nota{font-size: 14px;}
    .content-text-linea .info .title{font-size: 20px;}
    .content-text-linea .info{ font-size: 18px; }
    .sub-title2{ font-size: 18px; }
}


@media screen and (max-width: 991px){
    .content-text-linea .info .text{ font-size: 14px; }
    .nota{font-size: 12px;}
    .content-text-linea .info .title{font-size: 16px;}
    .content-text-linea .info{ font-size: 14px; }
    .content-text-buzon .info .title{font-size: 18px;}
    .content-text-buzon .info .text{font-size: 16px}
    .numero { left: -50px; }
    .numero2 span{font-size: 20px; width: 35px; height: 35px;}
    .numero span{font-size: 20px; width: 35px; height: 35px;}
    .title-activa{font-size: 20px;}
    .img-fluid2{max-width:  100% !important;}
    .play img { max-width: 50px; }
}

@media screen and (max-width: 767px){
    .nav-link h4{font-size: 12px !important;}
    #tabs .nav-tabs .nav-link{width: 15%}
    .icon-gris img { max-width: 70px; }
    .imagen-content{display: inline-block; text-align: center;}
    .video-content{margin-bottom: 30px;}
    .numero { position:relative;display: flex; justify-content: center; left: 0; margin-bottom:30px; margin-top:30px; }
    .numero2 { position:relative;display: flex; justify-content: center; left: 0; margin-bottom:30px; }
    .content-text-linea .info .text br{display: none;}
    .content-text-linea .info .text{text-align: center;margin-top: 20px;}
    .content-text-linea .info .title{text-align: center;margin-top: 20px;}
    .content-text-buzon .info .title{text-align: center; margin-top: 20px;}
    a.link{text-align: center; width: 100%; display: inline-block; }
    .content-text-buzon .info .text{text-align: center;}
}



@media screen and (max-width: 480px){
    .icon-gris img {max-width: 50px;}
    #tabs .nav-tabs .nav-link{padding: 0px;}
    .c-azul{ padding: 0px 7px; }
    .numero2 {margin-bottom: 0px;}
}

/* Botones modernos para atención a clientes */
.btn-modern {
    border: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.02em;
    background: #fff;
    color: #222;
    position: relative;
    overflow: hidden;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 0.85rem 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 4px 16px rgba(51,150,255,0.10);
    transition: all 0.2s;
    gap: 0.7em;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 340px;
}
.btn-modern.btn-call {
    background: linear-gradient(90deg, #3396ff 0%, #005bea 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(51,150,255,0.10);
}
.btn-modern.btn-whatsapp {
    background: #25d366;
    color: #fff;
    box-shadow: 0 4px 16px rgba(37,211,102,0.10);
}
.btn-modern:hover, .btn-modern:focus {
    filter: brightness(1.08) drop-shadow(0 2px 8px rgba(0,0,0,0.10));
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 24px rgba(51,150,255,0.13);
    text-decoration: none;
}
.btn-modern.btn-whatsapp:hover, .btn-modern.btn-whatsapp:focus {
    box-shadow: 0 8px 24px rgba(37,211,102,0.18);
}
.btn-modern .icon-btn {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.10));
}

/* Fondo sutil para bloques de atención a clientes */
.d-lista-buzon {
    background: rgba(0,0,0,0.03);
    border: none !important;
    border-radius: 1.5rem;
}




