@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body{
    background-color: rgb(138, 218, 192, 0.2);
    font-family: 'Roboto', sans-serif;
}
main{
    width: 100%;
    margin-top: 8px;
}
.main-header-subtitle{
    font-family: 'Redressed', cursive;

    text-align: center;
    font-size: 24px;
    letter-spacing: 8px;
}
.main-header-title{
    
    font-family: 'Redressed', cursive;

    text-align: center;
    font-size: 28px;
    margin-top: 10px;

}
.main-section{
    font-family: 'Redressed', cursive;

    text-align: center;
    font-size: 24px;
    word-spacing: 8px;
    letter-spacing: 5px;
    margin-top: 10px;

}
.main-article{

    text-align: center;
    margin-top: 10px;

}

.main-footer{
    text-align: justify;
    width: 98%;
    margin: 10px auto 0px;
    padding: 10px;
    
}
section{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sitios-turisticos-body{
    background-color: rgb(248, 242, 202, 0.7);
    border-radius: 4px;
    width: 98%;
    margin: 8px auto 0px;
    box-shadow: 2px 2px 2px black;
}

.sitio-turistico-header{
    width: 98%;
    margin: 8px auto 0px;
}
.sitio-turistico-header p{
    font-family: 'Redressed', cursive;

    font-size: 24px;
    text-align: center;
    word-spacing: 8px;
    letter-spacing: 5px;
}
.sitio-turistico-section{
    width: 98%;
    margin: 8px auto 0px;
    text-align: center;
}
.sitio-turistico-section img{
    width: 90%;
    margin: auto;
}
.sitios-turistico-footer{
    width: 98%;
    margin: 8px auto 8px;
    padding: 10px;
}
.sitios-turistico-footer p{
    text-align: justify;
}

.boton-body{
    border-radius: 5px;
    font-size: 13px;
    width: 96%;
    margin: auto;
    margin-bottom: 5px;
    padding: 8px 5px 8px 15px;
    box-shadow: 2px 2px 2px black;
}
.boton-header{

    width: 100%;
    display: flex;
    flex-direction: column;
}
.boton-header p{

    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.boton-header a{

    background-color: whitesmoke;
    border-radius: 4px;

    color: black;
    text-decoration: none;
    width: 55%;
    margin: auto;
    padding: 3px;
    display: flex;
    justify-content: space-around;
    box-shadow: 2px 2px 2px black;
    transition: 500ms;
}
.boton-header a:hover{
    transform: scale(1.1);
}

.boton-header a img{

    width: 80%;
    max-width: 32px;
    min-width: 29px;
}
.boton-header a .texto-what{
    display: flex;
    align-items: center;
    
}
article{
    background-color: rgb(215, 212, 212, 0.6);
    border-radius: 4px;
    width: 99%;
    margin: 10px auto;
    padding: 10px;
    box-shadow: 2px 2px 2px black;
}
.article-descripcion{
    width: 90%;
    margin: 0px auto 10px;
}

footer{
    background-color: rgb(195, 191, 191, 0.4);
    width: 98%;
    margin:  8px auto 0px;
    padding: 10px;
    text-align: end;
    font-size: 12px;
  }
.informes-tours-final{
    max-width: 350px;
    margin: auto;
}
 /*-----------------600----------------------------------*/
 @media (min-width: 600px) {
    main{
      margin-top: 55px;
    }
     }
  /*-----------------650----------------------------------*/
@media (min-width: 650px) {
    .sitios-turisticos-body{
        width: 45%;
    }
   
    }
     /*-----------------1100----------------------------------*/
@media (min-width: 1100px) {
    .sitios-turisticos-body{
        width: 30%;
    }
   
    }
  
  
