@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,700;0,900;1,100;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.sticky_buttons {
  bottom: 250px;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 500
}

@media (max-width: 960px) {
  .sticky_buttons {
      bottom:42px
  }
}

@media (min-width: 1800px) {
  .sticky_buttons {
      width:100%;
  }
}

@media (max-height: 480px) {
  .sticky_buttons {
      bottom:10px
  }
}

.sticky_buttons.user-logged {
  bottom: 350px
}

@media (max-width: 960px) {
  .sticky_buttons.user-logged {
      bottom:140px
  }
a.sticky_buttons__toggle{
  padding: 12px!important;
}
}

@media (max-height: 480px) {
  .sticky_buttons.user-logged {
      bottom:10px
  }
}

.sticky_buttons__container {
  height: 200px;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  transition: width .4s cubic-bezier(.51,.92,.24,1);
  width: 50px
}

@media (max-width: 960px) {
  .sticky_buttons__container {
      overflow:visible;
      right: 0;
      width: 0
  }
}

@media (min-width: 959px) {
  .sticky_buttons__container:hover {
      width:217px
  }
}

.sticky_buttons__wrapper {
  background-color: #191769;
  display: flex;
  flex-direction: column;
  left: 0;
  position: relative;
  transition: transform .4s cubic-bezier(.51,.92,.24,1);
  width: 217px;
  padding: 6px 0px;
}
.sticky_buttons__wrapper img {
  width: 31px;
}

@media (max-width: 960px) {
  .sticky_buttons__wrapper {
      margin-bottom:20px
  }
}

@media (max-height: 350px) {
  .sticky_buttons__wrapper {
      top:0;
      transform: translate(-130%,-100%)
  }
}

@media (max-width: 960px) {
  .sticky_buttons__wrapper.active {
      top:-70px;
      transform: translate(-100%,-100%)
  }
}

@media (max-height: 350px) {
  .sticky_buttons__wrapper.active {
      top:0;
      transform: translate(-130%,-100%)
  }
}

@media (max-width: 960px) {
  .sticky_buttons__wrapper {
      top:-70px;
      transform: translate(100%,-100%)
  }
}

.sticky_buttons__link {
align-items: center;
color: #fff!important;
display: flex;
font-weight: 700;
height: 50px;
padding-left: 10px;
padding-bottom: 0;
text-decoration: none!important;
}

.sticky_buttons__link:nth-child(2){
padding-top: 10px;
}

.sticky_buttons__link:not(:last-child) {
  border-bottom: 1px solid rgba(241,244,247,.4);
  padding-bottom: 6px;
}

.sticky_buttons__link span {
  opacity: 0;
  transition: opacity .4s cubic-bezier(.51,.92,.24,1);
  text-align: center;
}

.sticky_buttons__container:hover .sticky_buttons__wrapper {
  padding: 0px;
}

@media (max-width: 960px) {
  .sticky_buttons__link span {
      opacity:1
  }
}

.sticky_buttons__container:hover a{
    /* display: flex; */
    /* margin-bottom: 6px; */
    padding: 0 22px;
    justify-content: center;
}

.sticky_buttons__container:hover a:nth-child(1){
}

.sticky_buttons__link:hover span {
  opacity: 1;
  text-align: center;
}

.sticky_buttons__link svg {
  fill: #fff;
  margin-right: .9rem
}

.sticky_buttons__toggle {
  display: none
}

@media (max-width: 960px) {
  .sticky_buttons__toggle {
      background-color:#26296E!important;
      display: block;
      height: 50px;
      padding: 10px;
      position: absolute;
      top: -50px;
      transform: translateX(-50px);
      width: 50px;
      z-index: 400
  }

  .sticky_buttons__toggle svg {
      fill: #fff
  }
}

.sticky_buttons__toggleclose,.sticky_buttons__toggleopen {
  display: none
}

@media (max-width: 960px) {
  .sticky_buttons__toggleclose.active,.sticky_buttons__toggleopen.active {
      display:block
  }
}















.card {
position: relative;
background: linear-gradient(rgb(243 243 243 / 93%) 0%, rgb(25, 23, 105));
overflow: hidden;
cursor: pointer;
}

img {
max-width: 100%;

display: block;
}

.card img {
transform: scale(1);
transition: 0.3s ease-out;
}

.card:hover img {
/* transform: scale(1.1) translateY(-20px); */
opacity: 0.3;
}

