
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
background-color: #f9f8f4; 
        }

        /* Menú */


/* Estilos base para tamaños de pantalla grandes */



        /* Intro */


.intro-section {
    width: 100%;
    max-height: 950px;
    position: relative;
    background-size: cover;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff88a;
        }

.slider {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
        }

.slider img {
            width: 100%;
            display: none;
            
        }


.intro-text {
font-size: 75px;
  font-weight: bold;
  color: #1e1e1e;
  font-family: MS Sans Serif, sans-serif;
  width: 100%;
  padding-bottom: 15%;

        }

.intro-text1 p {
font-size: 45px;
  font-weight: bold;
  color: #1e1e1e;
  Font-family: MS Sans Serif, sans-serif;
  width: 100%;
    margin-top: 20%;
        }

.intro-text2 p {
font-size: 60px;
  font-weight: bold;
  color: #1e1e1e;
  Font-family: MS Sans Serif, sans-serif;
  width: 100%;
        }

.intro-text3 p {
font-size: 70px;
  font-weight: lighter;
  color: #1e1e1e;
  Font-family: MS Sans Serif, sans-serif;
  width: 100%;
        }

.intro-text34 p {
font-size: 80px;
  font-weight: lighter;
  color: #1e1e1e;
  Font-family: MS Sans Serif, sans-serif;
  width: 100%;
        }

.intro-text small {
    font-size: 40px;
    color: #000; /* Gris claro */
      width: 100%;
        }



@media (max-width: 1200px) { 

.slider {
    width: 100%;
    max-width: 800px;
        }


.intro-text {
font-size: 50px;

        }

.intro-text1 p {
font-size: 20px;
        }

.intro-text2 p {
font-size: 40px;
        }

.intro-text3 p {
font-size: 50px;
        }

.intro-text34 p {
font-size: 60px;
        }

.intro-text small {
    font-size: 20px;
        }

}

@media (max-width: 992px) { 

.slider {
    width: 100%;
    max-width: 800px;
        }


.intro-text {
font-size: 45px;

        }

.intro-text1 p {
font-size: 15px;
        }

.intro-text2 p {
font-size: 35px;
        }

.intro-text3 p {
font-size: 35px;
        }

.intro-text34 p {
font-size: 55px;
        }

.intro-text small {
    font-size: 15px;
        }

} 

@media (max-width: 768px) { 

.slider {
    width: 100%;
    max-width: 768px;
        }


.intro-text {
font-size: 40px;

        }

.intro-text1 p {
font-size: 10px;
        }

.intro-text2 p {
font-size: 30px;
        }

.intro-text3 p {
font-size: 30px;
        }

.intro-text34 p {
font-size: 50px;
        }

.intro-text small {
    font-size: 10px;
        }


} 

@media (max-width: 576px) { 
.slider {
    width: 100%;
    max-width: 576px;
        }


.intro-text {
font-size: 30px;
padding-top: 10%;

        }

.intro-text1 p {
font-size: 10px;
        }

.intro-text2 p {
font-size: 20px;
        }

.intro-text3 p {
font-size: 20px;
        }

.intro-text34 p {
font-size: 40px;
        }

.intro-text small {
    font-size: 10px;
        }

}

/* Media query para hacer el menú responsive a partir de 526px */
@media (max-width: 526px) {

    .intro-section {
        width: 100%;
        max-height: 950px;
        position: initial;
        background-size: cover;
        color: #fff;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff88a;
        background-image: url(../images/pexels-jess-bailey-designs-876467.jpg);
      }

    }
