body{ 
    font-family: 'MiFuentePersonalizada', sans-serif;
    height: auto;
    background-color: #2e3131;
    scroll-behavior: smooth;
}




* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'MiFuentePersonalizada';
  src: url('fonts/DMSans-Bold.ttf');
}

.font{
  background-color: #2e3131;



}

.nav {
  position: sticky;
  top: 0;
  background-color: #515459a1;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 4em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  backdrop-filter: blur(8px); /* Ajusta el valor de '10px' según la intensidad de difuminado que prefieras */
}

.nav__p-titulos {
margin-right:88%;


}


.nav a{
  text-decoration: none;
}

.nav__a {
  position: relative;
  display: inline-block;
  height: 50px;
}

.nav__a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: #383a49;
  border-radius: 10px;
  transition: background 0.5s; /* Aquí se define la transición */
}

.nav__a:hover::after {
  /* Aquí se utiliza un degradado */
  background: linear-gradient(to right, #0505b6, #b60505);

}


.nav__a a {
  color: rgb(233, 229, 229); /* Color inicial del texto */
  font-size: 1.3em;
  padding: 0.1em;
 
}



.nav__img-asom{
height: 8em;
width: 8em;
margin: -18px;
margin-bottom: -33px;
}


.nav__logo{
  font-family: 'Dancing Script';
  font-size: 40px;
  position:absolute;
  color: #d7d8e0;
  bottom: 35%;
  left: 27%;
  }
  


/*-----------------------------------center-----------------------------------*/ 
/* Slideshow container */
.slideshow-container {
  background-color: #19112c ;
   padding: 0.5em;
    max-width: 100%;
  }

  
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    position: relative;
  }
 
  .mySlides img {
    width: 99%; /* Cambia a tu ancho preferido. */
    height: 40em; /* Cambia a tu altura preferida. */
}

  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.697);
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

/*------------------------nosotros----------------*/



.list__title{
  display: inline-block;
  color: #fff;
}

.list__container li{
  
width: 7%;
background-color: #0515f500;
margin: 0.7em;
padding: 5px;
display: flex;

}


.list__container-li-width li{
  
  width: 18%;
  margin: 1em;
  padding: 5px;
  display: flex;
 
  }

  .list{
    display:inline;


  }

.list__img{
height: 450px;
width: 600px;
margin-left:300px ;
}


.list__img img{
width: 175px;
height: 150px;
padding: 17px;
margin-left: 2%;


}


  /*----------------center-----------------------------*/


.map__title{
  background-color: #2e3131;

}

.map__title h1{
  padding: 2%;
  margin: 0%;
}

  .map__container{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #2e3131;
  }
  

.title{
  padding-left: 10%;
  padding-right: 0;
  margin-bottom: 1%;
  }
  
  .title h1 {
    color: #fff;
  }
  
.map__color{
fill: #0515f5;
stroke-width:0.97063118000000004;
transition: 0.6s;
}

.map__color-no{
  fill: #fff;
  stroke-width:0.97063118000000004;
  transition: 0.6s;
  }

.map__color:hover{
fill: #F42525;

}

.map__contact{
background-color: #3f3b3b;
color: #fff;
width: 1100px;
height: 600px;
padding: 1%;
padding-bottom: 10px;
margin-right:2% ;
margin-bottom: 5%;
font-size: 22px;
text-align: justify;
}


.map__contact b{
font-size: 26px;

   }

   .map__contact b2{
    font-size: 26px;
}




.map__contact a {
  color: #61c4cf;
  font-size: 23px;
  text-align: justify;
  }

  .map__contact img{
   width: 43%;
    height: 20%;
    margin: 1em;
    margin-left: 5em ;
    margin-bottom:auto ;
    display: flex;
    
    }

.info__container{
padding: 1.2%;
background-color: #3f3b3b;
}
/*---------------------nosotros estilo-----------------------*/



.info__container-vertical {
  display: inline-block;
  width: 700px; 
  height: auto; 
  background-color: #272b50; 
  color: #ccbebe;
  padding: 1em;
  font-size: 17px;
  margin-right:12% ;
}

.info__container-title h1{
  display: inline-block;  
  color: #fff;
   border-bottom: 3px solid #fff;
}


.info__container-title-2 h1{
  display: inline-block;  
  color: #fff;
  margin-left:10px; ;
   border-bottom: 3px solid #fff;

}

.info__container-nosotros{
display: flex;
  flex-direction: row;
}

.info__container-nosotros img{
  display: flex;
margin-top: 2.2em;
width: 600px;
height: 400px;
}


.info__container{
text-align: justify;

}

.list__items{
display: flex;
flex-direction: row;


}


  /*-------------------font------------------------------*/

  .font {
    margin: 0;
    padding: 18px;
    background-color: #212F3C ;
    color: #fff;
}

.list__container-li-width{
color: #fff;

}

