*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'open sans';
}

body::-webkit-scrollbar{
    width: 15px;
}
body::-webkit-scrollbar-thumb{
    background: violet;
    border-radius: 5px;
}

/*---{---}-----{---}------- SCROLL ------{---}------{---}--- */

html{
    scroll-behavior: smooth;
}

.contenedor{
    padding: 60px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.Titulo{
    color: blueviolet;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}

/* Header */

header {
    width: 100%;
    height:600px;
    background: #ef32d9;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #a9f5f4, #9920fc);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(101, 80%, 76%, 0.623), hsla(286, 75%, 61%, 0.576)), url(../images/piltri1.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.navegacion{
    text-align: right;
    padding: 30px 50px 0 30px;
    display: block;
}

.navegacion  a{
    font-family: 'Secular One', sans-serif;
    color: #fff;
    font-weight: 300;
    text-decoration:none;
    font-size: 20px;
    margin-right: 10px;
}


.navegacion  a:hover{
    text-decoration:underline;
}

header .textos-header{
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.textos-header h1{
    font-size: 50px;
    color: rgb(140, 55, 209);
}
.textos-header h2{
    font-size: 30px;
    font-weight: 300;
    color: white;
}


.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*---{---}-----{---}------- SOBRE NOSOTROS ------{---}------{---}--- */



.contenedor-sobre-nosotros {
    display: flex;
    justify-content: space-evenly;
    
}

.imagen-about-us{
    width: 350px;
    height: 250px;
}

.imagen-about-us{
    width: 48%;
}

/*---{---}-----{---}------- LUGARES PARA RECORRER ------{---}------{---}--- */

.contenedor .titulo{
    color: #8a2ce2;
    font-size: 2.1em;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 900;
    font-family: 'Sora';
}
    
.portafolio{
    height: 36.5em;
    background: #ef32d9;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #a9f5f4, #9920fc);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(101, 80%, 76%, 0.623), rgba(195, 82, 230, 0.575)), url(../images/piltri1.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
}

.contenido-textos-lugares{
    margin-top: 30px;
    margin-left: 20px;
    color: black;
}

.contenido-textos-lugares h2{
    margin-bottom: 30px;
}

.lagos{
    margin-top: 10px;
}

.galeria-port{
    display: flex;
    justify-content: space-evenly;
    width: 95%;
    margin: auto;
}


.imagen-port{
    width: 55%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 1px 1px 5px 5px rgba(77, 74, 74, 0.699) ;
    height: 300px;
    border-radius: 10px;
}



.imagen-port img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 500ms ease-out;
}

.hover-galeria{
    position: absolute;
    top: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background:hsla(273, 91%, 27%, 0.3);
    transition: all 500ms ease-out;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 10px; 
}


.hover-galeria img {
    margin-top: 15px;
    width: 50%;
    height: 70%;
}


.hover-galeria p{
    color: #fff;
}

.imagen-port:hover .hover-galeria{
    transform: scale(1);
}

.flecha-lugares{
    display: inline;
    position: absolute;
    right: 25rem;
    top: 23rem;
    height: 60px;
    width: 60px;
}

/*---{---}-----{---}------- LUGARES PARA RECORRE  ------{---}------{---}--- */



/*---{---}-----{---}------- GALERIA FOTOS ------{---}------{---}--- */

.gallery{
    background-color: #8a4cbd;
    width: 100%;

}

.fotoss{
    color: white;
    font-size: 2.2rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    font-family: 'Sora';
}

.gallery-container{
    width: 80%;
    margin: auto;
    padding-bottom: 100px;

    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 300px);
    display: grid;
}


.gallery-card{
    padding: 12px;
    transition: box-shadow 0.3s ease-in-out;
}

.gallery-card:hover{
    box-shadow: 1px 1px 4px 4px #bd77ff;
    padding: 3px ;
}

.gallery-container .gallery-card{overflow: hidden;}

.gallery-container .gallery-card a{
    width: 100%;
    height: 100%;
}

.gallery-container .gallery-card a > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 4px;
}

/*---{---}-----{---}------- GALERIA FOTOS ------{---}------{---}--- */


/*---{---}-----{---}------- MAPA ------{---}------{---}--- */

.btn-toggle{
    background-color: rgb(94, 12, 133);
    text-decoration: none;
    color: white;
    font-family: 'Sora';
    border: solid 1px black;
    display: inline-block;
    margin: 50px;
    padding: 15px;
    border-radius: 5px;
}
.text-mapa{
    color: white;
    padding-top: 30px;
    font-family: 'Sora';
    font-size: 2rem;
}
.mapita{

    display: none;
    padding-top: 20px;
}
.mapaa{
    width: 100%;
    background-color: rgb(133, 45, 206);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}
