/*.infopro{
  margin-top: 0px;
}

.flex-container-infobc {
  display: flex;
  flex-direction: row;
}

.flex-left{
  border: 1px solid #038C8C;
  width: 70%;
}

.perfilempresa{
  display: flex;
}

.contentquehacemos{
  flex: 1;
  padding: 5px;
  text-align: center;
}
.contentquehacemos h2 {
    color: #038C8C;
    font-weight: 600;
    margin-bottom: 10px;
}

.flex-right{
  width: 30%;
  background-color: #038C8C;
}*/

.infopro {
  margin-top: 0px;
}

.flex-container-infobc {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 15px; /* opcional para separación */
}

.flex-left {
  border: 1px solid #038C8C;
  flex: 1; /* 👈 esto reemplaza width: 70% */
}

.perfilempresa {
  display: flex;
}

.contentquehacemos {
  flex: 1;
  padding: 5px;
  text-align: center;
}

.contentquehacemos h2 {
  color: #038C8C;
  font-weight: 600;
  margin-bottom: 10px;
}

.flex-right {
  width: 30%; /* puede quedarse así */
  background-color: #038C8C;
}

#tarjeta1 { 
  position: absolute;
  animation: fade1 10s 3;
}

/*Mostrar estrella de calificacion*/

/*Fin Mostrar estrella de calificacion*/

@keyframes fade1 {
  0% {opacity: 1}
  15% {opacity: 1}
  30% {opacity: 0}
  70% {opacity: 0}
  85% {opacity: 1}
  100% {opacity: 1}
}

#tarjeta3 { 
  position: absolute;
  animation: fade 10s 3;
}

#tarjeta5 { 
   position: absolute;
}

#tarjeta6 { 
  animation: fade 10s 3;
}

@keyframes fade{
  0% {opacity: 1}
  15% {opacity: 1}
  30% {opacity: 0}
  70% {opacity: 0}
  85% {opacity: 1}
  100% {opacity: 1}
}

.contenedorbc{
  flex: 1;
  padding: 5px;
  text-align: center;
  border-right: 1px solid #038C8C;
}

.contenedorbc h2{
  color: #038C8C;
  font-weight: 600;
  margin-bottom: 20px;
}

/*La terjeta de usuarios*/
.contenedor-tarjeta-temporal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #038C8C;
}

.tarjeta-vista {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px;
  border: 2px solid #000;
  /*background-color: #f2f0e9;*/
  /*border-radius: 5px;*/
  /*width: calc(30% - 20px);*/
  max-width: 400px;
  min-width: 350px;
}

.tarjeta-nombre {
  text-align: center;
  margin:5px 1px 5px 1px;
  font-size: 20px;
}

.tarjeta-servicio {
  text-align: center;
  margin:15px 5px 5px 5px;
  font-size: 16px;
  font-weight: 600;
}

.tarjeta-foto {
    width: 30%;
    margin:5px;
}

.tarjeta-foto img {
    margin: 5px;
    object-fit: contain;
    border-radius: 50px;
    width: 75px;
}

.tarjeta-contenido {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.tarjeta-texto {
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 0px 0px 0px 10px;
}

strong {
    font-weight: 700;
}

.tarjeta-medios {
  margin:15px 5px 5px 5px;
}
.tarjeta-discurso {
  margin:15px 5px 5px 5px;
}

.bc {
  width: 100%;
  max-width: 450px;
  height: auto;
}

  /*.contenedorbc:hover .ladouno {
    opacity: 0;
  }
  .contenedorbc:hover .ladodos {
    opacity: 1;
  }*/

  #tarjeta1:hover {
    opacity: 0;
  }
  #tarjeta2:hover {
    opacity: 1;
    pointer-events: auto;
  }

.bc-vertical {
  width: 100%;
  max-width: 200px;
  height: auto;
}

