/*
Theme Name: Metapath Theme
Author: Diego Cruz
Description: Tema personalizado para Metapath.
Version: 1.0
*/

#wpadminbar {
  display: none;
}

*,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
  margin: 0px!important;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

main {
  padding-top: 140px;
}

/* tag values */
h1{
  font-family: "monument";
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 1px;
  margin: 0;
}
h2{
  font-family: "monument";
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
}
h3{
  font-family: "monument";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
}
p{
  font-family: "neue43";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
}
a{
  text-decoration: none;
  letter-spacing: 1px;
  word-break: break-word;
  overflow-wrap: break-word;
  all: unset;
  cursor: pointer;
}
span{
  font-family: "neue43";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
td {
  font-family: "neue43";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
}
button{
  all: unset;
  cursor: pointer;
}

@media (max-width: 600px) {
  p {
    font-size: 16px;
    cursor: pointer;
  }
  td {
    font-size: 16px;
  }
}

/* tag values *//*button*/
.button{
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  color: var(--white);
  font-size: 18px;
  font-family: "neue43";
  gap: 7px;
  font-weight: 200;
  cursor: pointer;
}
.iconButton {
  fill:  var(--white);
  transition: all 0.3s ease;
}
.button:hover {
  color: var(--secondary);
}
.button:hover .iconButton{
  fill: var(--secondary);
}

.buttonVarTwo{
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  color: var(--white);
  font-size: 18px;
  font-family: "neue43";
  gap: 7px;
  font-weight: 200;
}
.iconButtonVarTwo {
  fill:  var(--white);
  transition: all 0.3s ease;
}
.buttonVarTwo:hover {
  color: var(--primary);
}
.buttonVarTwo:hover .iconButtonVarTwo{
  fill: var(--primary);
}

.buttonVarThree{
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  color: var(--white);
  font-size: 18px;
  font-family: "neue43";
  gap: 10px;
  font-weight: 200;
}
.buttonVarThree svg{
  fill: var(--white);
  width: 22px; 
  height: 22px;
}
.buttonVarThree:hover {
  color: var(--primary);
}
.buttonVarThree svg:hover{
  fill: var(--primary);
}
.buttonVarThree:hover svg{
  fill: var(--primary);
}

.buttonVarFour{
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  color: var(--secondary);
  font-size: 18px;
  font-family: "neue43";
  gap: 7px;
  font-weight: 600;
  cursor: pointer;
}
.iconButtonVarFour {
  fill:  var(--secondary);
  transition: all 0.3s ease;
}
.buttonVarFour:hover {
  color: var(--primary);
}
.buttonVarFour:hover .iconButtonVarFour{
  fill: var(--primary);
}

.buttonVarFive{
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  color: var(--primary);
  font-size: 18px;
  font-family: "neue43";
  gap: 7px;
  font-weight: 600;
  cursor: pointer;
}
.iconButtonVarFive {
  fill:  var(--primary);
  transition: all 0.3s ease;
}
.buttonVarFive:hover {
  color: var(--secondary);
}
.buttonVarFive:hover .iconButtonVarFive{
  fill: var(--secondary);
}

.marginIcon{
  margin-bottom: 6px;
}

/* color palette */
:root {
  --primary: #EE3E36;
  --secondary: #531CB2;
  --tertiary: #660000;
  --complementary: #3A0842;
  --clear:#BFCDE0;
  --white: #ffffff;
  --black: #000000;
  --grey: #6E6F71;
}

/* fonts */
@font-face {
  font-family: "neue43";
  src: url("fonts/Helvetica Neue LT Std 43 Light Extended.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "neue53";
  src: url("fonts/Helvetica Neue LT Std 53 Extended.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "monument";
  src: url("fonts/MonumentExtended-Regular.otf") format("opentype");
  font-display: swap;
}

/* navbar */
#navbar{
  position: fixed;
  z-index: 100;
  width: 100%;
}
.navbarSectionOne{
  width: 100%;
  height: 70px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 4.8px 20px 0px rgba(32,32,32,0.3);
}
.navbarSectionTwo{
  width: 100%;  
  display: flex;
  justify-content: space-between;
  padding: 0px 100px;
  box-shadow: 1px 4.8px 20px 0px rgba(32,32,32,0.3);
  background-color: var(--secondary);
}
.contactoNavBar{
  display: flex;
  gap: 25px;
}
#navbar ul{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 17px;
  font-size: 18px;
  list-style: none;
  font-family: "neue43";
  padding: 25px 0px;
  margin: 0;
}
#navbar ul a{
  color: var(--white);
  font-weight: 400;
}
.linkNavBar{
  display: flex;
  gap: 4px;
}
.barsLinks{
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
}
.barOne{
  background-color: var(--primary);
  width: 13px;
  height: 3px;
}
.barTwo{
  background-color: var(--primary);
  width: 4px;
  height: 3px;
  transition: all 0.5s ease;
}
.linkNavBar:hover .barTwo{
  width: 13px;
   height: 3px
}

/* navbar Responsive */
#navbarResponsive{
  display: none;
  box-shadow: 1px 4.8px 20px 0px rgba(32,32,32,0.3);
}
.hamburguerButton{
  display: none;
} 
#menuResponsive{
  background-color: var(--secondary);
  font-size: 18px;
  list-style: none;
  font-family: "neue43";
  width: 100%;
  margin: 0;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 140px;
  max-height: 0px;
  transition: max-height 0.5s ease;
  box-shadow: 1px 4.8px 20px 0px rgba(32,32,32,0.3);
}
#menuResponsive ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border-radius: 0px 0px 10px 10px;
  color: var(--white);
  font-size: 18px;
  list-style: none;
  font-family: "neue43";
  width: 100%;
  margin: 0;
  max-height: 0px;
  padding: 0;
  margin: 0;
}
#menuResponsive ul a{
  color: var(--white);
  padding: 8px 0px;
}
#navbar a.active-nav {
  color: #F84F47;
}
.linkNavBarTwo{
  display: flex;
  gap: 4px;
}
.barsLinksTwo{
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
}
.barOne2{
  background-color: var(--primary);
  width: 13px;
  height: 3px;
}
.barTwo2{
  background-color: var(--primary);
  width: 4px;
  height: 3px;
  transition: all 0.5s ease;
}
.linkNavBarTwo:hover .barTwo2{
  width: 13px;
  height: 3px;
}
#menuResponsive.open ul{
  max-height: 300px;
}
#menuResponsive.open{
  padding: 20px 0px;
  display: block;
  max-height: 300px;
}

@media (max-width: 1172px) {
  #navbar ul{
    display: none;
  }
  .buttonVarThree{
    display: none;
  }
  #navbarResponsive{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 70px;
    background-color: var(--secondary);
    padding: 0px 15px 15px 0px;
    transition: max-height 0.5s ease;
  }
  #navbarResponsive.color{
    background-color: var(--primary);
  }
  .hamburgerMenu{
    width: 30px;
    height: 10px;
    cursor: pointer;
    transition: max-height 0.5s ease;
  }
  .hamburgerMenu span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--white);
    margin-top: 6px;
    margin-bottom: 6px;
    transform-origin: 0px 100%;
    transition: all 300ms;
  }
  .activeLineOneMenu{
    transform: rotate(45deg) translate(-2px, 3.9px); 
  }
  .activeLineTwoMenu{
    opacity: 0;
    margin-left: -30px; 
  }
  .activeLineThreeMenu{
    transform: rotate(-45deg) translate(-4px, 2.8px);
  }
}

