



/* botones */

.btn-rco {
  
  background: var(--bg-main-rco);
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 10px 50px 10px 50px;
  border-radius: 0px 25px 25px 0px;
  max-width: 290px;
  
}


.btn-rco:before, .btn-rco:after {
  content: "";
  width: 500px;
  height: 100px;
  /* background: #666666; */
  color: white;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s ease-in-out;
  pointer-events: none;
  z-index: 0;
  border: none;
}


.btn-rco:before {
  transform: translateX(90%) skew(-45deg);
}


.btn-rco:after {
  transform: translateX(-110%) skew(-45deg);
}


.btn-rco p {
  position: relative;
  color: var(--font-color-light);
  transition: color 0.4s ease-in-out;
  z-index: 1;
  margin: 0;
}


.btn-rco:hover:before {
  transform: translateX(40%) skew(0deg);
}


.btn-rco:hover:after {
  transform: translateX(-60%) skew(0deg);
}


.btn-rco:hover p {
  color: var(--font-color-light);
}


.btn-more {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--font-color-base);
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s;

}


.btn-more:hover {
   
    color: var(--font-color-rco);
    

}


.btn-more .uparrow {
    position: relative;
    width: 2px;
    height: 19px;
    background-color: var(--bg-dark);
    margin-left: 15px;
    transition: all 0.2s;
    transform: rotate(45deg) translate(0px,0px);
    margin-left: 12px;

}

.btn-more:hover .uparrow{
    transform: rotate(45deg) translate(0px,-5px);
   

}

.uparrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: var(--bg-dark);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
}



.uparrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: var(--bg-dark);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}

.btn-more:hover .uparrow, .btn-more:hover .uparrow:before,.btn-more:hover .uparrow:after {
    
    background-color: var(--bg-main-rco);
  
}




/*SLIDER TIPO 1*/



#carouselTipo1 .carousel-indicators [data-bs-target] {
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border: 0;
    opacity: 1;
    border-radius: 30px;
    background: #666666;
}


#carouselTipo1 .carousel-indicators .active {
    opacity: 1;
    background: var(--bg-main-rco);
}




#carouselTipo1 .carousel-indicators {
    
    bottom: -40px;
    
}

#carouselTipo1 .car-t1{
    display: flex;  
    flex-direction: column;
}

#carouselTipo1 .car-t1-blq {
   display: flex;
  flex-direction: row;
}

#carouselTipo1 .car-t1-blq-inner {

  position: relative;
    
}

#carouselTipo1 .car-t1-blq-inner span{

 font-size: var(--text-sm);
 font-weight: var(--font-weight-bold);
 color: var(--font-color-light);
    
}





/*SLIDER TIPO 2 */



.carouselTipo2 .controls{

    position: absolute;
    bottom: 0;
    right: 0;
    width: 34%;
    height: 93px;
    background-color: var(--bg-grey);
    z-index: 9;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    
}


.carouselTipo2 .controls .controls-blq{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
   
    
}


.carouselTipo2 .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
    
}

.carouselTipo2 .carousel-item {
    
    height: 100%;
   
    
}


.#carouselTipo2 .carousel-item img {

    width: 100% !important;
    height: 100%;
    object-fit: cover;
   
    
}


.carouselTipo2 .carousel-caption {
    position: absolute;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}


.carouselTipo2 .controls .carousel-control-prev {
  
    z-index: 1;
    opacity: 1;
    left: -30px;
    width: auto;
    
}


.carouselTipo2 .controls .carousel-control-next {
 
    z-index: 1;
    opacity: 1;
    right: -30px;
    width: auto;
   
   
}


.carouselTipo2 .controls .carousel-control-next:before {
  content: "";
  width: 1px;
  height: 30px;
  position: relative;
  background-color: var(--bg-dark);
  top: 0px;
  left:-30px;
   
}

.carouselTipo2 .carousel-control-next-icon{
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    position: absolute;
    
}


.carouselTipo2 .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    position: absolute;
    
}



.carouselTipo2 .carousel-control-prev-icon, .carouselTipo2 .carousel-control-next-icon {

    margin: 0 auto;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 15px solid var(--bg-dark);
    border-radius: 0px;
    transition: all 0.3s;

}


.carouselTipo2 .carousel-control-prev-icon:hover, .carouselTipo2 .carousel-control-next-icon:hover {

    margin: 0 auto;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 15px solid var(--bg-main-rco);
    border-radius: 0px;
    transition: all 0.3s;

}



.carouselTipo2 .carousel-control-next-icon {

    
    transform: rotate(-90deg);
  

}

.carouselTipo2 .carousel-control-prev-icon{

    
    transform: rotate(90deg);
    

}



/*SLIDER TIPO 3*/



.carouselTipo3 .carousel-indicators button {
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border: 0;
    opacity: 1;
    border-radius: 30px;
    border: 1px solid var(--bg-light);
    background: transparent;
}


.carouselTipo3 .carousel-indicators button.active {
    opacity: 1;
    background: var(--bg-light);
}


.carouselTipo3 .carousel-indicators {
    
    bottom: -40px;
    
}

.carouselTipo3 .car-t3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;

}

.carouselTipo3 .car-t3-blq {
   display: flex;
  flex-direction: row;
}