/*sin tarjeta*/
 .mitexto {
  position: relative;
  border: 1px solid #cdcdcd;
  background-color: #FFFFFF;
  height: 200px;
  width: 425px;
  margin-top: 10px;
  padding-top: 20px;
  margin-left: 448px;
  background: url(../img/bc/grande/sintarjeta.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }  

 .descrip-area{ /*es un hr*/
   border:1px solid #F0EFEF;
   margin-top: 20px;
   margin-bottom: 20px;
 }

 .tel-area{ /*es un hr*/
   border:1px solid #F0EFEF;
   margin-bottom: 26px;
 }
/*fin sin tarjeta*/

/*.resumen {
  display: flex;
  justify-content: center;
  align-items: center;
}*/

.resumentext {
  /*color: #038C8C;*/
  padding: 10px;
  background-color: #FFFFFF;
  overflow:scroll;
  overflow-x:hidden;
  font-size: 18px;
  text-align: justify; 
}

.resumentext::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
  height: 20px;
}

.resumentext::-webkit-scrollbar-track {
  background: #FFF;        /* color of the tracking area */
}

.resumentext::-webkit-scrollbar-thumb {
  background-color: #F28705;    /* color of the scroll thumb */
  border-radius: 17px;       /* roundness of the scroll thumb */
  border: 8px solid #CCC;  /* creates padding around scroll thumb */
}

.acciones-cont{
  margin-top: 30px;
  text-align: center;
}

.acciones-cont h2{
  color: #F28705;
  font-weight: 600;
  margin-bottom: 20px;
}

.acciones{
  text-align: center;
  margin-bottom: 60px;
  background-color: #F28705;
  height: 60px;
}

.solconta {
  border-radius: 50px;
  width: 43px;
  height: 41px;
  margin: 10px 10px 20px 10px
}

.verweb {
  border-radius: 50px;
  width: 43px;
  height: 41px;
  margin: 0px 10px 10px 10px;
}

/*icono whatapp*/
.my-float {
  font-size: 42px;
}

.buttonacc{
    font-size: 22px;
    color: #FFF;
    background: none;
    cursor: pointer;
    border: 1px solid #fff;
    height: 30px;
    margin-top: 15px;
    width: fit-content;
    padding: 0px 15px 0px 15px;
}

.buttonacc:hover{
  background: rgba(255,255,255,0);
  border-bottom: 1px solid #086A87; 
}

.acciones h2{
  padding: 10px;
  color: #F28705;
  font-weight: 600;
}

/*Servicios relacionados*/
.servi-rel{
/*  background-color: #038C8C;*/
}

.titulo{
  color: #FFF;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  margin-top: 15px;
}

.containerbc-r{
  display:flex;
  justify-content:center;
}

.img-bc-rel{
  width: 100%;
  height: auto;
  max-width: 290px;
}

.descrip-right{
  color: #FFF;
  font-size: 16px;
}

.itembc{
  height:auto;
  padding:10px;
  margin:1px;
  color: #535656;
}
/*Fin Servicios relacionados*/

/*Inicio testimonios*/

.contenedor-testimonios {
  display: flex;
  flex-wrap: wrap;
}

.vista-testi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px;
  border: 2px solid #F28705;
  background-color: #FFF;
  border-radius: 5px;
  width: calc(30% - 20px);
  max-width: 300px;
}

.foto {
  width: 30%;
}

.foto img {
    margin: 5px;
    object-fit: contain;
    border-radius: 50px;
    width: 75px;
}

.contenido {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.nombre {
  font-weight: bold;
}

.cargo {
  font-style: italic;
  margin-top: 5px;
}

.texto {
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 0px 0px 0px 10px;
}

/****************/
/*Fin testimonios*/

/*contact-form-rpta */
/*.contact-form-rpta{
  background-color: #038C8C;
  width: 400px;
  border-radius: 10px;
  text-align: center;
  padding: 0px 40px 10px 40px;
}

button.btncloserpta {
    float: right;
    margin: -20px -12px 0px -20px;
    width: 35px;
    height: 35px;
    font-size: 35px;
    background-color: #038C8C;
    border-radius: 5px;
    opacity: 1;
    text-shadow: 0 0px 0;
    color: #F28705;
}

#form_rpta_usu{
  margin-top: -20px;
}*/

/*Fin contact-form-rpta*/

/*Aplica para todos los modal en infoproveedor*/
/*.modalinfo-content {
  margin: 40px auto;
  width: 30%;
  background-color: #038C8C;
  border-radius: 0px;
}

.btncto{
  padding: 10px 0px 0px 10px;
}*/

/*#modalOne .contact-form{
  margin: -37px 40px 0px 40px;
  text-align: center;
}*/
/* =============================================
   MODAL CONTACTAR PROVEEDOR (modalOne)
   ============================================= */

#modalOne .modal-content {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  background-color: #038C8C;
  color: #fff;
}