.overlay {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;

padding: 15px;
text-align: center;
color: #fff;
}
.overlay::before{
content: "";
background: linear-gradient(#191769d4 0%, #191769 50%);
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0.4;
}

.text-apariencia{
transform: translateY(30px);
opacity: 0;
transition: all .3s ease-out;
}

.text-p {
transform: translateY(30px);
opacity: 0;
transition: all .3s ease-out 0.2s;
}

.link-a {
display: inline-block;
background: crimson;
color: #fff;
padding: 5px 20px;
border-radius: 5px;
transform: translateY(30px);
opacity: 0;
transition: all .3s ease-out 0.4s;
}


.card:hover .overlay .text-apariencia {
opacity: 1;
transform: translateY(0);
}

.card:hover .overlay .text-p {
opacity: 1;
transform: translateY(0);
}

.card:hover .overlay .link-a {
opacity: 1;
transform: translateY(0);
}

.subcontenedor-inicio-contacto .contacto-row1 > div p {
margin: 0;
}




@media (max-width: 1000px) {
.banner_slider3-mobile .desktop::before {
  content: "";
  background: linear-gradient(#191769d4 0%, #191769 50%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.contenedor-quienes-servicios .owl-nav{
  display: none;
}
}

.subcontenedor-inicio-contacto .contacto-row1 .input-button{
background: transparent;
}

.subcontenedor-inicio-contacto .contacto-row1 > div p span.wpcf7-not-valid-tip {
  margin: 5px;
}
body .subcontenedor-inicio-contacto .subcontenedor-form .wpcf7-response-output {
  border-color: #191769!important;
  margin: 0;
}

.contenedor-quienes-servicios .nav-tabs>li {
  padding: 0;
  width: 100%;
}
.contenedor-quienes-servicios .nav-tabs>li>a:hover {
  /* border-color: #eee #eee #ddd; */
  background: white;
}
.contenedor-quienes-servicios .nav-tabs>li>a {
  padding: 0;
}

footer .subcontenedor2.text {
  padding-bottom: 20px;

  }
footer .subcontenedor2 .separador a{
font-size: 30px;
font-weight: bold;
}

section#servicios .nav-tabs{
  display: flex;
}

section#servicios .contenedor-quienes-servicios .nav-tabs>li>a{
  margin: 0;
  border: 0;
}
section#servicios.mobile {
  display: none;
}
section#servicios.desk .nav-wrapper.mobile {
    display: none;
}
@media (max-width: 1000px) {
  footer .subcontenedor2.text{
    padding: 5px 0px 20px 0px;
    justify-content: center;
    display: flex;
  }
section#servicios.desk .nav-wrapper.mobile ul.nav.nav-tabs{
    display: grid;
}
  section#servicios.desk .nav-wrapper.mobile .imagen-ico.text-apariencia {
    width: 100%;
    right: 0;
    top: 0;
    position: relative;
    opacity: 1;
        display: none;
}

section#servicios.desk .nav-wrapper.mobile .imagen-ico.text-apariencia img {
    width: 40px;
    height: 40px;
}
 section#servicios.desk .nav-wrapper.desk {
    display: none;
}
section#servicios.desk .nav-wrapper.mobile {
    display: block;
}
  
}

/*home*/
/*LOGO HOME*/
body .banner .owl-nav{
  top: 50%;
  margin-top: -30px;
  padding: 0px 38px;
}

body .banner .info_slider{
  display: flex;
  max-width: 100%;
  margin: 0 0px;
  width: 100%;
  position: absolute;
  /* top: 42%; */
  top: 67%;
  margin-top: 0;
  flex-direction: column;
  text-align: center;
}


.logo-contenedor img{
  width: 100%;
  min-width: 220px;
  max-width: 250px;
}
@media (max-width: 500px) {
  
  .logo-contenedor img{
    min-width: 175px;
    max-width: 180px;
  } 
 
  
}
header .superior-menu-desktop .mega-menu .main-links-desktop > ul div li a{
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  body .banner .info_slider{
    margin: 0 0px;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    justify-content: center;
    text-align: center;
    align-items: center;
    top: 20%;
    height: 100%;
  }
  body .banner .owl-nav{
   
    padding: 0px 0px;
  }
  .banner .desktop img{
    height: 100%;
  }
  body .banner .desktop{
     display: block;
  }
  body .banner .movil{
    display: none;
 }
  
}
@media (max-width: 600px) {
  
  
  body .banner .desktop{
     display: none;
  }
  body .banner .movil{
    display: block;
 }
 .banner .movil::before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 1; */
  opacity: 4;
  background: linear-gradient(15deg, #0000002e  100%, #0000005e 100%) 0 0 no-repeat padding-box;
}
  
}

.banner .imagen-ico {
  transform: translate(37%, -15%);
  -webkit-transform: translate(37%, -15%);
}
.banner .imagen-ico  a{
  background: 0 0;
  border-radius: 30px;
  border: 1px solid #fff;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* margin-right: 14px; */
  /* font-size: 20px; */
  /* margin: 0 auto; */
  /* position: relative; */
}
.banner .imagen-ico  a img{
  
  width: 13px;
   height: auto
 
}


.banner .imagen-ico {
   -webkit-animation: animatedImage .45s alternate infinite;
   -moz-animation: animatedImage .45s alternate infinite;
   -o-animation: animatedImage .45s alternate infinite;
   animation: animatedImage .45s alternate infinite;
  
}


@keyframes animatedImage {
   from {
       bottom: 0
   }
   to {
       bottom: 15px
   }
}
.banner .desktop::before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 1; */
  opacity: 4;
  background: linear-gradient(15deg, #0000002e  100%, #0000005e 100%) 0 0 no-repeat padding-box;
}





#quienes-somos .contenedor-home-bolsa{
  display: flex;
  grid-template-columns: 30% auto;
}

#quienes-somos .contenedor-home-bolsa > div:nth-child(1){
  width: 35%;
}
#quienes-somos .contenedor-home-bolsa > div:nth-child(2){
  width: 65%;
  padding: 0 40px 0px 60px;
}


@media (max-width: 1500px) {
  #quienes-somos .contenedor-home-bolsa > div h2 {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  #quienes-somos .contenedor-home-bolsa > div:nth-child(1){
    width: 44%;
  }
  #quienes-somos .contenedor-home-bolsa > div:nth-child(2){
    width: auto;
  }
  
}

@media (max-width: 1100px) {
 
#quienes-somos .contenedor-home-bolsa{
  padding: 60px 0px 60px 0px;
}
  
}
@media (max-width: 1000px) {
 
  #quienes-somos .contenedor-home-bolsa > div:nth-child(2){
    padding: 20px;
  }
  #quienes-somos .contenedor-home-bolsa{
    padding: 0px 0px 60px 0px;
  }
    
  }


  div#politicas .contenedor-imagen .container {
    width: 600px;
    padding: 0;
    max-width: 600px;
    max-height: 600px;
}
div#politicas .contenedor-imagen .container .item {
  max-width: 600px;
  max-height: 600px;
}
div#politicas section.testimonial-section .testimonial-wrapper .title-des{
  height: auto;
}
div#politicas section.testimonial-section .testimonial-wrapper{
  align-items: normal;
}

