@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');
*
{
margin:0;
padding:0;
}
body
{
background-image:url(../img/bg.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
width:100%;
height:100vh;
font-family: 'Belleza', sans-serif;
font-weight:400;
}

/*MENU*/
.navigation
{
background-color:#fff;
}
.navigation > .container
{
max-width:90%;
margin:auto;
}
.navigation .navbar
{
position:relative;
}
.navigation .navbar .logo-toggle-container
{
position:absolute;
left:50%;
top:5px;
transform:translateX(-50%);
}
.navigation .navbar .logo-toggle-container a
{
display:block;
}
.navigation .navbar .logo-toggle-container a img
{
width:220px;
}
.navigation .menu
{
text-align:right;
}
@media screen and (min-width:1024px)
{
.navigation .menu
{
display:block !important;
height:auto !important;
}
}
.navigation .menu li
{
display:inline-block;
padding:43px 10px;
}
.navigation .menu li a
{
display:block;
padding:8px 15px;
text-decoration:none;
font-weight:600;
letter-spacing:1px;
color:#333; /*color de letra*/
font-size:18px;
}
.navigation .menu li:nth-child(1),
.navigation .menu li:nth-child(2),
.navigation .menu li:nth-child(3)
{
float:left;
}
.navigation .menu li:hover a
{
background-color:#E2E9EE ; /*color sombreado menu*/ 
color:#000;
}
@media screen and (max-width:767px)
{	
.navigation .navbar .logo-toggle-container
{
position:static;
transform:translateX(0%);
}
.navigation .navbar .logo-toggle-container a
{
width:80%;
}
.navigation .navbar .logo-toggle-container .toggle-box
{
position:absolute;
right:10px;
top:30px;
display:block;
width:30px;
background:#000;
padding:15px 9px;
cursor:pointer;
border-radius:5px;
}
.navigation .navbar .logo-toggle-container .toggle-box span
{
display:block;
max-width:90%;
margin:auto;
height:2px;
background-color:#fff;
margin-bottom:4px;
}
.navigation .navbar .logo-toggle-container .toggle-box span:last-child
{
margin-bottom:0;
}
.navigation .menu
{
text-align:center;
display:none;
}
.navigation .menu li
{
display:block;
float:none !important;
padding:0 10px;
border-bottom:1px solid #ccc;
}
}
/*MENU*/
/*espacio*/
.espacio{
    height: 400px;
}
/** About Us **/
.about-us{width: 100%;}
.about-us .info{
    width: 100%;
    margin-top: 100px;
}
.about-us .info h3{
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}
.about-us .info p {
   width: 80%;
   margin:50px auto;
   text-align: center;
   color:#000;
   font-size: 19px;
   line-height: 40px;
}
.about-us .info hr{
    width: 90%;
    border:none;
    height: 2px;
    background: #4d4d4d;
    margin:auto;
}
.about-us .free-content{
    width: 100%;
    background: #fff;
    padding:30px;
}
.about-us .free-content h4{
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color:#357ca6;
}


/*espacio*/
/*seccion de imagenes*/

.imagenuno img{
    width:100% ;
    height: 800px;
}

.imgacerca img{
    width:100% ;
    height: 500px;
}


/*seccion de imagenes*/

@media screen and (max-width:768px){
     .imagenuno{
          height: 400px;
     }
}
@media screen and (max-width:400px){
     .imagenuno{
          height: 300px;
     }
}

/*FOOTER*/
footer{
    width: 100%;
    float: left;
    background-color: #1c1c1c;
    height: auto;
    padding-bottom: 60px;
}
footer p{
    text-align: center;
    line-height: 60px;
    color:#fff;
}

/*FOOTER*/