#modalOne .modal-body {
  padding: 35px 30px 40px;
}

/* Botón Cerrar */
#modalOne .close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 10;
  font-size: 32px;
  color: #F28705;
  opacity: 1;
}

#modalOne .close:hover {
  color: #fff;
  transform: scale(1.1);
}

/* Título */
#modalOne h1 {
  color: #FFF;
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
}

/* Campos */
#modalOne .form-field input,
#modalOne .form-field textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 25px;
  border: 2px solid #f0f0f0;
  font-size: 15px;
  margin-bottom: 18px;
  background: #fff;
  color: #333;
}

#modalOne .form-field textarea {
  resize: vertical;
  min-height: 120px;
}

#modalOne .form-field input:focus,
#modalOne .form-field textarea:focus {
  outline: none;
  border-color: #F28705;
  box-shadow: 0 0 0 3px rgba(242, 135, 5, 0.2);
}

/* Etiquetas */
#modalOne .form-field label {
  display: block;
  margin-bottom: 6px;
  color: #ddd;
  font-size: 14px;
}

/* Botón Enviar */
#modalOne .btn-enviar {
  width: 100%;
  max-width: 260px;
  margin: 15px auto 0;
  display: block;
  background-color: #F28705;
  color: #FFF;
  border: none;
  border-radius: 30px;
  padding: 8px 30px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

#modalOne .btn-enviar:hover {
  background-color: #d97604;
  transform: translateY(-2px);
}

/* Texto "¿Algún tema en especial?" */
.objetoaccion {
  color: #ddd;
  text-align: center;
  margin: 15px 0 10px;
  font-weight: 500;
}
/*fin modalOne*/

/* =============================================
   MODAL RESPONDER PREGUNTA (modalSeven)
   ============================================= */

#modalSeven .modal-content {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  background-color: #038C8C;
  color: #fff;
}

#modalSeven .modal-body {
  padding: 35px 30px 40px;
}

/* Botón Cerrar */
#modalSeven .close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 10;
  font-size: 32px;
  color: #F28705;
  opacity: 1;
}

#modalSeven .close:hover {
  color: #fff;
  transform: scale(1.1);
}

/* Título */
#modalSeven h1 {
  color: #FFF;
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
}

/* Campos de solo lectura */
#modalSeven input[readonly] {
  background-color: rgba(255,255,255,0.9);
  color: #333;
  cursor: default;
}

/* Campos normales */
#modalSeven .form-field input,
#modalSeven .form-field textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 25px;
  border: 2px solid #f0f0f0;
  font-size: 15px;
  margin-bottom: 18px;
  background: #fff;
  color: #333;
}

#modalSeven .form-field textarea {
  resize: vertical;
  min-height: 140px;
}

#modalSeven .form-field input:focus,
#modalSeven .form-field textarea:focus {
  outline: none;
  border-color: #F28705;
  box-shadow: 0 0 0 3px rgba(242, 135, 5, 0.2);
}

/* Etiquetas */
#modalSeven .form-field label {
  display: block;
  margin-bottom: 6px;
  color: #ddd;
  font-weight: 600;
}

/* Botón Enviar */
#modalSeven .btn-enviar {
  width: 100%;
  max-width: 260px;
  margin: 15px auto 0;
  display: block;
  background-color: #F28705;
  color: #FFF;
  border: none;
  border-radius: 30px;
  padding: 14px 30px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

#modalSeven .btn-enviar:hover {
  background-color: #d97604;
  transform: translateY(-2px);
}

/* Texto "Mensaje:" */
.objetoaccion {
  color: #ddd;
  text-align: center;
  margin: 15px 0 10px;
  font-weight: 500;
}
/*Fin modalSeven*/