div#politicas .contenedor-imagen .container .owl-dots {
  /* display: flex; */
  justify-content: center;
  /* color: #191769; */
  width: 100%;
  position: absolute;
  z-index: 9;
  top: auto;
  margin-top: -38px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
  padding: 0px 50px;
}

div#politicas .contenedor-imagen .container .owl-dots button {
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.contenedor-quienes-servicios .owl-nav button {
  width: 55px;
  /* background: #191769!important; */
}
.contenedor-quienes-servicios .owl-nav button span{
   font-size: 50px;
color: white;
}
section.testimonial-section .owl-nav {
  padding: 1px;
  display: none;

}

section.testimonial-section .owl-nav button span {
  font-size: 50px;
  color: white;
}
section.testimonial-section .owl-nav button span:hover{
color: white;
}
section.testimonial-section .owl-nav button{
  width: 55px;
  background: #191769!important;
}
@media (max-width: 1000px) {
  section.testimonial-section .owl-nav {
    display: flex;
  
  }
  body .contenedor-quienes-servicios .owl-dots .active{
    border: 2px solid #ffffff !important;
  }
  
 
  div#politicas .contenedor-imagen .container{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
  div#politicas .contenedor-imagen .container .item{
    max-width: 100%;
    max-height: 100%;
  }
  }








  /*LIBRO DE RECLAMACIONES*/
  .libro-de-reclamaciones nav.superior-menu-desktop {
    /* background: #191769;
    position: relative; */
}
.libro-de-reclamaciones header.abajo-home nav.superior-menu-desktop {
  background: #ffffff;
  position: fixed;
}
.libro-de-reclamaciones img.derecha {
  width: 100%;
  /* min-height: 350px; */
  max-height: 600px;
  object-fit: fill;
}

.libro-de-reclamaciones .noticia {
  grid-template-columns: 50% 50%;
  width: 100%;
  margin: 0px auto;
  background-color: #fff0;
  color: #000;
  padding: 0% 0% 0% 4%;
  align-items: center;
  display: grid;
  height: 100%;
}
.libro-de-reclamaciones .noticia h1{
  font-size: 50px;
  font-weight: 800;
  color: #222222;
  line-height: 52px;
  font-family: 'Lato';
}

.section.reclamaciones section#contactanos {
  padding: 100px 0px 0px 0px;
  background: #ffffff;
}

.section.reclamaciones section#contactanos .subcontenedor-inicio-contacto{
  padding: 0% 7% 0% 0%;
}

.section.reclamaciones section#contactanos .subcontenedor-inicio-contacto .subcontenedor-form{
  padding: 50px 0px 50px 50px;
  display: inline;

  align-items: center;
  width: 55%;
}

.noticia-reclamos {
  display: flex;
  max-width: 1000px;
  justify-content: center;
  grid-gap: 30px;
  margin: auto;
  padding: 100px 30px 100px 30px;
  flex-wrap: wrap;
}
.noticia-reclamos div{
  font-size: 29px;
  font-weight: bold;
  max-width: 425px;
}

section.reclamo-recibidos {
  background: #f0f0f0;
}


/*FORMULARIO DE LR*/

body.customize-support.libro-de-reclamaciones #libro-contenedor  form {
  display: flex;
  flex-wrap: wrap;
 }
 
 .libro-de-reclamaciones #libro-contenedor .contacto-form-titulo h2 {
             font-size: 30px;
             max-width: 100%;
             color: #333333;
             font-weight: 800;
             margin-top: 0;
             margin-bottom: 40px;
 }
 .libro-de-reclamaciones #libro-contenedor .contacto-form-titulo{
             width: 100%;
 }
 
 .libro-de-reclamaciones #libro-contenedor .texto {
     width: 72%;
     margin-bottom: 0px;
     /* font-weight: bold; */
 }
 .libro-de-reclamaciones #libro-contenedor .texto  h3{
   font-weight: 800;
   color: #191769;
   font-size: 25px;
   margin-top: 0;
   margin-bottom: 25px;
 }

 .libro-de-reclamaciones #libro-contenedor .fecha-actual,  .libro-de-reclamaciones #libro-contenedor .social, .libro-de-reclamaciones #libro-contenedor .sucursal{
  width: 100%;
  margin-bottom: 25px;
}

.libro-de-reclamaciones #libro-contenedor .fecha-actual label, .libro-de-reclamaciones #libro-contenedor .social label, .libro-de-reclamaciones #libro-contenedor .sucursal label, 
    .libro-de-reclamaciones #libro-contenedor .contact-libro  label{
            color: #62A25D;
    font-size: 14px;
}

.libro-de-reclamaciones #libro-contenedor .social h5{
  font-size: 16px;
  color: #191769;
  font-weight: 600;
  color: #191769;
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  line-height: 1.2;
}


.libro-de-reclamaciones #libro-contenedor .fecha-actual input, .libro-de-reclamaciones #libro-contenedor .social input, .libro-de-reclamaciones #libro-contenedor .sucursal input, .libro-de-reclamaciones #libro-contenedor .contact-libro input {
  width: 72%;
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2196078431);

  /* font-size: 16px; */
  font-weight: normal;
  font-family: 'Lato';
  color:#191769;
  background-color: white;
  padding: 0 10px 0 10px;
  line-height: 38px;
  height: 38px;
}

