html {
  /*font-size: 62.5%;*/
  }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /**/
}

body {
  font-size: 2rem;
  background-color: var(--gris-de-fondo);
  font-family: "Lato", sans-serif;
  /*overflow-x: scroll; hidden;*/
  background-color: rgba(243, 229, 209, 0.419);
  font-size: 1.4rem;
}

.contenedor-general {
  width: 60%;
  height: 100%;
  background-color: rgba(240, 255, 255, 0);
  margin: 4rem auto;
}

@media (max-width: 1300px) {
  .contenedor-general {
    width: 80%;
    height: 100%;
  }
}

@media (max-width: 900px) {
  .contenedor-general {
    width: 90%;
    height: 100%;
  }
}

.logo {
  width: 15rem;
  display: block;
  margin: 0 0 1.5rem auto;
  background-color: rgba(0, 255, 255, 0);
}

h1 {
  font-family: montserrat;
  font-weight: 400;
  color: rgba(21, 96, 120);
}

@media (max-width: 550px) {
  h1 {
    text-align: center;
  }
}

h2 {
  font-family: montserrat;
  font-weight: 300;
  color: rgba(21, 96, 120);
}

@media (max-width: 550px) {
  h2 {
    text-align: center;
  }
}

section {
  margin-top: 4rem;
}

a:link {
  text-decoration: none;
  color: rgba(21, 96, 120);
}
a:hover {
  color: rgba(21, 96, 120);
  text-shadow:
    -2px -2px 1px white,
    2px -2px 1px white,
    -2px 2px 1px white,
    2px 2px 1px white;
  transition: 0.9s;
}
a:visited {
  color: rgba(21, 96, 120);
}
a:active {
  color: rgba(21, 96, 120);
  text-shadow:
    -2px -2px 1px white,
    2px -2px 1px white,
    -2px 2px 1px white,
    2px 2px 1px white;
  transition: 0.9s;
}

/*Tarjeta de contacto__________________________________________________*/
.tarjeta-de-contacto {
  background-color: rgba(255, 255, 255, 0);
  width: fit-content;
  display: flex;
  gap: 2rem;
  align-items: center;
  font-family: montserrat;
  color: rgb(21, 95, 120);
  margin: 2rem 0 2rem 0;
}

@media (max-width: 600px) {
  .tarjeta-de-contacto {
    gap: 1rem;
  }
}

@media (max-width: 550px) {
  .tarjeta-de-contacto {
    flex-direction: column;
    margin: 0 auto 0 auto;
  }
}

.img-tres-lineas {
  height: 10rem;
  background-color: rgba(127, 255, 212, 0);
}

@media (max-width: 550px) {
  .img-tres-lineas {
    transform: rotate(90deg);
    height: 15rem;
    display: none;
  }
}

.div-foto-perfil {
  width: 8rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: rgba(127, 255, 212, 0);
  background-image: url(img-divorcios/foto-perfil-azul.webp);
  background-size: 100%;
  border: 0.3rem solid rgba(21, 95, 120, 0.618);
  filter: blur(0.5px);
}

.cuadro-de-datos-tarjeta {
  background-color: rgba(245, 245, 220, 0);
}

.nombre-tarjeta {
  font-weight: 600;
  background-color: rgba(240, 255, 255, 0);
  line-height: 1.5rem;
}

.sub-recuadro-datos {
  display: flex;
  gap: 0.7rem;
  margin: 0.5rem;
  background-color: rgba(127, 255, 212, 0);
}

.img-icono-contacto {
  height: 2rem;
  fill: rgba(21, 96, 120);
}
/*Texto_________________________________________________________________*/
p {
  line-height: 2.5rem;
  font-size: 1.4rem;
  text-align: justify;
  /*___hyphens: auto;___*/
}

@media (max-width: 440px) {
  p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.textos-destacados {
  font-weight: 800;
  color: rgba(21, 96, 120);
}

.textos-destacados:hover {
  text-shadow:
    -2px -2px 1px white,
    2px -2px 1px white,
    -2px 2px 1px white,
    2px 2px 1px white;
  transition: 0.9s;
}



/*Sección opciones_______________________________________________________*/

.seccion-alternativas-divorcio {
  height: 14rem;
}

@media (max-width: 761px) {
  .seccion-alternativas-divorcio {
    height: 24rem;
  }
}

@media (max-width: 507px) {
  .seccion-alternativas-divorcio {
    height: 35rem;
  }
}

@media (max-width: 434px) {
  .seccion-alternativas-divorcio {
    height: 38rem;
  }
}

.contenedor-opciones {
  margin: 2rem 0 2rem;
  display: flex;
  width: 60vw;
  height: fit-content;
  background-color: rgba(0, 255, 255, 0);
  justify-content: space-evenly;
  flex-wrap: wrap;
  position: absolute;
}

@media (max-width: 1300px) {
  .contenedor-opciones {
    width: 80vw;
  }
}

@media (max-width: 900px) {
  .contenedor-opciones {
    width: 90vw;
  }
}

.cuadro-seccion-opciones {
  height: 10rem;
  aspect-ratio: 1/0.7;
  background-color: rgba(41, 97, 97, 0.686);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.252);
}

