﻿@import url(Servicios.css);
@import url(fontello.css);
@import url(Responsabilidad.css);
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    font-family:'open sans';
}
ul{
    list-style:none;
}
.header-menu{
    width:100%;
}
.headerg {
    width: 100%;
    height: 300px;
    background: #CAC531;
    background: -webkit-linear-gradient(to right,rgba(243,249,167,0.4), rgba(202,197,49,0.4)),url(../Images/cir.jpg);
    background: linear-gradient(to right,rgba(243,249,167,0.4), rgba(202,197,49,0.4)),url(../Images/cir.jpg);
    background-size:cover;
    background-attachment:fixed;
    position:relative;
}
.wave{
    position:absolute;
    bottom:0;
    width:100%;
}
.headerg .texto-header {
    display: flex;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.headerg .texto-header h1{
    font-size:50px;
    color:#fff;

}
.menu > li{
    position:relative;
    display:inline-block;
}
.menu > li > a{
    display:block;
    padding:15px 15px;
}
.submenu {
    position: absolute;
    background: #808080;
}
.submenu > li > a{
    display:block;
    color:#fff;
}
nav {
    background: #808080;
    text-align: right;
}
nav > ul > li >a{
    color:#fff;
    font-weight:300;
    text-decoration:none;
    margin-right:10px;

}
nav > ul > li > a:hover{
    text-decoration:underline;
}
main{
    width:80%;
    margin:auto;
}
.contenedor-sobre-nosotros{
    display:flex;
    justify-content:space-evenly;
}
.imagen-abut-us{
    width:95%;
}
.sobre-nosotros .contenido-texto{
    width:100%;
}
.contenido-texto h3{
    margin-bottom:15px;
    margin-left:10px;
}
span{
    background:rgb(255,192,0);
    color:rgb(127,96,0);
    border-radius:50%;
    display:inline-block;
    text-align:center;
    width:30px;
    height:30px;
}
.titulo {
    color: rgb( 222,185, 28 );
    font-size:30px;
    text-align:center;
    margin-bottom:60px;
}
footer {
    background: #808080;
    color:#fff;
    width:100%;
    text-align:center;
    margin-top:30px;
    padding:15px;

}



.servicios{
    width:100%;
    margin-top:10px;
    border:1px solid black;
}
.portafolio{
    display:flex;
    justify-content:center;
    text-align:center;
    flex-wrap:wrap;
}
.contenido-contenedor{
    margin:10px;
    flex-direction:column;
}
.imageness{
    margin-top:15px;
    width:70%;
    height:200px;
    background-size:100% 100%;
    border-radius:30px;
    border:2px solid black; 
    justify-content:center;
}
#footertext{
    text-align:center;
}h1{
     margin-top:30px;
 }
 #icono-banner{
     left:10px;
 }