.libro-de-reclamaciones  .subcontenedor-inicio-contacto .subcontenedor-info{
  width: 45%;
  display: inline;

}
.libro-de-reclamaciones .subcontenedor-inicio-contacto .subcontenedor-info img{
  height: 100%;

}


.libro-de-reclamaciones #libro-contenedor .select2-container{
  width: 72% !important;
}
.libro-de-reclamaciones #libro-contenedor .select2-container .select2-selection{
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0px;
  outline: none;
  transition: all 0.15s ease-in-out;
  background-color: white;
  border-radius: 0;
  border: 1px solid #c7c7c7;
  /* font-size: 16px; */
  font-weight: normal;
  font-family: 'lato';
  color: #211F1F;
  padding: 0px 0 0px;
  line-height: 38px;
  height: 38px;
  display: flex;
  align-items: center;
}
.section.reclamaciones section#contactanos-reclamaciones .subcontenedor-inicio-contacto .subcontenedor-form p{
  margin: 0;
}

.libro-de-reclamaciones #libro-contenedor .select2-container .select2-selection .select2-selection__rendered{
  color: #191769;
  
  line-height: 32px;
  padding-right: 33px;
  font-size: 14px;
}
.libro-de-reclamaciones #libro-contenedor .select2-container .select2-selection .select2-selection__arrow{
  background: transparent;
  border-left: 0px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 38px;
  width: 40px;
}
.libro-de-reclamaciones .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #191769 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}
.libro-de-reclamaciones .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-width: 0 7px 7px 7px;
  margin-top: -5px;
  border-color: transparent transparent #191769 transparent;
}

.libro-de-reclamaciones #libro-contenedor .select2-container.select2-container--open .select2-selection.select2-selection--single{
  background: white;

}
.libro-de-reclamaciones .select2-container--open .select2-dropdown--above{
  margin-top: -5px;
}
.libro-de-reclamaciones .select2-container--open .select2-dropdown--below{
  margin-top: 5px;

}
.libro-de-reclamaciones .select2-container--default .select2-results>.select2-results__options {
  font-size: 14px;
}
.libro-de-reclamaciones .select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #191769;
}
.libro-de-reclamaciones #libro-contenedor .contact-libro input[type="radio"]{
  width: auto;
  height: auto;
}
.libro-de-reclamaciones #libro-contenedor .radio label >span{
  padding: 0 0 0 0px;
  font-size: 16px;
  display: block;
  position: relative;
  top: inherit;
  left: inherit;
  bottom: inherit;
  font-weight: normal;
  color: #191769;
}

section#contactanos-reclamaciones {
  padding: 100px 0px 100px 0px;
  background: #ffffff;
}

.section.reclamaciones section#contactanos-reclamaciones .subcontenedor-inicio-contacto .subcontenedor-form {
  padding: 50px 0px 50px 50px;
  display: inline;
  align-items: center;
  width: 55%;
  background: #FAFAFF;
}

.contact-libro {
  display: flex;
  flex-wrap: wrap;
  /* grid-gap: 10px; */
}
.contact-libro div{
  margin-bottom: 35px;
}
.contact-libro div:nth-child(1){
  width: 100%;
}
.libro-de-reclamaciones .contact-libro div {
  margin-bottom: 25px;
}
.libro-de-reclamaciones  .contact-libro div:nth-child(2) {
  width: 35%;
  margin-right: 20px;
}
.libro-de-reclamaciones  .contact-libro div:nth-child(3){
  width: 35%;
}
.libro-de-reclamaciones  .subcontenedor-inicio-contacto .subcontenedor-info::before{
  background-color: #26296E;
}

.libro-de-reclamaciones #libro-contenedor div:nth-child(2) .select2-container{
  width: 100% !important;
}
.libro-de-reclamaciones #libro-contenedor div:nth-child(3)  input{
  width: 100% !important;
}

.libro-de-reclamaciones .contact-libro div:nth-child(n+4){
  width: 100%;
}
input::placeholder{
  color:#191769;
}
.libro-de-reclamaciones .contact-libro div:nth-child(n+4) textarea.wpcf7-form-control.wpcf7-textarea {
  width: 72%;
  background: #ffffff;
  /* color: #1e2c69; */
  border: 0;
  padding: 15px 0px 0px 10px;
  font-family: 'lato';
  border: 1px solid rgba(0, 0, 0, 0.2196078431);
}

.libro-de-reclamaciones .contact-libro .terminos span.wpcf7-list-item {
  margin: 0;
}

.libro-de-reclamaciones .contact-libro .terminos span.wpcf7-list-item label {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  margin: 0;
}
.libro-de-reclamaciones .contact-libro .terminos span.wpcf7-list-item label input#politicas {
  width: 16px;
  height: 16px;
  color: transparent;
}
.libro-de-reclamaciones .contact-libro .radio {
  width: 72%!important;
}
.libro-de-reclamaciones .wpcf7-list-item{
  margin: 0 0 0 0em;
}
.libro-de-reclamaciones .contact-libro .radio p{
  display: grid;
}

.libro-de-reclamaciones #libro-contenedor .texto h5 {
  font-size: 1.25rem;
  color: #191769;
  margin-bottom: 20px;
}
.libro-de-reclamaciones #libro-contenedor .texto p{
  margin-bottom: 20px!important;

}
.libro-de-reclamaciones .contact-libro .terminos {
  margin: 0;
}
.libro-de-reclamaciones .contact-libro .terminos p span {
  width: 84%;
  color: #191769;
  font-weight: 500;
}
.libro-de-reclamaciones #libro-contenedor .texto p small{
  font-size: 16px;
  color: #191769;
  font-weight: bold;
}
.libro-de-reclamaciones #libro-contenedor .texto span {
  font-size: 13px;
  color: #191769;
  font-weight: 800;
}

