/* *{
    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);
}

.form-container {
    max-width: 600px;
    margin: 60px auto; 
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.form-container h2 {
    text-align: center;
    color: #333;
    margin-bottom: 25px;
}


.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block; 
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    resize: vertical; 
}

.submit-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #007bff; 
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #0056b3;
}
/* .......................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;
}