.mapa{
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 90px;
}

/*---{---}-----{---}------- CONTACTO ------{---}------{---}--- */

.container-footer-all{ 
  /*  width: 100%; */
    margin: auto;
    overflow: hidden;
}

.footer{
    width: 100%;
    height: 300px;
    background: #752daf;
    color: white;
    padding: 20px;
    
}

.container-body{
    display: flex;
}

.colum1{
  max-width: 600px;
}

.colum1 h1{
    font-size: 35px;
    font-family: 'Sora';
    text-shadow: black 3px 5px;
    margin: 25px 40px;
}

.redes-container{
    display: flex; 
    align-items: center;
    justify-content: center;
    margin:60px 100px;
}

.redes-container ul{
    margin-top: 50px;
}

.redes-container ul li{
    display: inline-block;
    margin: 0 20px;
    width: 65px;
    height: 50px;
    text-align: center;

}

.redes-container ul li a{
    display: block;
    padding: 0 10px;
    background: #333;
    color: #fff;
    line-height: 65px;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .2);
    transition: .2s;
}

.redes-container ul:hover a{
    filter: blur(1px);
}

.redes-container ul li a:hover{
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .4);
    filter: none;
}

.redes-container ul li .facebook{
    background: #3b5999;
}

.redes-container ul li .whatsapp{
    background: #1fb82c;
}

.redes-container ul li .email{
    background: #5b8196;
}

@media (max-width:1100px){
    
    .flecha-lugares{
        opacity: 0;
    }
}

@media (max-width:1030px){

    .container-body{
        display: block;
    }

    .redes-container ul li{
        margin: 0 5px;
    }

    .redes-container{
        margin:30px 50px;        
    }
}

@media (max-width:890px){   /*----------------------890PX-------------------*/

    .contenedor .titulo{
        margin-bottom: 10px;
    }

    .contenido-textos-lugares{
        margin-left: 0;
    }
    
    .contenido-textos-lugares h2{
        margin-bottom: 5px;
        text-align: center;
    }

    .imagen-port{
        width: 50%;
        height: 80%;
        margin-top: 30px; 
        margin-left: 170px;
    }

    .galeria-port{
        display: grid;
    }

    .gallery h2{
        font-size: 27px;
    }

    .gallery-container{
        align-items: center;
        margin: 0 19px;
        grid-template-columns: repeat(3, 2fr);
        display: grid;
    }

    .gallery-card{
        width: 220px;
        height: 220px;
    }
    
}

@media (max-width:420px){  /*---------------------- 420px --------------------------*/

    /*---------------HEADER-----------------*/
    .navegacion {
        padding: 30px 90px; 
        text-align: center;
    }
    .navegacion a{
        padding: 10px;
    }

    .textos-header h1{
        -webkit-text-stroke: 1px rgb(127, 16, 131);
        margin: 5px;
    }

    .textos-header h2{
        font-size: 20px;
        font-weight: 300;
        color: white;
    }

    .imagen-port{
        width: 70%;
        height: 80%;
        margin-top: 30px; 
        margin-left: 40px;
    }

    .gallery-container{
        align-items: center;
        margin: 0 19px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 180px);
        display: grid;
    }

    .gallery-card{
        width: 190px;
        height: 190px;
    }
    /*---------------SOBRE NOSOTROS-----------------*/

    .sobre-mi .titulo{
        align-items: center;
        margin-bottom: 10px;
    }

    .contenedor-sobre-nosotros {
        display: grid;
    }

    .contenido-textos h3{
        text-align: center;
        font-size: 17px;
        margin-left: -35px;
    } 

    .contenido-textos{
        margin-left: 50px;
    } 

    .imagen-about-us{
        position: relative;
        width: 150px;
        height: 110px;
        margin: 0 110px ;
        margin-bottom: 10px;
    }

    .contenido-textos-lugares h2{
        font-size: 20px;
    }

    .imagen-port{
        width: 65%;
        height: 80%;
        margin-top: 30px; 
        margin-left: 60px;
    }
}

@media (max-width:380px){

    .container-body{
        margin: 20px;
        display: block;
    }

    .redes-container{
        margin: 20px 5px;        
    }

    .redes-container ul{
        margin-top: 1px;
    }

    .gallery-card{
        width: 165px;
        height: 165px;
    }
}

@media (max-width:285px){

    .redes-container{
        margin: 20px 2px;        
    }
}