.libro-de-reclamaciones .contact-libro > p{
 width: 30%;
}

.libro-de-reclamaciones .contact-libro p input#contact-submit {
  background: #ffc924;
  color: #191769;
  font-weight: bold;
  font-size: 20px;
}
.libro-de-reclamaciones .contact-libro p input#contact-submit:hover {
  background: #191769;
  color: #ffc924;

}

.libro-de-reclamaciones  .noticia-reclamos a {
    
  height: 70px;
  background-color: white;
  background-image: url(https://multilog.com.pe/wp-content/uploads/2021/03/download.png);
  background-repeat: no-repeat;
  background-size: 26px 34px ;
  background-position: 90% center ;
  color: #191769;
  padding: 0 80px 0 20px ;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12) ;
  border-radius: 6px;
  font-weight: bold;
  font-size: 20px;
  font-family: inherit ;
  overflow: hidden;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  display: flex ;
  justify-content: center;
  align-items: center ;
}
.libro-de-reclamaciones .contact-libro div:nth-child(n+4) p small {
  font-size: 16px;
  color: #191769;
  font-weight: 800;
}

.libro-de-reclamaciones   #select2-sucursal-results  li:nth-child(1)  , 
.libro-de-reclamaciones #select2-tipo-documento-results   li:nth-child(1),
.libro-de-reclamaciones #select2-bien-contratado-results   li:nth-child(1),
.libro-de-reclamaciones.politicas-y-terminos #select2-servicio-consulta-results   li:nth-child(1)  {
  font-size: 0;
}
.libro-de-reclamaciones #libro-contenedor  .sucursal .select2-container .select2-selection .select2-selection__rendered[title="—Please choose an option—"],
.libro-de-reclamaciones #libro-contenedor [data-name="tipo-documento"]   .select2-container .select2-selection .select2-selection__rendered[title="—Please choose an option—"],
.libro-de-reclamaciones #libro-contenedor [data-name="bien-contratado"]   .select2-container .select2-selection .select2-selection__rendered[title="—Please choose an option—"],
.libro-de-reclamaciones.politicas-y-terminos #libro-contenedor [data-name="servicio-consulta"]   .select2-container .select2-selection .select2-selection__rendered[title="—Please choose an option—"]

{
  font-size: 0;
  padding-left: 10px;
}
.libro-de-reclamaciones #select2-tipo-documento-results   li:nth-child(1):before,
.libro-de-reclamaciones #libro-contenedor [data-name="tipo-documento"] .select2-container .select2-selection .select2-selection__rendered[title="—Please choose an option—"]::before{
  content:"Selecciona tipo de documento";
  font-size: 14px;
}

.libro-de-reclamaciones   #select2-sucursal-results  li:nth-child(1):before , 
.libro-de-reclamaciones  .sucursal .select2-container [title="—Please choose an option—"]::before{
  content:"Selecciona una sucursal";
  font-size: 14px;
}

.libro-de-reclamaciones #select2-bien-contratado-results  li:nth-child(1):before,
.libro-de-reclamaciones #libro-contenedor [data-name="bien-contratado"] .select2-container .select2-selection .select2-selection__rendered[title="—Please choose an option—"]::before{
  content:"Selecciona el bien contratado";
  font-size: 14px;
}

.libro-de-reclamaciones.politicas-y-terminos #select2-servicio-consulta-results  li:nth-child(1):before,
.libro-de-reclamaciones.politicas-y-terminos #libro-contenedor [data-name="servicio-consulta"] .select2-container .select2-selection .select2-selection__rendered[title="—Please choose an option—"]::before{
  content:"Selecciona un servicio";
  font-size: 14px;
}

body .section.reclamaciones.politicas-terminos .contact-libro div {
  margin-bottom: 0;
}

button.wpcf7-submit {
  background: #ffc924;
    width: 180px;
    /* display: inline-block; */
    border-radius: 4px;
    border: 0px solid #F0F0F0;
    /* font-size: 20px; */
    /* font-weight: bold; */
    color: #211F1F;
    line-height: 35px;
    height: 36px;
    font-family: 'lato';
}



button.wpcf7-submit i {
  margin-left: 12px;
}

button.wpcf7-submit:hover {
 /* background: #191769;
    color: #ffc924; */
}

button.wpcf7-submit:hover i {
      /* color: #ffc924; */

}



.libro-de-reclamaciones  img.mobile {
  display: none;
}

@media (max-width: 1000px) {
  .section.reclamaciones section#contactanos-reclamaciones .subcontenedor-inicio-contacto .subcontenedor-form{
    padding: 50px 20px 20px 20px;
  }
  .libro-de-reclamaciones .contenedor-inicio-contacto .subcontenedor-inicio-contacto {
    flex-direction: row;
}
  .libro-de-reclamaciones .section.reclamaciones section#contactanos .subcontenedor-inicio-contacto{
    flex-direction: row;
  }
   .subcontenedor-inicio-contacto .subcontenedor-inicio-contacto{
    flex-direction: row;
     }
  .libro-de-reclamaciones .contact-libro div:nth-child(n+1){
    width: 100%;
    margin: 0;
}
.libro-de-reclamaciones #libro-contenedor .fecha-actual input, .libro-de-reclamaciones #libro-contenedor .social input, .libro-de-reclamaciones #libro-contenedor .sucursal input, .libro-de-reclamaciones #libro-contenedor .contact-libro input, .libro-de-reclamaciones .contact-libro div:nth-child(n+4) textarea.wpcf7-form-control.wpcf7-textarea , .libro-de-reclamaciones #libro-contenedor .texto{
  width: 100%;
}
.libro-de-reclamaciones #libro-contenedor .select2-container{
  width: 100% !important;
}