/* footer */
footer{
  display: flex;
  background-color: var(--primary);
  justify-content: space-between;
  padding: 35px 10%;
  align-items: end;
}
.menuFooter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.textureFooter{
  width: 100%;
  height: 15px;
  background-size: cover;
  background-position: top;
}
.linksFooter {
  display: flex;
}
.linksFooter ul{
  display: flex;
  gap: 25px;
  font-family: "neue43";
  font-size: 15px;
  color: var(--white);
}
.linksFooter ul a{
  color: var(--white);
  transition: all 0.7s ease;
}
.linksFooter ul a:hover{
  color: var(--secondary);
}
.footerInfo{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: end;
  color: var(--white);
}
.footerInfo p:nth-of-type(1){
  font-family: "monument";
  font-size: 14px;
}
.footerInfo p:nth-of-type(2){ 
  font-size: 15px;
}
.phone-link {
  text-decoration: none;
  font-weight: normal; 
  font-family: "neue43";
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}
.contentSocialNetworks{
  display: flex;
  gap: 26px;
}
.contentSocialNetworks svg{
  fill: var(--white);
  transition: all 0.7s ease;
}
.contentSocialNetworks svg:nth-of-type(1):hover{
  fill: var(--secondary);
}
.contentSocialNetworks svg:nth-of-type(2):hover{
  fill: var(--secondary);
}
.contentSocialNetworks svg:nth-of-type(3):hover{
  fill: var(--secondary);
}
.callToActionMobile{
  display: none;
}

@media (max-width: 1172px) {
  .callToActionMobile{
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0px;
    padding: 20px 0px;
    background-color: var(--secondary);
    transition: all 0.7s ease;
    width: 100%;
    z-index: 5;
  }
  .buttoncallTo{
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    color: var(--white);
    font-size: 18px;
    font-family: "neue43";
    gap: 10px;
    font-weight: 200;
  }
  .buttoncallTo svg{
    fill: var(--white);
    width: 22px; 
    height: 22px;
  }
}
@media (max-width: 1172px) {
  footer{
    flex-direction: column;
    justify-content: center;
    padding: 35px 0px 97px 0px;
    align-items: center;
    gap: 40px;
  }
  .footerInfo{
    align-items: center;
  }
}
@media (max-width: 556px) {
  .textureFooter {
    width: 130%;
    height: 10px;
  }
  .linksFooter ul {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .footerInfo p{ 
    text-align: center;
  }
  .menuFooter {
    align-items: center;
 }
}

/* quick contact */
.quick-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 57px;
  height: 187px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0px;
  border-radius: 10px;
  background-color: #e24840;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}
.quick-contact.quick-contact-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.quick-contact svg{
  fill: var(--white);
  transition: all 0.4s ease;
}
.svg-whats svg:hover {
  fill: var(--secondary);
} 
.svg-face svg:hover {
  fill: var(--secondary);
} 
.svg-insta svg:hover {
  fill: var(--secondary);
} 

@media (max-width: 1172px) {
  .quick-contact {
    display: none;
  }
}

/* home - header */
.headerConteiner{
  width: 100%;
  padding: 80px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
}
.conteinerContent{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 25px;
  width: 50%;
  padding: 0% 10%;
}
.conteinerTitleHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 8px;
}
.conteinerContent h1 {
  font-size: 22px;
  text-align: left;
  color: var(--white);
}
.conteinerContent h2{
  font-size: 18px;
  text-align: left;
  color: var(--white);
}
.line-header {
  width: 100%;
  height: 1px;
  border: none;
  background-color: var(--white);
}
.conteinerContent p{
  color: var(--white);
}
.conteinerImagesHeader{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 15px;
  padding-left: 6.3%;
}
.conteinerImagesHeaderOne{
  display: flex;
  justify-content: end;
  gap: 15px ;
}

.ImageOneHeader{
  width: 132px;
  height: 234px;
  border-radius: 80px;
  transition: all 0.7s ease;
  overflow: hidden;
}
.ImageOneHeader img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ImageOneHeader:hover{
  width: 520px;
}
.ImageOneHeader:hover ~ .Image2Header{
  width: 132px;
}
.ImageTwoHeader {
  width: 520px;
  height: 234px;
  border-radius: 80px;
  overflow: hidden;
  transition: all 0.7s ease;
}
.ImageTwoHeader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ImageThreeHeader{
  width: 156px;
  height: 234px;
  border-radius: 80px 0px 0px 80px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: all 0.7s ease;
}
.ImageThreeHeader img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ImageThreeHeader:hover{
  width: 310px;
}
.conteinerImagesHeaderOne{
  display: flex;
  justify-content: end;
  gap: 15px ;
}
.ImageFourHeader{
  width: 667px;
  height: 234px;
  border-radius: 80px;
  overflow: hidden;
  transition: all 0.7s ease;
   position: relative;
}
.ImageFourHeader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.ImageFiveHeader{
  width: 156px;
  height: 234px;
  border-radius: 80px 0px 0px 80px;
  overflow: hidden;
  transition: width 0.7s ease;
}
.ImageFiveHeader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.ImageFiveHeader:hover{
  width: 310px;
}
.ImageFiveHeader:hover ~ .Image4Header{
  width: 156px;
}

@media (min-width: 800px) and (max-width: 1049px) {
  .conteinerContent{
    padding: 0% 3%;
  }
  .conteinerImagesHeader{
    padding-left: 3%;
  
  }
  .ImageOneHeader{
    width: 250px;
  }
}
@media (max-width: 796px) {
  .headerConteiner{
    flex-direction: column;
    padding: 40px 0px;
    gap: 50px;
  }
  .conteinerContent{
    gap: 25px;
    width: 100%;
    padding: 0% 5%;
    align-items: center;
    text-align: center;
  }
  .conteinerContent h1{
    font-size: 18px;
    text-align: center;
  }
  .conteinerContent h2 {
    font-size: 16px;
    text-align: center;
  }
  .conteinerImagesHeader{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding: 0% 5%;
  }
  .ImageThreeHeader {
    width: 156px;
    height: 234px;
    border-radius: 80px;
  }
  .ImageFiveHeader {
    border-radius: 80px;
  }
}

/* home - section info general */
.sectionInfoGeneral{
  width: 100%;
  padding: 80px 0px;
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  gap: 70px;
  justify-content: center;
  align-items: center;
}
.sectionInfoGeneral h2, h3{
  color: var(--white);
}
.contentSectionInfoGenera{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
.containerStudies{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0px 40px 25px 40px;
  gap: 25px;
  background: linear-gradient(0deg, rgba(58,8,66,1) 0%, rgba(255,255,255,0) 30%);
}
.studieOne{
  width: 360px;
  height: 582px;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 40px;
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
  position: relative;
  opacity: 1;
}
.studieOne h3{
  text-align: start;
}
.studieOne div:nth-of-type(2){
  display: flex;
  justify-content: start;
}
.studieOne:hover{
  background-image: none;
  background-color: var(--secondary);
  transform: scale(1.01);
  opacity: 0.9;
}
.studieOne::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
  border-radius: 40px;
}
.studieOne:hover::before {
  opacity: 1;
}
.studieTwo {
  width: 360px;
  height: 582px;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 40px;
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
  position: relative;
  opacity: 1;
}
.studieTwo h3{
  text-align: start;
}
.studieTwo div:nth-of-type(2){
  display: flex;
  justify-content: start;
}
.studieTwo:hover{
  background-image: none;
  background-color: var(--secondary);
  transform: scale(1.01);
  opacity: 0.9;
}
.studieTwo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
  border-radius: 40px;
}
.studieTwo:hover::before {
  opacity: 1;
}
.studieThree{
  width: 360px;
  height: 582px;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 40px;
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
  position: relative;
  opacity: 1;
}
.studieThree h3{
  text-align: start;
}
.studieThree div:nth-of-type(2){
  display: flex;
  justify-content: start;
}
.studieThree:hover{
  background-image: none;
  background-color: var(--secondary);
  transform: scale(1.01);
  opacity: 0.9;
}
.studieThree::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
  border-radius: 40px;
}
.studieThree:hover::before {
  opacity: 1;
}
.card-hover {
  font-size: 18px;
  font-family: "neue43";
  text-align: left;
  color: var(--white);
  padding-top: 150px;
}

@media (max-width: 485px) {
  .card-hover {
    padding-top: 120px;
  }
}