@media (min-width: 1px) and (max-width: 500px) {
 

  .nav__a a{
font-size:13px ;

  }

  .nav__img-asom{
    height: 5em;
    width: 5em;
    margin: -18px;
    margin-bottom: -33px;
    }


  .nav__logo{
    font-family: 'Dancing Script', cursive;
    font-size: 13px;
    position:absolute;
    color: #d7d8e0;
    bottom: 10%;
    left: 18%;

    }



.info__container-nosotros{
  padding: 0;
  display: flex;
  flex-direction: column;

}
  .info__container-vertical {

    display: flex;
    width: auto; 
    height: 100%; 
    background-color: #272b50; 
    color: #ccbebe;
    padding: 1em;
    font-size: 16px;
    margin-right:0 ;
}

.info__container-nosotros img{
width: auto;


}

.scrowollig-row {
	display: flex;
	animation: scroll 10s linear infinite;
}

.map__container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #2e3131;
  flex-direction: column;
}
.map__contact{
  background-color: #3f3b3b;
  color: #fff;
  width: 98%;
  height: 50%;
  padding: 1%;
  margin-left:0 ;
  margin-bottom: 5%;
  font-size: 12px;
  text-align: justify;
  align-items: center;
  }
  .map__contact a {
    color: #61c4cf;
    font-size: 12px;
    text-align: justify;
    }

    .map__contact b {
      font-size: 12px;
      text-align: justify;
      }


      .map__contact img{
        width: 20%;
         height: 10%;
         margin: 1em;
         margin-left: 0.5em;
         margin-bottom:auto ;
         display: flex;
         
         }

         .list__container-li-width li{
  
          width: auto;
          margin: 1em;
          padding: 5px;
          display: flex;
         
          }

      
}

@media (min-width: 649px) and (max-width: 935px){
  .nav__logo{
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    position:absolute;
    color: #d7d8e0;
    bottom: 35%;
    left: 18%;
    }



  .info__container-nosotros{
    padding: 0;
    display: flex;
    flex-direction: column;
  
  }
    .info__container-vertical {
  
      display: flex;
      width: auto; 
      height: 100%; 
      background-color: #272b50; 
      color: #ccbebe;
      padding: 1em;
      font-size: 16px;
      margin-right:0 ;
  }
  
  .info__container-nosotros img{
  width: auto;
  
  
  }
  
  .scrowollig-row {
    display: flex;
    animation: scroll 10s linear infinite;
  }
  
  .map__container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #2e3131;
    flex-direction: column;
  }
  .map__contact{
    background-color: #3f3b3b;
    color: #fff;
    width: 98%;
    height: 50%;
    padding: 1%;
    margin-left:0 ;
    margin-bottom: 5%;
    font-size: 16px;
    text-align: justify;
    align-items: center;
    }
    .map__contact a {
      color: #61c4cf;
      font-size: 12px;
      text-align: justify;
      }
  
      .map__contact b {
        font-size: 18px;
        text-align: justify;
        }
  
  
        .map__contact img{
          width: 50%;
           height: 25%;
           margin: 1em;
           margin-left: 3em ;
           margin-bottom:auto ;
           display: flex;
           
           }

         
            .list__container-li-width li{
  
              width: auto;
              margin: 1em;
              padding: 5px;
              display: flex;
             
              }
    
  
  
  
}



@media (min-width: 501px) and (max-width: 648px){

  .nav__logo{
    font-family: 'Dancing Script', cursive;
    font-size: 19px;
    position:absolute;
    color: #d7d8e0;
    bottom: 35%;
    left: 18%;
    }



  .info__container-nosotros{
    padding: 0;
    display: flex;
    flex-direction: column;
  
  }
    .info__container-vertical {
  
      display: flex;
      width: auto; 
      height: 100%; 
      background-color: #272b50; 
      color: #ccbebe;
      padding: 1em;
      font-size: 16px;
      margin-right:0 ;
  }
  
  .info__container-nosotros img{
  width: auto;
  
  
  }
  
  .scrowollig-row {
    display: flex;
    animation: scroll 10s linear infinite;
  }
  
  .map__container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #2e3131;
    flex-direction: column;
  }
  .map__contact{
    background-color: #3f3b3b;
    color: #fff;
    width: 98%;
    height: 50%;
    padding: 1%;
    margin-left:0 ;
    margin-bottom: 5%;
    font-size: 16px;
    text-align: justify;
    align-items: center;
    }
    .map__contact a {
      color: #61c4cf;
      font-size: 12px;
      text-align: justify;
      }
  
      .map__contact b {
        font-size: 18px;
        text-align: justify;
        }
  
  
        .map__contact img{
          width: 50%;
           height: 25%;
           margin: 1em;
           margin-left: 3em ;
           margin-bottom:auto ;
           display: flex;
           
           }
           .list__container-li-width li{
  
            width: auto;
            margin: 1em;
            padding: 5px;
            display: flex;
           
            }
  
}

.font{
font-size: 13px;

}
.font i{
  color: #a24b4b;
  }
  

  