.libro-de-reclamaciones .contact-libro div:nth-child(n+1){
  margin-bottom: 30px;
}
}
@media (max-width: 765px) {
  .section.reclamaciones section#contactanos-reclamaciones .subcontenedor-inicio-contacto .subcontenedor-form p{
    width: 100%;
  }

  .libro-de-reclamaciones .section.reclamaciones section#contactanos-reclamaciones .subcontenedor-inicio-contacto .subcontenedor-form{
    padding: 50px 30px 50px 30px;
    display: inline;
    align-items: center;
    width: 100%;
  }
  .libro-de-reclamaciones .contenedor-inicio-contacto .subcontenedor-inicio-contacto{
    flex-direction: column;
  }
  .libro-de-reclamaciones .section.reclamaciones section#contactanos .subcontenedor-inicio-contacto{
    flex-direction: column;
    padding: 0;
  }
  .libro-de-reclamaciones .subcontenedor-inicio-contacto .subcontenedor-info, .section.reclamaciones section#contactanos .subcontenedor-inicio-contacto .subcontenedor-form{
    width: 100%;
    padding: 0px;
  }
  .libro-de-reclamaciones .noticia{
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .libro-de-reclamaciones .noticia h1{
    font-size: 40px;
    padding: 30px 14px;
    text-align: center;
  }
  .libro-de-reclamaciones  .subcontenedor-inicio-contacto .subcontenedor-info::before{
    content: "";
    position: absolute;
    /* background-color: transparent; */
    width: 100%;
    height: 100%;
    /* opacity: 0; */
  }
}

.contenedor-home-bolsa .owl-item.active {
  padding: 0;
}

@media (max-width: 600px) {
  .libro-de-reclamaciones img.derecha{
  display:none;
}
  .libro-de-reclamaciones  img.mobile {
    display: block;
  }
 
}








/*POLITICAS Y TERMINOS*/


.politicas-y-terminos .accordion {
  background: #f9f9f9;
}
.politicas-y-terminos .accordion-tabs {
  display: none;
}
.politicas-y-terminos .accordion-tabs :focus {
  outline: none;
}
.politicas-y-terminos .accordion-item {
  border-bottom: 1px solid #eaeaea;
}
.politicas-y-terminos .accordion-item:last-child {
  border: none;
}
.politicas-y-terminos .accordion-item__label {
  margin: 0;
  padding: 1.25rem;
  cursor: pointer;
  /* transition: padding 0.2s ease; */
  position: relative;
}
.politicas-y-terminos .accordion-item__label:after {
  /* content: "";
  height: 4px;
  width: 4px;
  position: absolute;
  top: -4px;
  right: 1.25rem;
  bottom: 0;
  margin: auto;
  border: 3px solid transparent;
  border-radius: 2px;
  transform: rotate(45deg);
  border-color: transparent #447fff #447fff transparent;
  opacity: 1;
  transition: opacity 0.1s ease; */
}
.politicas-y-terminos .accordion-item__label:hover {
  background: #d3e1ff;
}
.politicas-y-terminos .accordion-item__container {
  padding: 0 1.25em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}
.politicas-y-terminos .accordion-active {
  /* background: rgba(68, 127, 255, 0.1); */
}
.politicas-y-terminos .accordion-active .accordion-item__label {
  /* padding-bottom: 0;
  cursor: inherit; */
display: none;
  border-radius: 30px;
  background: #191769;
  color: #ffc924;
  font-size: 20px;
  font-weight: bold;
}
.politicas-y-terminos .accordion-active .accordion-item__label:hover {
  /* background: none; */
}
.politicas-y-terminos .accordion-active .accordion-item__label:after {
  /* opacity: 0; */
}
.politicas-y-terminos .accordion-active .accordion-item__container {
  padding: 1.25em;
  height: auto;
  opacity: 1;
}
.politicas-y-terminos .accordion-active .accordion-item__container p:first-child, .accordion-active .accordion-item__container h1:first-child, .accordion-active .accordion-item__container h2:first-child, .accordion-active .accordion-item__container h3:first-child, .accordion-active .accordion-item__container h4:first-child, .accordion-active .accordion-item__container h5:first-child, .accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}
.politicas-y-terminos .accordion-active .accordion-item__container p:last-child, .accordion-active .accordion-item__container h1:last-child, .accordion-active .accordion-item__container h2:last-child, .accordion-active .accordion-item__container h3:last-child, .accordion-active .accordion-item__container h4:last-child, .accordion-active .accordion-item__container h5:last-child, .accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .politicas-y-terminos .accordion-active .accordion-item__label {
    display: flex;
  }
}
.politicas-y-terminos .top-seccion , .libro-de-reclamaciones .top-seccion{
  position: relative; 
text-align: center;
}




.politicas-y-terminos  .noticia, .libro-de-reclamaciones  .noticia{
 position: absolute;
 top: 10px;
 left: 10px;
}
.politicas-y-terminos  .centrado, .libro-de-reclamaciones  .centrado {
 position: absolute;
 top: 78%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 margin-top: -20px;
}
.politicas-y-terminos .centrado h1, .libro-de-reclamaciones .centrado h1 {
 font-weight: 700;
 color: white;
 font-size: 60px;
 line-height: 1.2;
}