@media (min-width: 200px) and (max-width: 1218px) {
  .contentSectionInfoGenera {
    display: flex;
    padding: 0px 5%;
  }
  .ImageOneHeader {
    width: 250px;
  }
  .ImageThreeHeader{
    width: 250px;
  }
  .ImageFiveHeader{
    width: 250px;
  } 
}
@media (min-width: 200px) and (max-width: 485px) {
  .sectionInfoGeneral {
    padding: 40px 0px;
  }
  .contentSectionInfoGenera {
    gap: 35px;
  }
  .sectionInfoGeneral h2{
    font-size: 20px;
  }
  .sectionInfoGeneral h3{
    font-size: 15px;
  }
  .containerStudies{
    padding: 0px 5% 25px 5%;
  }
  .studieOne{
    width: 300px;
    height: 490px;
  }
  .studieTwo{
    width: 300px;
    height: 490px;
  }
  .studieThree{
    width: 300px;
    height: 490px;
  }
}

/* home - section studies */
.sectionStudies {
  width: 100%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
}
.contentSectionStudies {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
.sectionStudies h2 {
  color: var(--primary);
}
.containerStudiesTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.cardStudies{
  width: 360px;
}
.cardStudies h3:nth-of-type(1) {
  font-family: "monument";
  text-align: left;
}
.cardStudies p {
  font-size: 18px;
}
.imgStudieOne{
  width: 360px;
  height: 310px;
  background-size: cover;
  background-position: center;
  border-radius: 40px 40px 0px 0px;
}
.imgStudieTwo{
  width: 360px;
  height: 310px;
  background-size: cover;
  background-position: center;
  border-radius: 40px 40px 0px 0px;
}
.imgStudieThree{
  width: 360px;
  height: 310px;
  background-size: cover;
  background-position: center;
  border-radius: 40px 40px 0px 0px;
}
.imgStudieFour{
  width: 360px;
  height: 310px;
  background-size: cover;
  background-position: center;
  border-radius: 40px 40px 0px 0px;
}
.contentCardStudie{
  background-color: var(--secondary);
  color: var(--white);
  font-size: 18px;
  letter-spacing: 1px;
  padding: 20px 0px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  height: 240px;
  gap: 10px;
}
.contentRed{
  margin-top: 2px;
  width: 360px;
  height: 65px;
  background-color: var(--primary);
  border-radius: 0px 0px 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentRed p{
  font-size: 18px;
  color: var(--white);
  font-family: "monument";
}

@media (min-width: 484px) and (max-width: 1240px) {
  .sectionStudies {
    padding: 40px 0%;
  }
}
@media (min-width: 200px) and (max-width: 485px) {
  .sectionStudies {
    padding: 40px 5%;
  }
  .sectionStudies h2{
    font-size: 20px;
  }
  .contentSectionStudies {
    gap: 35px;
  }
  .cardStudies{
    width: 300px;
  }
  .imgStudieOne{
    width: 300px;
  }
  .imgStudieTwo{
    width: 300px;
  }
  .imgStudieThree{
    width: 300px;
  }
  .imgStudieFour{
    width: 300px;
  }
  .imgStudieFive{
    width: 300px;
  }
  .cardStudies p{
    font-size: 16px;
  }
  .contentRed{
    width: 300px;
  }
}

/* home - section diagnoses */
.sectionDiagnoses {
  width: 100%;
  height: 100%;
  padding: 80px 0px;
  display: flex;
  justify-content: center;
  gap: 40px;
  background-color: var(--black);
}
.containerOneDiagnoses {
  display: flex;
  place-self: flex-end;
  width: 516px;
  height: 100%;
}
.containerOneDiagnoses h2 {
  font-size: 55px;
  text-align: left;
  color: var(--primary);
}
.imgDiagnosesOne {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 413px;
  height: 706px;
  padding: 45px 15px 0px 15px;
  gap: 8px;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.imgDiagnosesOne::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(115, 115, 155, 0.0) 0%,
    rgba(83, 28, 178, 0.8) 100%
  );
  z-index: 1;
}
.imgDiagnosesOne p { 
  position: relative;
  text-align: center;
  font-family: "monument";
  color: var(--white);
  z-index: 2;
}
.imgDiagnosesOne p:nth-of-type(1) {
  font-size: 30px; 
}
.imgDiagnosesOne p:nth-of-type(2) { 
  font-size: 22px; 
}
.containerTwoDiagnoses {
  width: 322px;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.imgDiagnosesTwo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 378px;
  padding: 0px 8px 35px 8px;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 1;
}
.imgDiagnosesTwo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(115, 115, 155, 0.0) 0%,
    rgba(83, 28, 178, 0.8) 100%
  );
  z-index: 1;
}
.imgDiagnosesTwo p { 
  font-size: 19px;
  position: relative;
  text-align: center;
  font-family: "monument";
  color: var(--white);
  z-index: 2;
}
/* animación iconos Diagnoses */
.imgDiagnosesOne:hover::after,
.containerTwoDiagnoses:hover::after {
  opacity: 1;
  transform: scale(1);
}
.imgDiagnosesOne::after,
.containerTwoDiagnoses::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary);
  border-radius: 40px;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.35s ease;
  z-index: 3;
}
.imgDiagnosesOne .hover-icon,
.containerTwoDiagnoses .hover-icon {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center; 
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.35s ease;
  z-index: 4;
}
.imgDiagnosesOne:hover .hover-icon,
.containerTwoDiagnoses:hover .hover-icon {
  opacity: 1;
  transform: scale(1);
}
.hover-icon svg {
  width: 95px;
  height: 95px;
  fill: var(--white);
  animation: pulse 1.8s infinite ease-in-out;
  shape-rendering: geometricPrecision;
  backface-visibility: hidden;
  transform: translateZ(0);
  background: transparent;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1); opacity: 0.9; }
}

@media (max-width: 1370px) {
  .sectionDiagnoses {
    flex-direction: column;
    align-items: center;
    padding: 40px 5%;
  }
  .containerOneDiagnoses {
    width: 100%;
  }
  .containerOneDiagnoses h2 {
    text-align: center;
  }
  .imgDiagnosesOne {
    width: 100%;
  }
  .containerTwoDiagnoses {
    width: 100%;
  }
}

@media (max-width: 1370px) and (min-width: 460px) {
  .imgDiagnosesOne {
    height: 250px;
    justify-content: center;
    padding: 0px 15px;
  }
  .imgDiagnosesOne::before {
    background: linear-gradient(to top, rgba(83, 28, 178, 0.8) 0%, rgba(83, 28, 178, 0.6) 100%);
  }
  .imgDiagnosesTwo {
    height: 160px;
    justify-content: center;
    padding: 0px 8px;
  }
  .imgDiagnosesTwo p {
    font-size: 22px;
  }
  .imgDiagnosesTwo::before {
    background: linear-gradient(to bottom, rgba(83, 28, 178, 0.8) 0%, rgba(83, 28, 178, 0.6) 100%);
  } 
}

@media (max-width: 1040px) {
  .containerOneDiagnoses h2 {
    font-size: 36px;
  }
}

@media (max-width: 459px) { 
  .imgDiagnosesOne::before {
    background: linear-gradient(to top, rgba(115, 115, 115, 0) 0%, rgba(83, 28, 178, 0.9) 100%);
  }
  .imgDiagnosesTwo::before {
    background: linear-gradient(to bottom, rgba(115, 115, 115, 0) 0%, rgba(83, 28, 178, 0.9) 100%);
  }
}

@media (max-width: 666px) {
  .sectionDiagnoses {
    gap: 20px;
  }
  .containerOneDiagnoses h2 {
    font-size: 25px;
  }
  .imgDiagnosesOne {
    height: 555px;
    padding: 30px 15px 0px 15px;
  }
  .imgDiagnosesOne p:nth-of-type(1) {
    font-size: 25px;
  }
  .imgDiagnosesOne p:nth-of-type(2) {
    font-size: 18px;
  }
  .imgDiagnosesTwo {
    height: 300px;
    padding: 0px 8px 25px 8px;
  }
  .imgDiagnosesTwo p { 
    font-size: 18px;
  }
}