#modalFour .contact-form{
  margin: -40px 40px 0px 40px;
  text-align: center;
}

#modalSix .contact-form{
/*  margin: -40px 40px 0px 40px;*/
  text-align: center;
}

#modalwa .contact-form{
  margin: -37px 40px 0px 40px;
  text-align: center;
}

/*#form_ep, #form_sc, #form_sc, #form_hc, #form_iframe, #form_cp h1{*/
.cal h1{  
  color: #FFF;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 10px;
}

.objetoaccion{
  color: #F28705;
}

#form_ep textarea, #form_sc textarea, #form_sc textarea, #form_hc textarea, #form_rptamcdeo_usu textarea {
  width: 300px;
  height: 100px;
  border-radius: 10px;
  color: #000;
  padding: 3px;
}

#form_ep .resultado, #form_sc .resultado, #form_sc .resultado, #form_hc .resultado{
  margin-top: 30px;
  color: #F0EFEF;
  text-align: center;
}

button.Enviarpregunta, button.Enviardatoscontacto, button.salva_hc, button.salva_cp, 
button.calfica-exp, button.salva_rpta, button.salva_rpta_mcdeo, button.Enviarwa {
    background-color: #F28705;
    color: #FFF;
    border-radius: 30px;
    width: 260px;
    height: 35px;
    border: 0px solid;
    font-size: 20px;
}

.areaclaifica{
  display: none;
  background-color: #FFF;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}

.enunciado{
  text-align: center;
  color: #F28705;
  margin-bottom: 15px;
}

.notas{
  font-size: 12px;
}

.miradio{
    accent-color: red; 
    border: 2px solid #F28705;
  }
/*****Fin modalOne****/



@media (max-width: 320px) {

  .flex-container-infobc {
    flex-direction: column;
    margin: 7px;
  }

  .flex-left {
    width: 100%;
  }

  .perfilempresa {
    flex-direction: column;
  }
  .contenedorbc {
    border: none;
  }

  .bc {
    width: 80%;
    max-width: 320px;
    height: auto;
  }

  .contentquehacemos {
    margin-top: 20px;
  }

  .buttonacc {
    width: 120px;
    font-size: 16px;
    margin: 0px;
    transition: background-color 0.3s ease;
    background-color: #038C8C;
  }

  .buttonacc:hover {
    background-color: #F28705; /* Cambia el color de fondo al pasar el cursor sobre el botón */
  }

  .vista-testi {
    width: calc(100% - 20px);
    max-width: 320px;
    margin-bottom: 50px;
  }

  .flex-left {
    border: none;
  }
  .flex-right {
    width: 95%;
    margin: 10px 10px 10px 10px;
  }

  .modalinfo-content {
    margin: 40px auto;
    width: 91%;
    background-color: #038C8C;
    border-radius: 0px;
  }

  #form_ep textarea {
    width: 210px;
  }

  #form_ep label {
    padding: 5px;
  }

  button.salva_cp {
    width: 182px;
  }

  button.Enviarpregunta {  
    width: 215px;
  }

  .areaclaifica {
    width: 100%;
  }

  #form_cp #testimonio {
    width: 95%;
  }

  #form_cp .form-field input {
    border: solid 2px #CCC;
  }

  button.calfica-exp {
    width: 200px;
  }
}

