@import url("https://fonts.googleapis.com/css2?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");
@import url("../scss/fonts.css");


.circulopq {
  color: rgb(255, 255, 255);
  padding: 10px 10px;
  background-color: #c02f2f;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  table {
    width: 100%;
  }
  thead {
    display: none;
  }
  tr:nth-of-type(2n) {
    background-color: inherit;
  }
  tr td:first-child {
    
    font-weight: bold;
    font-size: 1.3em;
  }
  tbody td {
    display: block;
    text-align: center;
  }
  tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  table {
    display: block;
    overflow-x: auto;
  }
}

.bordes {
  width: 80%;
  height: 80%;
  padding: 8px 20px;
  margin-left: 30px;
  border: 10px solid rgb(65, 191, 54);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  padding: 10px;

  text-align: center;
}

.read-more-container {
  display: flex;
  flex-direction: column;
  color: #111;
  gap: 1rem;
}
video {
  width: 100%;
  height: 50%;
  
 
}
/* Y así se adaptaría al 100% del ancho de página (para webs móviles sería útil) */
video {
  width: 80%;
}

.containerf {
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  line-height: 1.4rem;
}

.containertt {
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  padding-top: 100px;
  /*padding-left: 50px;
  padding-right: 50px;*/
}

.containerta {
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
}

.container8 {
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  line-height: 1.4rem;
}

.container5{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 80px;
  background-color: rgb(255, 255, 255);
}


.read-more-btn {
  color: #0984e3;
}

.read-more-text {
  display: none;
}

.read-more-text--show {
  display: inline;
}

/*COVER*/


.ivideo {
  width: 120%;
  height: 100%;
  max-width: 1200px;
  max-height: 1000px;
}
/* Y así se adaptaría al 100% del ancho de página (para webs móviles sería útil) */
.ivideo {
  width: 100%;
}
.ivideo2 {
  width: 100%;
  height: 80%;
  max-width: 1200px;
  max-height: 1000px;
 
  padding-top: 50px;
  padding-left: 5px;
  padding-right: 5px;
 
}
/* Y así se adaptaría al 100% del ancho de página (para webs móviles sería útil) */
.ivideo2 {
  width: 100%;
}

.ivideo2 {
  width: 80%;
  height: 80%;
  max-width: 800px;
  max-height: 1000px;
}
/* Y así se adaptaría al 100% del ancho de página (para webs móviles sería útil) */
.ivideo2 {
  width: 100%;
}
@media (max-width: 768px) {
.ivideo2 {
  width: 80%;
  height: 100%;
  max-width: 800px;
  max-height: 1000px;
}
}


.cover {
  width: 100%;
  padding-bottom: 120px;
  font-family: "Poppins", sans-serif;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

/*WAVE INICIO*/

.button {
  border-radius: 50px;
  display: flex;
  height: 40px;
  padding: 0;
  background: #ffffff;
  border: none;
  outline: none;

  overflow: hidden;
  
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: black;
}

.button__text,
.button__icon {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: rgb(0, 0, 0);
  height: 100%;
}

.button__icon {
  font-size: 1.5em;
  background: rgba(243, 240, 240, 0.08);
}

@keyframes w1 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}


.buttone {
  border-radius: 50px;
  display: flex;
  height: 40px;
  padding: 0;
  background: #ffffff;
  border: none;
  outline: none;

  overflow: hidden;
  
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: black;
  margin-top: 10px;
}

.button__texte,
.button__icone {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: rgb(0, 0, 0);
  height: 100%;
}

.button__icone {
  font-size: 1.5em;
  background: rgba(243, 240, 240, 0.08);
}
@keyframes w2 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%,
  100% {
    transform: translateY(-25px);
  }
  50% {
    transform: translateY(10px);
  }
}

/*WAVE FINAL*/

.container__cover {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;

  *background-image: url(../images/background-cover.svg);
  background-size: cover;
  background-position: bottom;
}

.cover .container__info {
  max-width: 400px;
  margin-top: 40px;
  z-index: 2;
}

/*INICIO DE LAS CARD*/

.container__cardz {
  max-width: 1200px;
  padding: 2px;
  padding-bottom: 20px;
  margin: auto;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cardz {
  width: 250px;
  position: relative;
  margin: 20px;
  font-family: "Poppins", sans-serif;
  transition: all 300ms;
  border-radius: 20px;
}


.iconz {
  width: 100%;
  height: 220px;
  max-width: 1250%;
  background: linear-gradient(to right, #87fcd7, #00e492);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  text-align: center;
  transition: all 400ms cubic-bezier(0.5, 0, 0, 1);
  border-radius: 20px;
}
.iconz .circuloc {
  color: rgb(255, 255, 255);
  padding: 10px 10px;
  background-color: #ffffff;
  text-align: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.iconz .circulocc {
  color: rgb(191, 20, 20);
  padding: 10px 10px;
  background-color: #ffffff;
  text-align: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.iconz i {
  font-size: 150px;
  color: rgb(255, 255, 255);
  transition: all 400ms cubic-bezier(0.5, 0, 0, 1);
}
.iconz a {
  font-size: 20px;
  color: #fff;
  transition: all 400ms cubic-bezier(0.5, 0, 0, 1);
}


.icona {
  font-size: 20px;
  color: #fff;
  transition: all 400ms cubic-bezier(0.5, 0, 0, 1);
  padding-right: 30px;
}
.iconz p {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-family: var(--font-primary);
  text-align: center;
}

.iconz h3 {
  font-family: var(--font-primary);
  margin: 0 auto;
  font-size: 30px;
  color: rgb(255, 255, 255);
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 10;
  margin: auto;
  transition: all 400ms cubic-bezier(0.5, 0, 0, 1);
}


.iconz .button3 {
  margin: 0 auto !important;
  border-radius: 50px;
  display: flex;
  height: 35px;
  padding: 0;
  background: #ffffff;
  border: none;
  outline: none;

  overflow: hidden;
 
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: rgb(0, 0, 0);
}

.iconz .button__text3,
.iconz .button__icon3 {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: rgb(0, 0, 0);
  height: 100%;
  font-size: 15px;

}

.iconz .button__icon3 {
  font-size: 1.5em;
  
}

/*:::Boton-Modal:::*/
.boton-modal {
    background-color: rgb(255, 255, 255);
  }
  .boton-modal label {
    padding: 10px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 50px;
    cursor: pointer;
    transition: all 300ms ease;
  }
   .boton-modal label:hover {
    background-color: #185e83;
  }
  /*:::Fin Boton-Modal:::*/
  
  /*:::Ventana Modal:::*/
    #btn-modal {
    display: none;
  }
   .container-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(144, 148, 150, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
   #btn-modal:checked ~ .container-modal {
    display: flex;
  }
   .content-modal {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    padding: 80px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
  }
  .content-modal h2 {
    margin-bottom: 15px;
  }
   .content-modal p {
    padding: 15px 0px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
  .content-modal .btn-cerrar {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
  }
   .content-modal .btn-cerrar label {
    padding: 7px 10px;
    background-color: #5488a3;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms ease;
  }
   .content-modal .btn-cerrar label:hover {
    background-color: #185e83;
  }
  .cerrar-modal {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  @media screen and (max-width: 800px) {
    .content-modal {
      width: 90%;
      display: block;
      overflow-x: auto;
    }
  }
  /*:::Fin Ventana Modal:::*/