@media (min-width: 600px) {

    .politicas-y-terminos .accordion-tabs {
    display: flex;
    background: transparent;
  }
  .politicas-y-terminos .accordion-tabs .accordion-tab {
    background: white;
    /* font: inherit; */
    flex: 1;
    border: none;
    cursor: pointer;
    transition: background 0.1s ease;
    border-bottom: 1px solid #191769;
    border-radius: 0;
    margin: 0;
   font-weight: bold; 
    font-size: 20px;
    color: #191769;
    opacity: 0.6;
    padding-bottom: 10px;
  }
  .politicas-y-terminos  .accordion-tabs .accordion-tab:hover {
    background: rgba(249, 249, 249, 0.01);
  }
  .politicas-y-terminos  .accordion-tabs .accordion-tab:last-child {
    /* border-right: 0; */
  }
  .politicas-y-terminos .accordion-tabs .accordion-tab.accordion-active {
       /* background: #f9f9f9; */
       border-bottom: 3px solid #191769;
       background-color: transparent;
       border-radius: 0;
       margin: 0;
       color: #191769;
       font-weight: bold;
       font-size: 20px;
       opacity: 1;
       padding-bottom: 10px;

  }

  .politicas-y-terminos .accordion-item {
    padding: 2.4rem;
    display: none;
    border: none;
    background: #f9f9f9;
    min-height: 260px;
  }
  .politicas-y-terminos .accordion-item__label, .accordion-item__container {
    padding: 0;
    transition: inherit;
  }
  .politicas-y-terminos .accordion-item__label {
    margin-bottom: 1.5rem;
  }
  .politicas-y-terminos .accordion-item.accordion-active {
    display: block;
    background: transparent;
  }
  .politicas-y-terminos .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }

  .politicas-y-terminos section.top-seccion {
    margin-bottom: 80px;
}




.politicas-y-terminos .accordion-item.accordion-active .accordion-item__container h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Lato';
}
.politicas-y-terminos .accordion-item.accordion-active .accordion-item__container h3{
  font-size: 24px;
  font-weight: bold;
  font-family: 'Lato';
}
.politicas-y-terminos .accordion-item.accordion-active .accordion-item__container p,.politicas-y-terminos .accordion-item.accordion-active .accordion-item__container ul {
  line-height: 1.4em;
}
}
* {
  box-sizing: border-box;
}

.politicas-y-terminos .accordion {
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  background: transparent;
}
.politicas-y-terminos section.content-acordeon {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.politicas-y-terminos .accordion-item.accordion-active .accordion-item__container h5 {
  font-size: 20px;
  font-weight: bold;
} 
@media (min-width: 600px) {
    .politicas-y-terminos .accordion {
    max-width: 1000px;
  }
}
section.mobile-acordeon{
  display: none;
}
@media (max-width: 600px) {
  .politicas-y-terminos .centrado h1, .libro-de-reclamaciones .centrado h1{
    font-size: 40px;
  }

  section.mobile-acordeon{
    display: block;
  }
  .politicas-y-terminos section.content-acordeon {
    display: none;
}
  .politicas-y-terminos .accordion {
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    background: transparent;
  }
  .politicas-y-terminos  .accordion-item__label {
    border: 1px solid #FFC924;
    border-radius: 30px;
    background: transparent;
    color: #191769;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.politicas-y-terminos .accordion-active .accordion-item__label:after{
  content: "";
  position: absolute;
  background-size: 100% 100% ;
  width: 30px;
  height: 30px;
  display: block;
  top: 14px ;
  right: 20px ;
  -webkit-transition: all .3s ease ;
    transform: rotate(360deg);
  background-image: url(https://multilog.com.pe/wp-content/uploads/2021/04/drop-footer-acordeon.png);
}
.politicas-y-terminos  .accordion-item__label:after{
  content: "";
  position: absolute ;
  background-size: 100% 100% ;
  width: 30px ;
  height: 30px ;
  display: block ;
  top: 14px ;
  right: 20px ;
  transform: rotate(180deg) ;
  -webkit-transform: rotate(180deg) !;
  transition: all .3s ease ;
  -webkit-transition: all .3s ease ;
  background-image: url(https://multilog.com.pe/wp-content/uploads/2021/04/drop-footer-acordeon.png);
}
.politicas-y-terminos .accordion-active .accordion-item__container h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Lato';
  color: black;
}
.politicas-y-terminos .accordion-active .accordion-item__container p {
  font-size: 16px;
  font-family: 'Lato';
  color: black;
  line-height: 1.5em;
}
.politicas-y-terminos .accordion-active .accordion-item__container h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Lato';
  color: black;
}






    

.accordion__header {
  padding: 0.7em;
background-color: #ccc;
margin-top: 10px;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
border-radius: 10px;
background: transparent;
color: #191769;
font-size: 20px;
font-weight: bold;
border: 1px solid #191769;
}

.accordion__header h2 {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
font-weight: bold;

}

.accordion__header.is-active {
padding: 0.75em;
background-color: #ccc;
margin-top: 10px;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
border-radius: 10px;
background: #191769;
color: white;
font-size: 20px;
font-weight: bold;
border: 0;
}

.accordion__toggle {
margin-left: 10px;
height: 3px;
background-color: #222;
width: 13px;
display: block;
position: relative;
flex-shrink: 1;
border-radius: 2px;
}

.accordion__toggle::before {
content: "";
width: 3px;
height: 13px;
display: block;
background-color: #222;
position: absolute;
top: -5px;
left: 5px;
border-radius: 2px;
}

.is-active .accordion__toggle {
background-color: #fff;
}

.is-active .accordion__toggle::before {
display: none;
}

.accordion__body {
display: none;
padding: 1em;
/* border: 1px solid #ccc; */
border-top: 0;
}

.accordion__body.is-active {
display: block;
}

.accordion__body.is-active h2 {
font-size: 28px;
font-weight: bold;
}
.accordion__body.is-active h3 {
font-size: 24px;
font-weight: bold;
}
.accordion__body.is-active p {
font-size: 16px;
line-height:1.5em;
}
.accordion__body.is-active h5 {
font-size: 20px;
font-weight: bold;
}


}

.politicas-y-terminos .accordion + p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 0.9rem;
  margin-top: 2rem;
}