@media (min-width: 321px) and (max-width: 576px) {  
  .flex-container-infobc {
    flex-direction: column;
    margin: 7px;
  }

  .flex-left{
    width: 95%;
    border: none;
  }

  .perfilempresa{
    flex-direction: column;
  }

  .tarjeta-vista {
    min-width: 305px;
  }

  .contenedorbc {
    border:none;
  }

  .bc {
    max-width: 300px;
  }

  .mostrarimgHorizontal{
   max-width: 300px; 
  }

  .flex-right {
      width: 95%;
      margin: 10px 10px 10px 10px;
    }  

    .acciones {
      display: flex;
      margin-bottom: 25px;
      height: 65px;
    }

    .verweb {
      margin: 10px 10px 10px 10px;
    } 

  .buttonacc {
    width: 120px;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    border: 1px solid #F28705;
    padding: 10px 15px 0px 15px;
    margin: 10px;
    background-color: #4CAF50;
    transition: background-color 0.3s ease;
    background-color: #038C8C;
  }

  .buttonacc:hover {
    background-color: #038c8c; /* Cambia el color de fondo al pasar el cursor sobre el botón */
    border: 1px solid #FFF;
  }

  /*Aplica para todos los modal en infoproveedor*/
  .modalinfo-content {
    width: 83%;
    margin: 5px 5px 5px 30px;
  }

  .notascal{
    font-size: 12px;
    margin: 10px 10px 10px 10px;
  }
  
  .tablacal{
    width: 100%;
    border: 0px;
    text-align: center;
    padding: 2px;
  }

  .enunciado {
    width: 95%;
    margin-bottom: 15px;
  }

  .notas{
    font-size: 12px;
    color: #038C8C;
  }

  input[type="radio"] {
    margin: 3px 0 0;
    width: 12px;
    border: 2px solid #F28705;
  }

  .miradio {
    accent-color: red; 
    border: 2px solid #F28705;
  }

  button.calfica-exp {
    width: 150px;
    height: 26px;
    font-size: 18px;
  }

  .titulo {
    font-size: 20px;
  }

  .descrip-right {
    margin-left: 80px;
  }

  #form_ep textarea, #form_sc textarea, #form_sc textarea, #form_hc textarea {
    width: 270px;
    height: 100px;
    border-radius: 10px;
    color: #000;
    padding: 3px;
  }

  .mitexto{
    width: 385px;
    margin-left: 7px;
  }

  /*testimonios*/
  .vista-testi {
  width: calc(100% - 20px);
  max-width: 386px;
  margin-bottom: 50px;
  }

  .foto {
    width: 15%;
  }

  .foto img {
    border-radius: 60px;
  }

  .foto_test {
    height: auto;
    max-width: 75px;
  }
  .contenido {
    width: 85%;
  }

  .texto {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 0px 0px 0px 10px;
  }
  
  #form_ep textarea {
    width: 210px;
  }

  button.Enviarpregunta {  
    width: 215px;
  }

  button.salva_cp {
    width: 182px;
  }

  #form_ep textarea {
    width: 210px;
  }

  button.Enviarpregunta {  
    width: 215px;
  }

  .areaclaifica {
    width: 100%;
    margin-left: 0px;
  }

  #form_cp #testimonio {
    width: 95%;
  }

  #form_cp .form-field input {
    border: solid 2px #CCC;
  }

  button.calfica-exp {
    width: 200px;
  }
}