/* home - section innovation*/
.sectionInnovation {
  width: 100%;
  display: flex;
  background-color: #ff0808;
}
.contentOneSecInnovation {
  width: 33.3%; 
  height: 850px;
  display: flex;
  align-items: flex-end; 
  justify-content: center;
  position: relative; 
  overflow: hidden; 
  padding: 100px 0;
  background: linear-gradient(0deg, rgba(58,8,66,1) 0%, rgba(67,30,118,1) 35%, rgba(83,28,178,1) 100%);
}
.textOne {
  font-family: "monument";
  font-size: 35px;
  color: var(--white);
  position: absolute; 
  bottom: 100px; 
  left: 50%; 
  transform: translate(-50%, 0); 
  transition: all 0.5s ease;
}
.textTwo {
  font-size: 20px;
  color: var(--white);
  position: absolute; 
  top: calc(100% + 20px); 
  left: 50%; 
  transform: translate(-50%, 0); 
  opacity: 0; 
  transition: all 0.5s ease 0.5s; 
  text-align: center;
  width: 80%;
}
.contentOneSecInnovation:hover .textOne {
  transform: translate(-50%, -100%); 
  bottom: 80%;
}
.contentOneSecInnovation:hover .textTwo {
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.contentOneSecInnovation:not(:hover) .textOne {
  bottom: 100px;
  transform: translate(-50%, 0);
}
.contentOneSecInnovation:not(:hover) .textTwo {
  top: calc(100% + 20px);
  opacity: 0;
  transform: translate(-50%, 0);
}
.contentTwoSecInnovation {
  width: 33.4%;
  height: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 80px 0px 80px;
  gap: 30px;
  background-size: cover;
  background-position: center;
}
.contentTwoSecInnovation p {
  font-size: 20px;
  color: var(--white);
  text-align: center;
}

@media (min-width: 200px) and (max-width: 1170px) {
  .sectionInnovation {
    flex-direction: column;
  }
  .contentOneSecInnovation {
    width: 100%;
    height: 700px;
  }
  .contentTwoSecInnovation {
    width: 100%;   
    height: 740px;
  }
  .textOne {
    font-size:30px;
  }
  .textTwo {
    font-size:18px;
  }
}
@media (min-width: 400px) and (max-width: 1170px) {
  .contentTwoSecInnovation {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 200px) and (max-width: 450px) {
  .contentTwoSecInnovation {
    padding: 100px 20px 0px 20px;
  }
  .contentTwoSecInnovation p {
    font-size: 18px;
  }
}

/* sec call to action */
.secCallTo {
  position: relative;
  width: 100%;
  height: 900px;
}
.conteinerBackgroundSecCall {
  width: 100%;
  height: 100%;
  display: flex;
}
.imgBackOneSecCall {
  width: 72%;
  height: 100%;
  object-fit: cover;
}
.imgBackTwoSecCall{
  width: 28%;
  height: 100%;
  padding: 40px 0px 40px 40px;
  background-color: var(--complementary);
}
.backSecCall {
  width: 100%;
  height: 100%;
  padding: 40px 0px 40px 40px;
  background: linear-gradient(to right, rgba(83, 28, 178, 100) 0%, rgba(58, 8, 66, 0) 100%);
}
.imgBackTwo {
  width: 100%;
  height: 100%;
}
.imgBackTwo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cardSecCallTo {
  position: absolute;
  top: 50%;
  left: 72%;
  transform: translate(-50%, -50%);
  width: 445px;
  height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 28px;
  border-radius: 40px;
  color: var(--white);
  gap: 30px;
  background-color: var(--secondary);
}
.cardSecCallTo h2 {
  text-align: start;
  font-size: 23px;
}
.cardSecCallTo p {
  font-size: 18px;
}

@media (max-width: 870px) {
  .secCallTo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5%;
    background-size: cover;
    background-position: center;
  }
  .conteinerBackgroundSecCall {
    display: none;
  }
  .cardSecCallTo {
    position: unset;
    background-color: rgb(83, 28, 178, .9);
  }
  .cardSecCallTo {
    position: unset;
    transform: unset;
  }
}

@media (max-width: 460px) {
  .cardSecCallTo {
    width: 100%;
    height: 445px;
  }
  .cardSecCallTo h2 {
    font-size: 18px;
  }
  .cardSecCallTo p {
    font-size: 16px;
  }
}

/* home - section map */
.sectionMap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0px;
  gap: 45px;
  background-color: var(--white);
}
.titleSectionMap{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.titleSectionMap p{
  color: var(--secondary);
  font-weight: 600;
  text-align: center;
}
.sectionMap h2{
  color: var(--primary);
}
.textSecMap{
  color: var(--primary);
  font-family: "neue43";
  font-size: 20px;
  text-align: center;
  padding-top: 40px;
  font-weight: 600;
}
.textSecMap p{
  font-weight: 600;
}
.textSecMap a{
  color: var(--secondary);
}
.textSecMap a:hover{
  color: var(--primary);
}
.linkIcon:hover svg{
  fill: var(--primary);
}
.textSecMap svg{
  width: 23px;
  height: 23px;
  fill: var(--secondary);
}
.linkIcon{
  display: inline-flex;
  align-items: center;
  gap: 8px; 
}
.containerCoverage{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
.MapCoverage{
  position: relative;
  width: 750px;
  height: 490px;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center;
}
.statesCoverage{
  display: flex;
  gap: 30px;
}
.statesCoverage ul{
  color: var(--secondary);
  font-family: "neue43";
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.statesCoverage li{
  cursor: pointer;
  transition: color 0.3s ease;
}
.statesCoverage li:hover {
  color: var(--primary);
}
.coverageCard{
  width: 170px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: absolute;
  top: 33%;
  left: 82%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.coverageCard.show {
  opacity: 1;
  visibility: visible;
}
.coverageCard img{
  width: auto;
  height: 145px;
  border-radius: 40px 40px 0px 0px;
}
.coverageCardContentOne{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  padding: 20px 20px;
  border-radius: 0px 0px 40px 40px;
}
.coverageCardContentOne p{
  font-family: "neue43";
  font-size: 16px;
  color: var(--white);
  text-align: center;
}
.coverageCardContentOne svg{
  width: 55px;
}
.mapImage {
  position: absolute;
  top: 56.7%;
  left: 39.2%;
  width: 21px;
  opacity: 0; 
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageShow {
  opacity: 1; 
}
.mapImageTwo {
  position: absolute;
  top: 74%;
  left: 42.5%;
  width: 13px;
  opacity: 0; 
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageTwoShow {
  opacity: 1;
}
.mapImageThree {
  position: absolute;
  top: 37.8%;
  left: 28.8%;
  width: 50px; 
  opacity: 0; 
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageThreeShow {
  opacity: 1;
}
.mapImageFour {
  position: absolute;
  top: 61%;
  left: 41.3%;
  width: 49.5px; 
  opacity: 0;
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageFourShow {
  opacity: 1; 
}
.mapImageFive {
  position: absolute;
  top: 62.4%;
  left: 51.7%;
  width: 28.2px; 
  opacity: 0;
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageFiveShow {
  opacity: 1; 
}
.mapImageSix {
  position: absolute;
  top: 71.1%;
  left: 56.4%;
  width: 24px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageSixShow {
  opacity: 1;
}
.mapImageSeven {
  position: absolute;
  top: 63.3%;
  left: 56%;
  width: 18.4px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageSevenShow {
  opacity: 1;
}
.mapImageEight {
  position: absolute;
  top: 63.6%;
  left: 65.2%;
  width: 61.6px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageEightShow {
  opacity: 1;
}
.mapImageNine {
  position: absolute;
  top: 81.5%;
  left: 65.4%;
  width: 56.5px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageNineShow {
  opacity: 1;
}
.mapImageTen {
  position: absolute;
  top: 64.9%;
  left: 58.7%;
  width: 21.4px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageTenShow {
  opacity: 1;
}
.mapImageEleven {
  position: absolute;
  top: 71.6%;
  left: 47.5%;
  width: 44px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageElevenShow {
  opacity: 1;
}
.mapImageTwelve {
  position: absolute;
  top: 38.8%;
  left: 36.8%;
  width: 56.7px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageTwelveShow {
  opacity: 1;
}
.mapImageThirteen {
  position: absolute;
  top: 73.3%;
  left: 59.1%;
  width: 4.4px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.mapImageThirteenShow {
  opacity: 1;
}

@media (min-width: 200px) and (max-width: 1145px) {
  .containerCoverage{
    flex-direction: column;
  }
}
@media (min-width: 200px) and (max-width: 779px) {
  .sectionMap{
    padding: 40px 0px;
    gap: 35px;
  }
  .containerCoverage {
    gap: 35px;
  }
  .MapCoverage{
    position: relative;
    width: 100%;
    height: 225px;
  }
  .titleSectionMap h2{
    font-size: 20px;
  }
  .titleSectionMap p{
    font-size: 18px;
  }
  .textSecMap p{
    font-size: 18px;
  }
  .statesCoverage li{
    font-size: 18px;
  }
  .coverageCard{
    width: 75px;
    top: 33%;
    left: 82%;
    transform: translate(-50%, -50%);
  }
  .coverageCard img{
    height: 65px;
    border-radius: 20px 20px 0px 0px;
  }
  .coverageCardContentOne {
    padding: 10px 15px;
    border-radius: 0px 0px 20px 20px;
  }
  .coverageCardContentOne p{
    font-size: 9px;
  }
  .mapImage {
    top: 55.6%;
    width: 8px; 
    opacity: 0;
  }
  .mapImageShow {
    opacity: 1; 
  }
  .mapImageTwo {
    top: 70%;
    width: 5px;
    opacity: 0;
  }
  .mapImageTwoShow {
    opacity: 1;
  }
  .mapImageThree {
    top: 39.8%;
    width: 18.5px; 
    opacity: 0;
  }
  .mapImageThreeShow {
    opacity: 1;
  }
  .mapImageFour {
    top: 59.3%;
    width: 19px; 
    opacity: 0;
  }
  .mapImageFourShow {
    opacity: 1; 
  }
  .mapImageFive {
    top: 60.2%;
    width: 10.5px; 
    opacity: 0;
  }
  .mapImageFiveShow {
    opacity: 1; 
  }
  .mapImageSix {
    top: 67.7%;
    width: 9px;
    opacity: 0;
  }
  .mapImageSixShow {
    opacity: 1;
  }
  .mapImageSeven {
    top: 61.1%;
    width: 6.4px;
    opacity: 0;
  }
  .mapImageSevenShow {
    opacity: 1;
  }
  .mapImageEight {
    top: 61.3%;
    width: 23.7px;
    opacity: 0;
  }
  .mapImageEightShow {
    opacity: 1;
  }
  .mapImageNine {
    top: 76.4%;
    width: 21.5px;
    opacity: 0;
  }
  .mapImageNineShow {
    opacity: 1;
  }
  .mapImageTen {
    top: 62.7%;
    width: 7.6px;
    opacity: 0;
  }
  .mapImageTenShow {
    opacity: 1;
  }
  .mapImageEleven {
    top: 67.7%;
    width: 16.8px;
    opacity: 0;
  }
  .mapImageElevenShow {
    opacity: 1;
  }
  .mapImageTwelve {
    top: 40.6%;
    width: 20.7px;
    opacity: 0;
  }
  .mapImageTwelveShow {
    opacity: 1;
  }
  .mapImageThirteen {
    top: 69.3%;
    width: 2.1px;
    opacity: 0;
  }
  .mapImageThirteenShow {
    opacity: 1;
  }
}

/* home - section contents */
.sectionContents {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 80px 0px;
  gap: 35px;
  background-color: var(--black);
}
.contentMainSecContents {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.contentFlexEnd{
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: end;
}
.contentAllContents{
  display: flex;
  gap: 25px;
}
.titleContents{
  width: 387px;
  height: 554px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  padding: 0px 35px;
  transition: all 0.7s ease;
}
.titleContents h2{
  font-family: "monument";
  font-size: 35px;
  color: var(--white);
  text-align: center;
}
.titleContents p{
  font-size: 18px;
  color: var(--white);
  text-align: center;
}
.titleContents:hover{
  filter: brightness(1.12);
}
.contentContents{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentContentsRowOne{
  display: flex;
  gap: 20px;
}
.CardOneContents{
  width: 397px;
  height: 147px;
  padding: 0px 40px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 15px;
  border-radius: 40px; 
}
.CardOneContents{
  background-color: var(--complementary);
  transition: all 0.7s ease;
}
.CardOneContents:hover{
  background-color: #5E1969;
}
.CardTwoContents{
  width: 397px;
  height: 147px;
  padding: 0px 40px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 15px;
  border-radius: 40px; 
}
.CardTwoContents{
  background-color: var(--secondary);
  transition: all 0.7s ease;
}
.CardTwoContents:hover{
  background-color: #7138D3;
}
.contentContentsRowOne h3{
  font-family: "neue43";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0;
}
.contentContentsRowOne p, .CardTwoContents p{
  font-family: "neue43";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
   margin: 0;
}
.contentContentsRowTwo{
  display: flex;
  gap: 20px;
}
.CardThreeContents{
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  width: 483px;
  height: 387px;
  color: var(--white);
  text-align: center;
  gap: 15px;
  padding: 0px 35px;
  transition: all 0.7s ease;
}
.CardThreeContents:hover{
  filter: brightness(1.25);
}
.CardThreeContents h3{
  font-family: "monument";
  font-size: 25px;
}
.CardThreeContents p{
  font-size: 18px;
}
.contentContentsLastColm{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.CardFourContents{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  width: 310px;
  height: 182px;
  gap: 15px;
  padding: 0px 35px;
  transition: all 0.7s ease;
}
.CardFourContents:hover{
  filter: brightness(1.09);
}
.CardFourContents h3{
  font-size: 20px;
  color: var(--white);
  font-family: "monument";
  text-align: center;
}
.CardFourContents p{
  font-size: 18px;
  color: var(--white);
}
.CardFiveContents{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 182px;
  border-radius: 40px;
  background-color: var(--tertiary);
  background-size: cover;
  background-position: center;
  color: var(--white);
  gap: 15px;
  padding: 0px 35px;
  transition: all 0.7s ease;
}
.CardFiveContents:hover{
  background-color: #880F0F;
}
.CardFiveContents h3{
  font-size: 20px;
  font-family: "neue43";
  text-align: center;
}
.CardFiveContents p{
  font-size: 18px;
}

@media (min-width: 200px) and (max-width: 1254px) {
  .contentAllContents{
    flex-direction: column;
  }
  .titleContents {
    width: 100%;
    height: 250px;
    background-position: top;
  } 
}
@media (min-width: 200px) and (max-width: 829px) {
  .sectionContents {
    padding: 40px 3% 40px 3%;
  }
  .contentContentsRowOne {
    flex-direction: column;
    align-items: center;
  }
  .contentContentsRowOne a{
    width: 100%;
  }
  .CardOneContents{
    width: 100%;
  }
  .CardTwoContents{
    width: 100%;
  }
  .contentContentsRowTwo {
    flex-direction: column;
    align-items: center;
  }
  .contentFlexEnd {
    align-items: center;
  }
  .titleContents{
    width: 100%;
  }
  .titleContents h2 {
    font-size: 22px;
  }
  .contentContentsLastColm div:nth-of-type(1) {
    width: 100%;
  }
  .CardFiveContents {
    width: 100%;
  }
  .contentContentsRowTwo div:nth-of-type(1) {
    width: 100%;
  }
}
@media (min-width: 200px) and (max-width: 385px) {
  .titleContents {
    width: 335px;
  }
  .contentAllContents {
    align-items: center;
  }
  .contentContentsLastColm {
    align-items: center;
  }
    .contentContentsRowOne div {
      width: 100%;
  }
    .contentContentsLastColm a{
      width: 100%;
  }
  .contentContentsRowTwo h3 {
      font-size: 18px;
  }
  .CardFiveContents {
      width: 100%;
  }
  .titleContents h2{
    font-size: 30px;
  }
}

/* page estudios */
.conteinerStudiesMain{
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 70px;
  background-color: var(--secondary);
  background-repeat: no-repeat;
  background-position-y:bottom;
  background-position-x: right;
  background-size: contain;
}
.conteinerStudiesAll{
  width: 100%;
  min-height: 1500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 80px 150px;
  gap: 45px;
  background-color: var(--white);
  border-radius: 40px;
}
.conteinerStudies{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.conteinerStudies h1{
  color: var(--primary);
}
.conteinerStudies p{
  text-align: center;
}
.conteinerInputs{
  display: flex;
  align-items: center;
  gap: 25px;
}
/* -------------- */
.input {
  width: 100%;
  height: 30px;
  padding: 0 40px 0 15px;
  box-sizing: border-box;
  border: 1px solid var(--grey);
  font-family: "neue43";
  border-radius: 20px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}
input:focus {
  border-color: var(--primary);
  color: var(--black);
  outline: none;
}
input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
}
.inputStyle {
  position: relative;
  width: 285px;
  height: auto;
}
.inputIcon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.menuStudies {
  position: relative;
  width: 235px;
  font-family: "neue43";
}
.menuStudiesToggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 15px;
  border: 1px solid var(--grey);
  border-radius: 20px;
  background-color: var(--white);
  cursor: pointer;
  font-size: 15px;
  color: var(--black);
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.menuStudiesToggle:focus {
  border-color: var(--primary);
  outline: none;
}
.menuStudiesToggle option:hover {
  background-color: var(--primary);
}
.IconMenuStudies {
  transition: transform 0.4s ease;
  position: absolute;
  right: 10px; 
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; 
}
.menuStudiesToggle option {
  background-color: #FFEBEA;
}
.menuStudies.open .IconMenuStudies {
  transform: translateY(-50%) rotate(180deg);
}
.ConteinerButtonsStudies{
  display: flex;
  gap: 20px;
}
.conteinerstudiesCards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 25px;
  gap: 35px;
}
.studieCard {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 250px;
  min-height: 245px;
}
.studieCardInfo{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
  min-width: 250px;
  gap: 8px;
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 40px 40px 0px 0px;
  padding: 23px 20px;
  text-align: end;
}
.studieCardInfo h2{
  font-size: 14px;
  text-align: end;
}
.studieCardInfo p{
  font-size: 15px;
  text-align: end;
}
.studieCardInfo p:nth-of-type(2){
  font-size: 13px;
}
.studieCardButton{
  height: 65px;
  border-radius: 0px 0px 40px 40px;
  background-color: var(--primary);
}
.pagination{
  display: flex;
  gap: 15px;
  font-family: "neue43";
}
.pagination button{
  font-family: "monument";
  color: var(--primary);
  transition: all 0.5s ease;
}
.pagination button:hover{
  color: var(--secondary);
}

@media (min-width: 200px) and (max-width: 1612px) {
  .conteinerStudiesMain{
    background-image: none!important;
  }
}
@media (min-width: 1089px) and (max-width: 1259px) {
  .conteinerStudiesAll {
    padding: 80px 60px;
 }
}
@media (min-width: 200px) and (max-width: 1088px) {
  .conteinerStudies{
    align-items: center;
  }
  .conteinerInputs{
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .menuStudies {
    width: 285px;
  }
  .conteinerStudiesMain{
    padding: 40px 3%;
  }
  .conteinerStudiesAll {
    padding: 40px 3%;
 }
}
@media (min-width: 200px) and (max-width: 927px) {
  .conteinerstudiesCards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
    gap: 20px;
}
  .conteinerStudiesAll {
    gap: 35px;
    border-radius: 40px;
    align-items: center;
  }
  .ConteinerButtonsStudies{
    width: 100%;
    justify-content: space-around;
  }
}
@media (min-width: 200px) and (max-width: 420px) {
  .pagination{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* page facturacion */
.conteinerFacturacion {
  display: flex;
  align-items: center;
 }
.contentFacturacion {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 2% 0px 2%;
  gap: 20px;
  text-align: center;
}
.contentFacturacion h1{
  color: var(--primary);
}
.conteinerFacturacion img{
  width: 65%;
 }
 .contentFacturacion a{
  color: var(--secondary);
  font-weight: 600;
 }
 .contentFacturacion p{
  color: var(--primary);
  font-weight: 600;
 }
 .linkIconTwo svg{
  width: 23px;
  height: 23px;
  fill: var(--secondary);
}
 .linkIconTwo{
   display: inline-flex;
   align-items: center;
   gap: 8px; 
 }
 .linkIconTwo:hover svg{
  fill: var(--primary);
}
.linkIconTwo:hover {
  color: var(--primary);
}

@media (min-width: 200px) and (max-width: 800px) {
  .conteinerFacturacion {
    flex-direction: column;
    padding: 80px 0px 0px 0px;
    gap: 80px;
   }
   .contentFacturacion {
    width: 100%
  }
  .conteinerFacturacion img{
    width: 100%;
   }
}
@media (min-width: 200px) and (max-width: 500px) {
  .conteinerFacturacion {
    padding: 40px 0px 0px 0px;
    gap: 25px;
  }
  .contentFacturacion h1{
    font-size: 20px;
  }
  .contentFacturacion p{
    font-size: 18px;
  }
}

/*page nosotros section one*/
.nosotrosSecOne{
  width: 100%;
  display: flex;
  background-color: var(--primary);
}
.nosotrosSecOne img{
  width: 70%;
}
.nosotrosSecOne div{
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0px 4.5%;
}
.nosotrosSecOne h1{
  font-family: "monument";
  color: var(--white);
  text-align: start;
  font-size: 40px;
}
.nosotrosSecOne p{
  color: var(--white);
  text-align: start;
}
.nosotrosSecOne p{
  font-family: "neue43";
  font-size: 20px;
}

@media (min-width: 200px) and (max-width: 1180px) {
  .nosotrosSecOne div{
    padding: 0px 1%;
  }
 }
 @media (min-width: 200px) and (max-width: 1027px) {
  .nosotrosSecOne{
    display: flex;
    flex-direction: column;
  }
  .nosotrosSecOne div{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
    padding: 80px 25%;
  }
  .nosotrosSecOne img{
    width: 100%;
  }
 }
 @media (min-width: 200px) and (max-width: 715px) {
  .nosotrosSecOne{
    display: flex;
    flex-direction: column;
  }
  .nosotrosSecOne div{
    padding: 40px 3%;
  }
  .nosotrosSecOne h1{
    font-size: 30px;
  }
  .nosotrosSecOne p{
    font-family: "neue43";
    font-size: 18px;
  }
  .nosotrosSecOne img{
    width: 100%;
  }
 }

 /*page nosotros section two*/
.nosotrosSecTwo{
  display: flex;
 }
 .nosotrosSecTwo img{
  display: none;
 }
 .nosotrosConteinerContent{
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 120px;
  padding: 190px 14%;
 }
 .imgNosotrosSecTwo{
  width: 40%;
  background-size: cover;
  background-position: top;
 }
 .nosotrosContentSecTwo{
  display: flex;
  flex-direction: column;
  gap: 15px;
 }
.nosotrosContentSecTwo h2{
  font-family: "monument";
  color: var(--primary);
  font-size: 25px;
  text-align: start;
}
.nosotrosContentSecTwo p{
  font-family: "neue43";
  font-size: 18px;
  text-align: start;
}

@media (min-width: 200px) and (max-width: 1699px) {
  .imgNosotrosSecTwo{
    background-position: left;
   }
 }
 @media (min-width: 200px) and (max-width: 1000px) {
  .nosotrosSecTwo{
    flex-direction: column;
   }
   .nosotrosContentSecTwo h2{
    font-size: 20px;
  }
  .nosotrosContentSecTwo p{
    font-size: 15px;
  }
  .nosotrosConteinerContent{
    width: 100%;
    padding: 50px 5%;
    gap: 50px;
   }
   .imgNosotrosSecTwo{
    display: none;
   }
   .nosotrosSecTwo img{
    display: block;
   }
 }

 /* nosotros section three */
 .nosotrosSecThree{
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  padding: 575px 320px 100px 0px;
  background-color: var(--secondary);
  background-size: 1300px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
 }
.contentNosotrosSecThree{
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--white);
}
.contentNosotrosSecThree h2{
  font-family: "monument";
  text-align: start;
  font-size: 40px;
}

@media (min-width: 1001px) and (max-width: 1330px) {
  .nosotrosSecThree{
    background-size: 1000px;
    padding: 431px 20% 100px 0px;
   }
   .contentNosotrosSecThree{
    width: 60%;
  }
}
@media (min-width: 200px) and (max-width: 1000px) {
  .nosotrosSecThree{
    background-size: 0px;
    padding: 40px 5%;
   }
   .contentNosotrosSecThree{
    width: 100%;
    gap: 20px;
  }
  .contentNosotrosSecThree h2{
    font-size: 30px;
  }
  .contentNosotrosSecThree p{
    font-size: 18px;
  }
}

/* page blog */
.postMain {
  display: flex;
  justify-content: end;
  background-color: var(--primary);
  color: var(--white);
}
.contentPostMain {
  width: 82%;
  display: flex;
  align-items: end;
  flex-direction: column;
  padding: 80px 0px 60px 0px;
}
.imgPostMain {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.infoPostMain {
  display: flex;
  gap: 120px;
  padding: 55px 0px;
}
.contentTitlePostMain {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentTitlePostMain h1 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contentTitlePostMain p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contentExtractoPostMain {
  width: 38%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contentExtractoPostMain p { 
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.extractoSec {
  font-family: "monument";
  font-size: 19px;
}

@media (min-width: 200px) and (max-width: 1050px) {
  .postMain {
    justify-content: center;
  }
  .contentPostMain {
    width: 100%;
    align-items: center;
    padding: 80px 3% 60px 3%;
  }
  .infoPostMain {
    gap: 40px;
    padding: 55px 0px;
    flex-direction: column;
  }
  .imgPostMain {
    width: 100%;
    height: 600px;
  }
  .contentTitlePostMain {
    width: 100%;
  }
  .contentExtractoPostMain {
    width: 100%;
  }
}
@media (min-width: 200px) and (max-width: 550px) {
  .postMain {
    justify-content: center;
  }
  .contentPostMain {
    padding: 40px 5% 0px 5%;
  }
  .infoPostMain {
    padding: 55px 0px;
  }
  .imgPostMain {
    width: 100%;
    height: 230px;
  }
  .contentTitlePostMain h1{
    font-size: 20px;
  }
  .contentTitlePostMain p{
    font-size: 16px;
  }
}

/* seccion recents blog */
.recentSection {
  width: 100%;
  padding: 120px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.recentSection h2 {
  color: var(--primary);
  text-align: left; 
}
.contentMainRsecentSection {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.conteinerRecentPost {
  display: flex;
  gap: 60px;
}
.postRecentMain {
  width: 700px;
}
.postRecentMain img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center; 
}
.reciente-amplio h3 {
    font-size: 1.9rem;
    color: #d70000;
    margin-top: 15px;
}
.reciente-amplio .extracto {
    margin-top: 8px;
    max-width: 420px;
}

/* posts recent sec */
.conteinerRecentSec {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.postRecentMain {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.postRecentMainInfo h3 {
  text-align: left; 
  color: var(--primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.postRecentMainInfo p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.postRecentMainInfo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.postRecentMainInfo span {
  font-size: 16px;
  color: var(--grey);
}
.postRecentSec {
  display: flex;
  gap: 35px;
}
.infoPostRecentSec {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.infoPostSecTitle {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.infoPostSecLink {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.postRecentSec img {
  width: 200px;
  height: 180px;
  object-fit: cover;
  object-position: center;  
}
.infoPostRecentSec h3 {
  font-size: 15px;
  text-align: left;
  color: var(--primary);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.infoPostRecentSec p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.infoPostRecentSec span {
  font-size: 15px;
  color: var(--grey);
}

@media (max-width: 1350px) { 
  .conteinerRecentPost {
    flex-wrap: wrap;
    width: 100%;
  }
  .recentSection {
    padding: 120px 8%;
  }
  .infoPostRecentSec {
    width: 100%;
  }
  .postRecentMain {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .recentSection {
    padding: 80px 8%;
  }
}

@media (max-width: 500px) { 
  .recentSection {
    padding: 70px 5%;
  }
  .postRecentMain img {
    height: 220px;
  }
  .postRecentMainInfo h3 { 
    font-size: 16px;
  }
  .postRecentMainInfo span {
    font-size: 15px; 
  }
  .contentMainRsecentSection { 
    gap: 20px;
  }
  .conteinerRecentPost {
    gap: 35px;
  }
  .postRecentSec {
    flex-direction: column;
    gap: 20px;
  }
  .conteinerRecentSec {
    gap: 35px;
  }
  .infoPostRecentSec {
    gap: 10px;
  }
  .postRecentSec img {
    width: 100%;
    height: 220px;
  }
  .infoPostSecLink {
    gap: 10px;
  }
  .infoPostSecTitle {
    gap: 10px;
  }
}

/* section previous post */
.sectionPreviousPost {
  width: 100%;
  padding: 0px 16% 100px 16%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 60px;
}
.headerPreviousPost {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.headerPreviousPost {
  color: var(--primary);
}
.inputConteinerPreviousPost {
  display: flex;
  align-items: center;
  gap: 20px;
}
.inputPreviousPost {
  position: relative;
  width: fit-content;
}
#busqueda-articulos {
  width: 285px;
  height: 30px;
  padding: 0 40px 0 15px; 
  box-sizing: border-box;
  border: 1px solid var(--grey);
  font-family: "neue43";
  border-radius: 20px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}
#busqueda-articulos:focus {
  border-color: var(--primary);
  color: var(--black);
  outline: none;
}
.inputIconPost {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

@media (max-width: 1190px) {
  .headerPreviousPost {
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .sectionPreviousPost {
    padding: 0px 5% 50px 5%;
  }
  .headerPreviousPost { 
    gap: 25px;
  }
  .headerPreviousPost h2 { 
    font-size: 20px;
  }
  .inputConteinerPreviousPost {
    flex-direction: column;
  }
}

.containerPreviousPost {
  min-height: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px 50px;
}
/* Layout 2 o 5 articulos */
.containerPreviousPost.solo-dos {
  justify-content: flex-start;
}
.card-articulo {
  width: 385px;
  max-height: 467px;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  overflow: hidden;
}
.imagen-post-previous {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.contenido-post-pre {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 15px;
  gap: 10px;
  min-height: 0;
}
.contenido-post-pre .buttonVarFive {
  margin-top: auto;
}
.contenido-post-pre h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  text-align: left;
  color: var(--primary);
}
.contenido-post-pre p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contenido-post-pre span {
  margin-top: auto;
  font-size: 15px;
  color: var(--grey);
}
.texto-no-encontrados {
  font-family: "monument";
  color: var(--primary);
}

/* paginador blog */
.pagination-post {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.pagination-post .pagi-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.pagination-post .pagi-btn:disabled {
  opacity: 0.3;
  cursor: default;
}
#page-indicator {
  color: var(--black);
  font-family: "neue43";
}
.pagination-post button {
  font-family: "monument";
  color: var(--primary);
  transition: all 0.5s ease;
}
.pagination-post button:hover {
  color: var(--secondary);
}

@media (max-width: 1710px) { 
  .sectionPreviousPost {
    padding: 0px 5% 100px 5%;
  }
}

@media (max-width: 1287px) {
  .headerPreviousPost {
    justify-content: center;
  } 
  .containerPreviousPost {
    justify-content: center;
  }
}

@media (max-width: 490px) {
  .sectionPreviousPost {
    width: 100%;
    padding: 0px 5% 70px 5%;
    gap: 30px;
  }
   .containerPreviousPost {
    min-height: 150px;
  }
  .card-articulo {
    width: 100%;
  }
  .imagen-post-previous {
    width: 100%;
  }
  .pagination-post {
    flex-direction: column;
    margin-top: 15px;
  }
  .texto-no-encontrados {
    text-align: center;
  }
}

/* page post content */
.imagen-destacada-container {
  width: 100%;
  height: 430px;
  padding: 0px 16% 100px 16%;
  margin-top: 50px;
}
.imagen-destacada-post {
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center;
}
.post-content-main {
  width: 100%;
  display: flex;
  padding: 45px 16% 100px 16%;
  gap: 60px;
}
.title-single-mobile {
  display: none;
}
.line-single-blog {
  width: 100%;
  height: 3px;
  border: none;
  background-color: var(--primary);
}
.info-post {
  width: 71%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.post-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.post-text h2 {
  font-size: 20px;
  color: var(--primary);
  text-align: left;
  margin-top: 30px;
}
.post-text h3 {
  font-size: 17px;
  color: var(--primary);
}
.post-referencias {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.post-referencias h2 {
  font-size: 20px;
  text-align: left;
  color: var(--primary);
}
.post-referencias a {
  color: var(--primary);
  transition: all 0.4s ease;
  word-break: break-word;
  overflow-wrap: break-word;
}
.post-referencias a:hover {
  color: var(--secondary);
}
.post-sidebar {
  position: sticky;
  top: calc(var(--navbar-height, 141px) + 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 322px;
  height: 322px;
  padding: 0px 20px;
  background-color: var(--primary);
}
.title-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.title-sidebar h1 {
  font-size: 16px;
  text-align: center;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.title-sidebar p {
  font-size: 18px;
  text-align: center;
  color: var(--white);
}
.share-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.share-sidebar p {
  font-size: 20px;
  font-family: "monument";
  color: var(--white);
}
.share-sidebar div {
  display: flex;
  gap: 25px;
}
.share-sidebar svg {
  fill: var(--white);
  transition: all 0.4s ease;
}
.share-sidebar svg:hover {
  fill: var(--secondary);
}

@media (max-width: 1200px) {
  .post-content-main {
    flex-direction: column;
  }
  .info-post {
    width: 100%;
    gap: 40px;
  }
  .title-sidebar h1 {
    display: none;
  }
  .title-single-mobile {
    display: block;
    color: var(--primary);
  }
  .post-sidebar { 
    width: 100%;
    padding: 0px;
    justify-content: space-around;
  }
  .post-sidebar img{
    display: none;
  }
  .title-sidebar p {
    font-size: 16px;
  }
  .share-sidebar p {
    font-size: 18px;
  }
  .post-referencias {
    gap: 18px;
  }
}

@media (max-width: 550px) { 
  .imagen-destacada-container {
    padding: 0px 5% 40px 5%;
    margin-top: 40px;
  }
  .post-content-main {
    padding: 35px 5% 75px 5%;
    gap: 30px;
  }
  .post-sidebar img{
    display: block;
    width: 100%;
  }
  .title-single-mobile {
    font-size: 20px;
  }
  .post-text p {
    font-size: 16px;
  }
  .post-sidebar {
    height: 270px;
    justify-content: space-between;
  }
}

.related-posts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
  padding: 0px 16% 100px 16%;
}
.related-posts h2 {
  color: var(--primary);
}
.related-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 50px 70px;
}
.card-related {
  width: 469px;
  height: 100%;
  display: flex;
  gap: 15px;
}
.related-img {
  width: 195px;
  height: 175px;
  background-size: cover;
  background-position: center;
}
.card-related h3 {
  font-size: 15px;
  text-align: left;
  color: var(--primary);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.info-card-related  {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 8px;
}
.info-card-related p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.info-card-related span {
  font-size: 15px;
  color: var(--grey);
}

@media (max-width: 550px) { 
  .related-posts {
    padding: 0px 5% 55px 5%;
  }
}

@media (max-width: 500px) { 
  .related-posts {
    align-items: center;
  }
  .card-related {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .related-posts h2 {
    font-size: 20px;
  }
  .card-related a {
    width: 100%;
  }
  .related-img {
    width: 100%;
    height: 195px;
  }
} 

/* page desarrollo*/
.conteinerProcess{
  width: 100%;
  height: 100vh;
  display: flex;
}
.contentProcess{
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0px 12%;
}
.imgProcess{
  width: 40%;
  background-size: cover;
  background-position: top;
}
.conteinerProcess img{
  display: none;
 }
.conteinerProcess p:nth-of-type(1){
  font-family: "monument";
  font-size: 25px;
  color: var(--primary);
  text-align: center;
}
.conteinerProcess p:nth-of-type(2){
  font-family: "neue43";
  font-size: 20px;
  color: var(--primary);
  text-align: center;
  font-weight: 600;
}
#textDesarrollo {
  color: var(--secondary);
}

@media (min-width: 200px) and (max-width: 1699px) {
  .imgProcess{
    background-position: left;
   }
 }
 @media (min-width: 200px) and (max-width: 1000px) {
  .conteinerProcess{
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
   }
   .conteinerProcess p:nth-of-type(1){
    font-size: 20px;
  }
  .conteinerProcess p:nth-of-type(2){
    font-size: 15px;
  }
  .contentProcess{
    width: 100%;
    padding: 150px 5%;
   }
   .imgProcess{
    display: none;
   }
   .conteinerProcess img{
    display: block;
   }
 }
 @media (min-width: 200px) and (max-width: 794px) {
  .contentProcess{
    width: 100%;
    padding: 100px 5%;
   }
 }

/* page aviso de privacidad */
 .avisoSecOne{
  display: flex;
 }
 .avisoConteinerContent{
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  padding: 80px 10%;
 }
 .avisoConteinerContent h1{
  text-transform: uppercase;
  color: var(--primary);
}
.avisoContent{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.avisoContent p{
  text-align: justify;
  font-size: 16px;
  line-height: 21px;
}
.avisoContent p:nth-of-type(1){
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  font-family: "monument";
  color: var(--primary);
}
.avisoContent a{
  color: var(--secondary);
  transition: all 0.4s ease;
}
.avisoContent a:hover{
  color: var(--primary);
}
.conteinerImgAviso{
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  background-color: var(--secondary);
  padding: 30px 0px 0px 40px;
}
.imgAvisoOne {
  height: 100%;
  background: linear-gradient(to right, rgba(58, 8, 66, 100) 0%, rgba(128, 0, 128, 0) 100%);
  padding: 30px 0px 0px 40px;
}
.imgAvisoTwo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end; 
  padding: 0px 0px 0px 40px;
  background-color: var(--white);
}
.imgAvisoTwo img{
  width: 100%;
  padding: 30px 0px 30px 0px;
}
.imgTerminosTwo img{
  width: 90%;
  padding: 30px 0px 30px 0px;
}
.imgAvisoMobile{
  display: none;
}
.marked-text {
  color: var(--secondary);
}

 @media (min-width: 200px) and (max-width: 1250px) {
  .avisoSecOne{
    flex-direction: column;
   }
   .avisoConteinerContent h1{
    font-size: 20px;
  }
  .avisoContent p{
    font-size: 15px;
  }
  .avisoContent p:nth-of-type(1){
    font-size: 20px;
  }
  .avisoConteinerContent{
    width: 100%;
    padding: 50px 5%;
    gap: 50px;
  }
  .conteinerImgAviso{
    display: none;
  }
  .imgAvisoMobile{
    display: block;
    width: 100%;
  }
}