/*FORMULARIO POLITICA*/

.libro-de-reclamaciones.politicas-y-terminos  #libro-contenedor .fecha-actual input, .libro-de-reclamaciones.politicas-y-terminos #libro-contenedor .social input, .libro-de-reclamaciones.politicas-y-terminos #libro-contenedor .sucursal input, .libro-de-reclamaciones.politicas-y-terminos #libro-contenedor .contact-libro input{
width: 100%;
}
.libro-de-reclamaciones.politicas-y-terminos .contact-libro div:nth-child(2){
  width: 100%;
margin: 0;
}
.libro-de-reclamaciones.politicas-y-terminos .contact-libro div:nth-child(3){
  width: 100%;
  margin: 0;

}
.libro-de-reclamaciones.politicas-y-terminos .contact-libro div:nth-child(n+4) textarea.wpcf7-form-control.wpcf7-textarea{
  width: 100%;
}

.libro-de-reclamaciones.politicas-y-terminos #libro-contenedor .fecha-actual, .libro-de-reclamaciones.politicas-y-terminos  #libro-contenedor .social, .libro-de-reclamaciones.politicas-y-terminos #libro-contenedor .sucursal{
  margin: 0;
}


.section.reclamaciones.politicas-terminos .txto-container{
  display: flex;
  justify-content: flex-end;
}
.section.reclamaciones.politicas-terminos .txto-container h2{
  font-size: 48px;
  font-weight: bold;
  margin: 44px;
  max-width: 400px;
  /* font-family: 'Open Sans'; */
}

.section.reclamaciones.politicas-terminos .select2-container--open .select2-dropdown--above{
  margin-top: 35px;
}
.select2-container--open .select2-dropdown--above{
  margin-top: 35px;
}
.libro-de-reclamaciones.politicas-y-terminos .subcontenedor-infof {
  padding: 50px 90px 50px 0px;
}
.libro-de-reclamaciones.politicas-y-terminos .select2-container--open .select2-dropdown--below{
  margin-top: 5px;
}
.libro-de-reclamaciones.politicas-y-terminos .inicio-contacto{
  background: #fdfdfd00;
  margin-top: 115px;
  margin-bottom: 115px;
  display: none;
}
.libro-de-reclamaciones.politicas-y-terminos .subcontenedor-inicio-contacto .subcontenedor-form{
  padding: 90px 111px 0px 0px;
}
body .section.reclamaciones.politicas-terminos .contact-libro div p{
  margin-bottom: 0;
}

.libro-de-reclamaciones #libro-contenedor .fecha-actual span#fecha {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #191769;;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  width: 72% !important;
  height: 50px;
}
.libro-de-reclamaciones .contact-libro .terminos p span a {
  text-decoration: underline;
  color: #191769;
  font-weight: bold;
}

  
.superior-menu-desktop {
  background: transparent;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  display: block;
}

.nav-up {
  top: -40px;
  background: black;
  display: none;
}

@media (max-width: 1000px) {
  .libro-de-reclamaciones.politicas-y-terminos .subcontenedor-inicio-contacto .subcontenedor-form{
    padding: 0px 20px 20px 20px;
  }
  .libro-de-reclamaciones.politicas-y-terminos .inicio-contacto{
    margin-top: 0;
  }
  .is-navigation-open .navigation .menu{
    text-align: center;
  }
}

body.libro-de-reclamaciones.politicas-y-terminos .contact-libro > p{
  width: max-content;

}
@media (max-width: 600px) {
  .section.reclamaciones.politicas-terminos .txto-container h2{
    font-size: 35px;
    font-weight: bold;
    margin-left: 0;
    padding: 0 20px;
    text-align: center;
    font-family: 'Lato';

  }

  .libro-de-reclamaciones.politicas-y-terminos .contact-libro > p{
width: 100%;

  }
 
 
  .libro-de-reclamaciones.politicas-y-terminos  .section.reclamaciones section#contactanos{
    padding: 0px 0px 0px 0px;
  }
   .libro-de-reclamaciones.politicas-y-terminos .subcontenedor-infof{
    padding: 10px 0px 50px 0px;
  }
  .libro-de-reclamaciones.politicas-y-terminos .noticia h1{
    font-family: 'Lato';
  }
}



.subcontenedor-inicio-contacto .contacto-row1 fieldset textarea{
  font-family: 'Lato';
}

.subcontenedor-inicio-contacto .contacto-row1 > div input{
  font-family: 'Lato';

}

@media (max-width: 1000px){
  .libro-de-reclamaciones .contact-libro .radio, .libro-de-reclamaciones .contact-libro .terminos p span{
    width: 100% !important;
  }
  .libro-de-reclamaciones #libro-contenedor .fecha-actual span#fecha{
    width: 100% !important;
  }
}



.contenedor-tracking .botonF1{
  width: 100%;
  text-align: center;
  align-items: center;
}

/* Pagina 404 */
#contenedor_error_404 {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: linear-gradient(#191769d4 0%, #191769 50%);
}
#contenedor_error_404 a{
  color: white;
}

#contenedor_error_404 .fof {
  display: table-cell;
  vertical-align: middle;
}

#contenedor_error_404 .fof h1 {
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  animation: type 0.5s alternate infinite;
  color: white;
}

#contenedor_error_404 a{
  text-decoration: underline;
  font-size: 20px;
}

@keyframes type {
  from {
    box-shadow: inset -3px 0px 0px #ffffff;
  }
  to {
    box-shadow: inset -3px 0px 0px transparent;
  }
}
/* Pagina 404 */