@media (max-width: 900px) {
  .cuadro-seccion-opciones {
    margin: 0 0 1rem 0;
  }
}

.cuadro-seccion-opciones:hover {
  transform: scale(1.2);
  transition: 0.6s;
}

.cuadro-seccion-opciones:hover .img-opciones {
  filter: grayscale(0) brightness(1);
  transition: 0.6s;
}

.cuadro-seccion-opciones:hover .matiz-azul {
  background-color: rgba(25, 120, 152, 0);
  transition: 0.6s;
}

.img-opciones {
  height: 10rem;
  aspect-ratio: 1/0.7;
  background-color: aquamarine;
  position: absolute;
  /*filter: blur(1px);*/
  filter: grayscale(100%) brightness(1.2);
}

/*imagen1*/
.cuadro-seccion-opciones:nth-child(1) .img-opciones {
  background-image: url(img-divorcios/acuerdo2.webp);
  background-size: 100%;
}

/*imagen2*/
.cuadro-seccion-opciones:nth-child(2) .img-opciones {
  background-image: url(img-divorcios/unilateral2.webp);
  background-size: 130%;
}

/*imagen3*/
.cuadro-seccion-opciones:nth-child(3) .img-opciones {
  background-image: url(img-divorcios/culpa3.webp);
  background-size: 100%;
}

.matiz-azul {
  height: 10rem;
  aspect-ratio: 1/0.7;
  background-color: rgba(25, 120, 152, 0.485);
  position: absolute;
}

.bloque-texto {
  background-color: white;
  padding: 0 0 0 1rem;
  position: relative;
  top: 7rem;
}

.bloque-texto p {
  font-size: 1.2rem;
}
/*Sección preguntas frecuentes (Acordeon)_______________________________________________________*/

.ul-preguntas-frecuentes {
  list-style: none;
  color: rgba(21, 96, 120);
}

.titular-acordeon {
  margin: 0.5rem 0 0.5rem 0;
  padding: 1rem 0 1rem 2rem;
  border-top: 2pt solid rgba(21, 96, 120);
  border-bottom: 2pt solid rgba(21, 96, 120);
  line-height: 1.6rem;
  background-color: rgb(248, 238, 224);
  cursor: pointer;
}

@media (max-width: 450px){
  .titular-acordeon{
    font-size: 1.2rem;
  }

}

.flecha {
  height: 1rem;
  aspect-ratio: 1/1;
  margin: 0 1rem 0 0;
}

/*Contenido - despliegue acordeon:__________________________________________*/

.contenido {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  color: black;
  background-color: rgba(240, 255, 255, 0);
}

.contenido p{
  margin-bottom: 2rem;
  hyphens: auto;
}

.contenido ul{
  list-style:disc;
  margin-left: 3rem;
  margin-bottom: 2rem;
  line-height: 2.5rem;
  hyphens: auto;
}

.textos-destacados-2{
  font-weight: 1000;
  font-size: 1.45rem;
}

.textos-destacados-3{
  font-weight: 600;
  font-style:italic;
}

/*____________________________*/

/*seccion-evaluaciones______________________________________*/

.carousel {
  position: relative;
  width: 59vw;
  overflow: hidden;
  margin:2rem auto;
  border-radius: 20px;
  box-shadow: 1px 1px 2px black;
}

@media (max-width: 1300px) {
  .carousel {
    width: 80vw;
  }
}

@media (max-width: 900px) {
  .carousel {
    width: 90vw;
  }
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease;
  touch-action: pan-y;
}

.slide {
  min-width: 100%;
  height: 25rem;
  background: rgb(253, 250, 246);
  padding: 2rem 6rem 3rem 6rem;
  display: flex;
  flex-direction: column;
  align-items:baseline;
  justify-content:start;
  font-size: 2rem;*/
}

@media (max-width: 645px){
  .slide{
    height: 30rem;
    padding: 2rem 5rem 3rem 5rem;
  }
}

@media (max-width: 510px){
  .slide{
    height: 30rem;
    padding: 2rem 2rem 2rem 2rem;
  }
}