.carouselTipo3 .car-t3-blq-inner {

  position: relative;
  padding: 30px;
    
}

.carouselTipo3 .car-t3-blq-inner h1{

 font-size: var(--text-3xl);
 font-weight: var(--font-weight-bold);
 color: var(--font-color-base);
    
}

.carouselTipo3 .car-t3-blq-inner p{

 font-size: var(--text-base);
color: var(--font-color-light);
    
}



/* ESTILOS ESPECIFICOS PARA SLIDERS */


#carousel2 .controls{

    position: absolute;
    bottom: -92px;
    right: 0;
    width: 100%;
    height: 93px;
    background-color: var(--bg-grey);
    z-index: 9;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    
}



#carousel3 .carousel-control-prev-icon, #carousel3 .carousel-control-next-icon{

    
  border-top: 15px solid var(--bg-light)!important;
    

}




#carousel3 .controls .carousel-control-next:before {
 
  background-color: var(--bg-light);
  
   
}



#carousel3 .carousel-control-prev-icon:hover, #carousel3 .carousel-control-next-icon:hover {

    
    border-top: 15px solid var(--bg-main-rco)!important;
   
}





/*CUSTOM TINY SLIDER. RETALK*/



.tns-horizontal.tns-subpixel>.tns-item {
    
    padding: 0px 15px 0px 15px;
    position: relative;
}

.tns-horizontal.tns-subpixel>.tns-item span{
    
    font-size: var(--text-base); 
    color: var(--font-color-grey);
    margin-top: 10px;
   
}


.tns-horizontal.tns-subpixel>.tns-item .retalk-icon{
  
   position: relative;
   top: 0px;
   left: 0px;
   margin-bottom: 15px;
}



.slider-tiny img { 

  max-width: 100%; 

}


.slider-tiny img:not(.tns-lazy-img), .lazyload img { 

  height: auto; 

}

.autoWidth img { 

  max-width: none; 


}
.autoHeight img { 

  width: 100%; 

}

.slider-tiny .img a {
  display: block;
  padding: 22% 0;
   text-decoration: none;

}

.slider-tiny .item a:hover h2{
  color: var(--font-color-rco);
}


.visually-hidden {
  position: fixed;
  left: -10000px;
  opacity: 0;
}


.customize-tools { position: relative; }
.thumbnails { 
  margin: 20px 0;
  text-align: center;
}
.thumbnails li {
  display: inline-block;
  cursor: pointer;
  border: 5px solid #fff;
}
.thumbnails .tns-nav-active {
  background: none;
  border-color: #000;
}
.thumbnails li { width: 50px; }
.thumbnails img { vertical-align: bottom; height: auto; max-height: 50px; }
.controls { text-align: center; }
.controls li {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
}
.controls li img { display: inline-block; vertical-align: middle; }
.controls .prev { left: 0; }
.controls .next { right: 0; }
.controls li:hover { background: #f2f2f2; }

.tns-controls { text-align: center; margin-bottom: 10px; }
.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0;
}
.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}
[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
.tns-controls [disabled] { 
  color: #999999;
  background: #B3B3B3; 
  cursor: not-allowed !important;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #666666;
  border: 0;
}
.tns-nav > .tns-nav-active { background: var(--bg-main-rco);}
.playbutton-wrapper { text-align: center; }
.playbutton-wrapper button { height: 34px; padding: 0 10px; font-size: 14px; background: #fff; border-radius: 3px; border: 1px solid  #ccc; cursor: pointer; }
.wrapper { padding: 0 5em; }
.suite-container .title, 
.suite-container .subtitle, 
.suite-container li { padding: 5px 10px; }
.suite-container li {
  font-size: 12px;
  line-height: 1.4;
  background: #f5f5f5;
}
.suite-container .title { font-size: 14px; font-weight: bold; background: #8acac6; text-transform: capitalize; }
.suite-container .subtitle { font-size: 13px; font-weight: bold; background: #dedede; text-transform: capitalize; }
.suite-container .fail { background: #FFADE2; }


/* REPRODUCTOR AUDIO */


.container-audio {
    width:100%;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    background-color: #d6d6d6;
    color: #444;
    margin: 20px auto;
    overflow: hidden;
}
audio {
  width:100%;
}
audio:nth-child(2), audio:nth-child(4), audio:nth-child(6) {
    margin: 0;
}




/* RESPONSIVE */


@media (max-width: 991px) {
#carousel2 .controls{bottom: -73px;}
.carouselTipo3 .car-t3-blq-inner h1{font-size: var(--text-2xl);}

}


@media (max-width: 767px) {
.quienes-somos-blq3-inner2 {min-height: 300px;}
.carouselTipo2 .controls {width: 38%;height: 70px;}
.reset-section-mar-neg {margin-top: -70px;padding-top: 100px;}
#carousel3 .carousel-item {height: 283px;}
.carouselTipo3 .car-t3-blq-inner {padding: 0px;margin-bottom: 20px;}
.carouselTipo3 .car-t3-blq-inner h1{font-size: var(--text-2xl);}
.carouselTipo3 .car-t3-blq-inner p{font-size: var(--text-base);}


}


@media (max-width: 576px) {
#carousel4 .carousel-item {height: 300px;}
.btn-rco {padding: 10px 35px 10px 35px;}


}