@media (min-width: 577px) and (max-width: 768px) {
   .flex-container-infobc {
    flex-direction: column;
    margin: 7px;
  }

  .flex-left{
    width: 95%;
    border: none;
  }

  .perfilempresa{
    flex-direction: column;
  }

  .tarjeta-vista {
    min-width: 305px;
  }

  .contenedorbc {
    border:none;
  }

  .bc {
    max-width: 300px;
  }

  .mostrarimgHorizontal{
   max-width: 300px; 
  }

  .flex-right {
      width: 95%;
      margin: 10px 10px 10px 10px;
    }  

    .acciones {
      display: flex;
      margin-bottom: 25px;
      height: 65px;
    }

    .verweb {
      margin: 10px 10px 10px 10px;
    } 

  .buttonacc {
    width: 120px;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    border: 1px solid #F28705;
    padding: 10px 15px 0px 15px;
    margin: 10px;
    background-color: #4CAF50;
    transition: background-color 0.3s ease;
    background-color: #038C8C;
  }

  .buttonacc:hover {
    background-color: #038c8c; /* Cambia el color de fondo al pasar el cursor sobre el botón */
    border: 1px solid #FFF;
  }

  /*Aplica para todos los modal en infoproveedor*/
  .modalinfo-content {
    width: 83%;
    margin: 5px 5px 5px 30px;
  }

  .notascal{
    font-size: 12px;
    margin: 10px 10px 10px 10px;
  }
  
  .tablacal{
    width: 100%;
    border: 0px;
    text-align: center;
    padding: 2px;
  }

  .enunciado{
    width: 95%;
    margin-bottom: 15px;
  }

  .notas{
    font-size: 12px;
    color: #038C8C;
  }

  input[type="radio"] {
    margin: 3px 0 0;
    width: 12px;
    border: 2px solid #F28705;
  }

  .miradio {
    accent-color: red; 
    border: 2px solid #F28705;
  }

  button.calfica-exp {
    width: 150px;
    height: 26px;
    font-size: 18px;
  }

  .titulo {
    font-size: 20px;
  }

  .descrip-right {
    margin-left: 80px;
  }

  #form_ep textarea, #form_sc textarea, #form_sc textarea, #form_hc textarea {
    width: 270px;
    height: 100px;
    border-radius: 10px;
    color: #000;
    padding: 3px;
  }

  .mitexto{
    width: 385px;
    margin-left: 7px;
  }

  /*testimonios*/
  .vista-testi {
  width: calc(100% - 20px);
  max-width: 386px;
  margin-bottom: 50px;
  }

  .foto {
    width: 15%;
  }

  .foto img {
    border-radius: 60px;
  }

  .foto_test {
    height: auto;
    max-width: 75px;
  }
  .contenido {
    width: 85%;
  }

  .texto {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 0px 0px 0px 10px;
  }

  #form_ep textarea {
    width: 210px;
  }

  button.Enviarpregunta {  
    width: 215px;
  }

  button.salva_cp {
    width: 182px;
  }

  #form_ep textarea {
    width: 210px;
  }

  button.Enviarpregunta {  
    width: 215px;
  }

  .areaclaifica {
    width: 100%;
    margin-left: 0px;
  }

  #form_cp #testimonio {
    width: 95%;
  }

  #form_cp .form-field input {
    border: solid 2px #CCC;
  }

  button.calfica-exp {
    width: 200px;
  } 
}

@media (min-width: 769px) and (max-width: 992px) {
 .flex-container-infobc {
    flex-direction: column;
    margin: 7px;
  }

  .flex-left{
    width: 95%;
    border: none;
  }

  .perfilempresa{
    flex-direction: column;
  }

  .tarjeta-vista {
    min-width: 305px;
  }

  .contenedorbc {
    border:none;
  }

  .bc {
    max-width: 300px;
  }

  .mostrarimgHorizontal{
   max-width: 300px; 
  }

  .flex-right {
      width: 95%;
      margin: 10px 10px 10px 10px;
    }  

    .acciones {
      display: flex;
      margin-bottom: 25px;
      height: 65px;
    }

    .verweb {
      margin: 10px 10px 10px 10px;
    } 

  .buttonacc {
    width: 120px;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    border: 1px solid #F28705;
    padding: 10px 15px 0px 15px;
    margin: 10px;
    background-color: #4CAF50;
    transition: background-color 0.3s ease;
    background-color: #038C8C;
  }

  .buttonacc:hover {
    background-color: #038c8c; /* Cambia el color de fondo al pasar el cursor sobre el botón */
    border: 1px solid #FFF;
  }

  /*Aplica para todos los modal en infoproveedor*/
  .modalinfo-content {
    width: 83%;
    margin: 5px 5px 5px 30px;
  }

  .notascal{
    font-size: 12px;
    margin: 10px 10px 10px 10px;
  }
  
  .tablacal{
    width: 100%;
    border: 0px;
    text-align: center;
    padding: 2px;
  }

  .enunciado{
    width: 95%;
    margin-bottom: 15px;
  }

  .notas{
    font-size: 12px;
    color: #038C8C;
  }

  input[type="radio"] {
    margin: 3px 0 0;
    width: 12px;
    border: 2px solid #F28705;
  }

  .miradio {
    accent-color: red; 
    border: 2px solid #F28705;
  }

  button.calfica-exp {
    width: 150px;
    height: 26px;
    font-size: 18px;
  }

  .titulo {
    font-size: 20px;
  }

  .descrip-right {
    margin-left: 80px;
  }

  #form_ep textarea, #form_sc textarea, #form_sc textarea, #form_hc textarea {
    width: 270px;
    height: 100px;
    border-radius: 10px;
    color: #000;
    padding: 3px;
  }

  .mitexto{
    width: 385px;
    margin-left: 7px;
  }

  /*testimonios*/
  .vista-testi {
  width: calc(100% - 20px);
  max-width: 386px;
  margin-bottom: 50px;
  }

  .foto {
    width: 15%;
  }

  .foto img {
    border-radius: 60px;
  }

  .foto_test {
    height: auto;
    max-width: 75px;
  }
  .contenido {
    width: 85%;
  }

  .texto {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 0px 0px 0px 10px;
  }

  #form_ep textarea {
    width: 210px;
  }

  button.Enviarpregunta {  
    width: 215px;
  }

  button.salva_cp {
    width: 182px;
  }

  #form_ep textarea {
    width: 210px;
  }

  button.Enviarpregunta {  
    width: 215px;
  }

  .areaclaifica {
    width: 100%;
    margin-left: 0px;
  }

  #form_cp #testimonio {
    width: 95%;
  }

  #form_cp .form-field input {
    border: solid 2px #CCC;
  }

  button.calfica-exp {
    width: 200px;
  } 
}

