/* *{
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
} */
body{
    font-family: 'Lato', sans-serif;
    background-color: #F5F5F5;
    color: #333;
    margin: 0;
    padding-top: 60px;
}
h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    color: #3A4750; 
}
#contenedor{
    height: 1200px;
    margin: auto;
}
#logo img{
    margin: -56px;
    width:100px;
}
#menu{
    margin: 11px;
}
.contacto-menu{
    background:#F76C6C;
}
#encabezado{
    background:#465A72;
    display: flex;
    justify-content: space-between;
    height: 150px;
}
#ocpciones{
    list-style: none;
}
#opciones li{
    display: flex;
    float: left;
    text-align: right;
    padding: 20px;
}
#opciones li a{
    text-decoration: none;
    color:#F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius:15px;
    padding: 30px;
    font-family: 'Montserrat', sans-serif; 
}
#opciones li a:hover{
    background:#F76C6C;
    transition: 0.3s;
    /* box-shadow:0 0 10px; */
    transform: scale(1.05);
}

.main-content{
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
  background:#F5F5F5;
  padding: 20px;
  
}

.container {
   display: grid;
    grid-template-columns:repeat(3,1fr);
    grid-template-rows:repeat(5,1fr);
    gap:15px;
    text-align: center;
}
.col{
 display: inline-block;
}

.slider-container {
    max-width: 800px;
    margin: 40px auto; 
    overflow: hidden;
    position: relative;
    height: 730px;
}

.slides {
    display: flex;
    width: 100%; 
    transition: transform 0.5s ease-in-out; 
}


.slides img {
    width: 100%; 
    height: 700px;
    flex-shrink: 0; 
}


.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;
    user-select: none;
    background-color: rgba(0,0,0,0.5);
    border: none;
    z-index: 10;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
.slides img,
.slides iframe,
.slides video   
{
    width: 100%; 
    height:700px; 
    flex-shrink: 0; 
}


.slides iframe {
    aspect-ratio: 16 / 10; 
    height: auto;
 
}
.slides video{
    width: 100%; 
    height:700px; 
    flex-shrink: 0; 
}
.col img{
    width: 100%; 
    height: 730px; 

}
.col video{
    width: 100%; 
    height:730px; 
}
#reseñas{
    display: flex;
    justify-content: center;
    align-items: center; 
}
.letra{
    text-align: start;
    color: #555;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.negrita{
    color: #333;
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.referencia{
    border:  1px solid #fff;
    border-radius: 5px;
    background:#fff;
    padding: 10px;
}
/* ......................................pie............................... */
footer {
    width: 100%;
    display: block;
}

.footer-principal {
    background: #222;
    color: #F5F5F5;
    padding: 60px;
    display: flex;
    justify-content:space-around;
    align-items: center;
    margin-left: -150px;
}

.footer-principal img {
    width: 100px;
}

.footer-principal li a {
    text-decoration: none;

}
.hero img{
    width: 270px;
}
.hero p {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 27px;
    font-weight: 700;
}

.informacion {
    font-size: 27px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: -160px;
    margin-left: -115px;
}

.informacion li {
    list-style: none;
    color: #F5F5F5;
    font-weight: 700;
}

.informacion strong {
    color: #F5F5F5;
}

.informacion a {
    color: #F5F5F5;
    font-size: 27px;
    font-weight: 700;
}
.informacion h2{
    color: #fff;
    font-size: 40px;
    text-align: start;
    margin-left: 20px;
}

.lista {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: -120px;
}

.lista h2 {
    font-weight: 700;
    font-size: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;
    margin-left: 27px;
    display: inline-block;
}

.lista li {
    color: #fff;
    list-style: none;
}

.lista li a {
    font-size: 27px;
    color: #F5F5F5;
}
.lista  a:hover{
    color:#F76C6C;
}

.logo img {
    width: 270px;
}
.social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222;

}
.social-icons h2{
    margin-top: -15px;
    font-size: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    margin-left: -184px;
}
.social-icons a {
    text-decoration: none;
    margin-left: 40px;
    color: #fff;
    font-size: 40px;
    margin-bottom: -150px;
    text-align: start;

}
.social-icons a :hover{
    color: #007bff;
    transition: 0.3s;
    box-shadow:0 0 20px;
    transform: scale(1.05);
}
.social-icons a img {
    width: 50px;

}
.pie {
    background: #222;
    color: #F5F5F5;
    text-align: center;
    padding: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    line-height: 1.6;
}
.group{
    color: #007bff;
}