@media (max-width: 366px){
  .slide{
    height: 33rem;
    padding: 2rem 2rem 2rem 2rem;
  }
}

@media (max-width: 310px){
  .slide{
    height: 35rem;
    padding: 2rem 2rem 2rem 2rem;
  }
}

.texto-referencia{
 hyphens: auto;
}

@media (max-width: 760px) {
  .slide:nth-child(1) .texto-referencia{
    font-size: 1.2rem;
    line-height: 2rem;
    /*color: blue;*/
}
}



.button-carrusel {
  width: 3rem;
  aspect-ratio: 1/1;
  border: solid 3px rgba(91, 91, 94, 0.336);
  background-color: rgb(253, 250, 246);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #7b7878;
}
@media (max-width: 510px){
  .button-carrusel{
    display:none;
  }
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}

/*dots*/
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 10px;
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #bbb;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background: #333;
  transform: scale(1.2);
}

/*Interior del carrusel______________-*/

.nombre-reseña{
  font-weight: 800;
}

.estrellas-estaticas {
  color: gold;
  font-size: 2.5rem;
  text-shadow:
    -1px -1px 0px rgb(155, 98, 11),
    1px -1px 0px rgb(155, 98, 11),
    -1px 1px 0px rgb(155, 98, 11),
    1px 1px 0px rgb(155, 98, 11);
}

/*invitación a evaluar servicios_______________________*/
.invitacion-evaluar{
  width: fit-content;
  margin: 2rem auto 0 auto;
}

.boton-evaluacion-servicios{
  font-size: 1rem;
  display: block;
  margin:auto;
  padding:0.5rem;
  background-color: aliceblue;
  border-radius: 10px;
}


/*Estrellas interactivas_______________________________________________

.rating {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.rating input {
  display: none;
}

.rating label {
  font-size: 30px;
  color: gray;
  cursor: pointer;
}

.rating input:checked ~ label {
  color: gold;
}

.rating label:hover,
.rating label:hover ~ label {
  color: gold;
}
_________________________________*/


/*FOOTER_________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________*/

footer {
  width: 100%;
  background-color: rgba(21, 96, 120);
  height: fit-content;
  padding: 2rem 2rem 5rem 2rem;
  position: relative;
}

.logo-footer {
  height: 8rem;
  background-color: rgba(0, 255, 255, 0);
  width: fit-content;
  fill: white;
}

@media (max-width: 350px) {
  .img-logo-footer {
    height: auto;
    width: 80vw;
    margin: 0 auto 0 auto;
  }
}

.contenedor-footer {
  color: rgb(200, 208, 214);
  display: flex;
  gap: 3rem;
}

@media (max-width: 790px) {
  .contenedor-footer {
    display: block;
  }
}

footer a:link,
footer a:visited {
  color: white;
}
table {
  margin-top: 1.5rem;
  text-align: left;
}

th {
  display: inline-block;
  margin-bottom: 1rem;
}

td {
  margin-bottom: 1rem;
  padding-left: 3rem;
}

@media (max-width: 470px) {
  th {
    font-size: 1.2rem;
  }
  td {
    padding-left: 0.5rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 385px) {
  th {
    font-size: 1rem;
  }
  td {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  th {
    font-size: 0.7rem;
  }
  td {
    font-size: 0.7rem;
  }
}

.sub-contenedor-footer {
  margin-top: 2rem;
}

.copi-right {
  position: absolute;
  background-color: rgb(0, 0, 0);
  bottom: 0;
  left: 0;
  right: 0;
}

.copi-right p {
  padding: 0;
  margin: 0 auto 0 auto;
  height: fit-content;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(240, 248, 255, 0.561);
  font-size: 1.2rem;
}

.a-formulario-clientes:link,
.a-formulario-clientes:visited {
  color: rgb(232, 207, 168);
  border-radius: 5px;
  padding: 0 1rem 0 1rem;
  display: block;
}

@media (max-width: 415px) {
  .copi-right p {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  .copi-right p {
    font-size: 0.7rem;
  }
}

.img-logo-footer {
  height: 6rem;
}

.lista-de-accesorios h3 {
  font-weight: 600;
  color: white;
}
.lista-de-accesorios ul {
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}

.lista-de-accesorios ul a {
  color: rgb(200, 208, 214);
  display: block;
  margin-bottom: 0.5rem;
}

/*whatsapp flotante_________________________________________*/
.link-wsp-flotante {
  height: 6rem;
  width: 6rem;
  margin: 0;
  position: fixed;
  bottom: 1%;
  right: 5%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100%;
  display: inline;
}

.img-wsp-flotante {
  height: 4rem;
  background-color: white;
  border-radius: 100%;
}