@media (min-width: 992px) and (max-width: 1199.98px) {
 .flex-container-infobc {
    flex-direction: column;
    margin: 7px;
  }

  .flex-left{
    width: 95%;
    border: none;
  }

  .perfilempresa{
    flex-direction: column;
  }

  .tarjeta-vista {
    min-width: 305px;
  }

  .contenedorbc {
    border:none;
  }

  .bc {
    max-width: 300px;
  }

  .mostrarimgHorizontal{
   max-width: 300px; 
  }

  .flex-right {
      width: 95%;
      margin: 10px 10px 10px 10px;
    }  

    .acciones {
      display: flex;
      margin-bottom: 25px;
      height: 65px;
    }

    .verweb {
      margin: 10px 10px 10px 10px;
    } 

  .buttonacc {
    width: 120px;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    border: 1px solid #F28705;
    padding: 10px 15px 0px 15px;
    margin: 10px;
    background-color: #4CAF50;
    transition: background-color 0.3s ease;
    background-color: #038C8C;
  }

  .buttonacc:hover {
    background-color: #038c8c; /* Cambia el color de fondo al pasar el cursor sobre el botón */
    border: 1px solid #FFF;
  }

  /*Aplica para todos los modal en infoproveedor*/
  .modalinfo-content {
    width: 83%;
    margin: 5px 5px 5px 30px;
  }

  .notascal{
    font-size: 12px;
    margin: 10px 10px 10px 10px;
  }
  
  .tablacal{
    width: 100%;
    border: 0px;
    text-align: center;
    padding: 2px;
  }

  .enunciado{
    width: 95%;
    margin-bottom: 15px;
  }

  .notas{
    font-size: 12px;
    color: #038C8C;
  }

  input[type="radio"] {
    margin: 3px 0 0;
    width: 12px;
    border: 2px solid #F28705;
  }

  .miradio {
    accent-color: red; 
    border: 2px solid #F28705;
  }

  button.calfica-exp {
    width: 150px;
    height: 26px;
    font-size: 18px;
  }

  .titulo {
    font-size: 20px;
  }

  .descrip-right {
    margin-left: 80px;
  }

  #form_ep textarea, #form_sc textarea, #form_sc textarea, #form_hc textarea {
    width: 270px;
    height: 100px;
    border-radius: 10px;
    color: #000;
    padding: 3px;
  }

  .mitexto{
    width: 385px;
    margin-left: 7px;
  }

  /*testimonios*/
  .vista-testi {
  width: calc(100% - 20px);
  max-width: 386px;
  margin-bottom: 50px;
  }

  .foto {
    width: 15%;
  }

  .foto img {
    border-radius: 60px;
  }

  .foto_test {
    height: auto;
    max-width: 75px;
  }
  .contenido {
    width: 85%;
  }

  .texto {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 0px 0px 0px 10px;
  } 
}
