@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ysabeau+SC:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');




:root {
  --violetaOscuro: #6e44ff;
  --rosaClarito: #fff1fb;
  --beige1: #fdf8f2;
  --rosa1: #eca99b;
  --marron1: #b86350;
  --marron2: #a35f50;
  --rosa2: #ffe8e3;
  --rosaFinal:#f1c2b8;
  --font_2: 'playfair display',serif;
  --font_8: normal normal normal 17px/1.4em brandon-grot-w01-light,brandon-grot-w05-light,sans-serif;
}


div {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
}

#principal {
  margin: 0 3%;
}

.header {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  background-color: white;
  height: 4rem;
  display: flex;
  align-items: center;
}


.header img {
  width: 4%;
  margin: 0 3% 0 8%;
}

.header a {
  text-decoration: none;
  margin: 0 1%;
  color: var(--marron1);
}

#presentacion {
  background-color: var(--beige1);
  height: 90vh;
}


.dosColumnas {
  text-align: center;
  padding: 20px;
  font-family: 'Tangerine', cursive;
  display: flex;
  align-items: center;
  justify-content: center;
}


.presentacion p {
  margin-right: 10%;
  font-size: 4rem;
  color: var(--rosa1);
}

#ImagenPresentacion {
  width: 45%;
}

#pPresentacion {
font-family: var(--font_2);
font-size: 2rem;
}

.zindex2 {
  z-index: 2;
  position: relative;
  background-color: white;

}

.conMargen {
  margin: 0 20%;
  padding: 5% 0;
}

h2,
.seccion h2 {
  text-align: center;
  font-family: var(--font_2);
  font-weight: 100;
  padding-bottom: 1%;
  font-size: 2rem;
}

.seccion p,
a p {
  font-family: 'Ysabeau SC', sans-serif;
  font-size: 2rem;
  ;
}

#experiencia {
  margin-bottom: 15%;
  display: flex;
  align-items: center;
  background-color: var(--rosa2);
  color: var(--marron1);
}

#experiencia p {
  font-size: 1rem;
  text-align: left;
}

#experiencia .right {
  text-align: center;
  margin-right: 4%;
}

#experiencia img {
  width: 100%;
  margin: 10% 0;
}

#divExperiencia {
  margin: 10%;
  width: 60%;
}

.left {
  float: left;
}

.right {
  float: right;
}

#trabajo {
  padding: 5%;

  background-color: var(--rosa2);
    color:var(--marron2);

}

#trabajo p {
  text-align: right;
  font-size: 1rem;
}

#trabajo a{
  text-decoration: underline;
  color: inherit;
}

#trabajo img {
  margin-right: 20%;
  width: 30%;
}


#consultorios {
  margin-top: -30px;
  background-color: var(--rosaFinal);
  color: white;
  padding: 5%;
}

#consultorios div{
  text-decoration: none;
  display: flex;
  align-items: center;
   justify-content: center;
   text-align: center; 

}

.divConsultorio p , .divConsultorio div{
width: 33%
}

#consultorios .imagenesConsultorio{
  display: block;
  text-align: left;
}

#consultorios a{
  text-decoration: none;
}

#consultorios img{
  width: 10%;
}

.maps{
  margin-left: 6%;
}


img {
  width: 20%;

}

#imagenIG {
  position: fixed;
  display: block;
  top: 60%;
  width: 94%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

html {
  scroll-behavior: smooth;
}

#imagenIG img {
  width: 100%;
}

#final{
  height: 30px;
  background-color: white;
  text-align: center;
  padding:10px 0;
  overflow: hidden;
  padding: 1% 0;
}

#final img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width:3%;
  
}

@media (max-width: 768px) {

  /* Estilos para pantallas más pequeñas */
  .dosColumnas {
    text-align: center;
    padding: 20px;
    display: block;
    justify-content: center;
  }

  img {
    width: 100%;
  }

  .header{
    font-size: 0.6rem;
  }

  .header img{
    width: 10%;
  }

  #principal{
    margin: 0;
  }

  #presentacion{
    height: auto;
  }

  #pPresentacion {
    margin-right: 0%;
    margin-top: 0%;
    transition: margin-top 0.5s linear;
    font-size: 0.5rem;
    transition: font-size 0.5s linear;

  }

  #ImagenPresentacion {
    width: 75%;
    transition: width 0.5s linear;
  }
  

  #experiencia {
    text-align: center;
    margin-bottom: 25%;
    align-items: unset;
    flex-direction: column;
  }

  #experiencia h2{
    text-align: left;
  }

  #experiencia .right{
    margin: 0;
  }
  
  #imagenIG{
    width: 100%;;
  }

  #trabajo img {
    margin-right: 0%;
    width: 100%;
  }

  #consultorios {
    margin-top: -10px;
    padding-bottom: 13%;
  }

  #consultorios p{
    white-space: nowrap;
    width: auto;
  }

  #consultorios img{
    width: 20%;
    margin-left: 10px;
  }

  #final{
    height: 50px;
    padding: 1% 0;
  }

  #final img{
    width: 10%;
  }

  

  .seccion p,
  a p {
    font-size: 1.5rem;
  }

}

@media screen and (min-width: 769px) {
  #pPresentacion {
    transition: margin-right 0.5s linear;
  }
}