*{
    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: Verdana, Geneva, Tahoma, sans-serif;
}

.contenedor{
    width: 1500px;
    margin: auto;

}

#logo img {

    width: 300px;
    margin-left: 200px;
}

#menu {
    margin: 30px;
}

.contacto-menu {
    color: #F76C6C;
}



#encabezado {
    background: #465A72;
    display: flex;
    justify-content: space-between;
    height: 235px;
}

#ocpciones {
    list-style: none;
}

#opciones li {
    display: flex;
    float: left;
    text-align: right;
    padding: 20px;
}

#opciones li a {
    text-decoration: none;
    color: #F5F5F5;
    border-radius: 15px;
    padding: 50px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    
}

#opciones li a:hover {
   color: #F76C6C;
    transition: 0.3s;
    box-shadow:0 0 20px;
    transform: scale(1.05);
}
.acerca-de-nosotros{
    display: flex;
    justify-content:flex-end;
    align-items: center;
    padding: 20px;
}
.carlos img{
    border-radius: 10px;
    width: 510px;
    height: 1057px;
}
.carlos img:hover{
    transition: 0.3s;
    box-shadow:0 0 20px;
    transform: scale(1.05);
}
.cajas{
    border: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
  
}
.cajas h1{
    color: #2c3e50;
    text-align: start;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight:700;
}

.cajas p{
 font-size: 27px;
 color: #555;
 font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.parrafo{
    color: #2c3e50;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.cajas h2{
    color: #2c3e50;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 35px;
}
.cajas li{
    list-style: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 27px;
    color: #555;
}
.cajas li strong{
    color: #333;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.tex{
    margin-left: 25px;
}
.check{
    color: #007bff;
}
.frase{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size:  30px;
    color: #2c3e50;
    font-weight: 700;
}
#servicios col {
    padding: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/* ....................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;
}