@import url(fonts.css);
@import url(menu.css);


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #003366;
}

a{
    text-decoration: none;
    color:blue;
}
.logos{
    margin: 0 auto;
    width: 980px;
    height: 200px;
    background: #fff;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.logos img{
    width: 280px;
    height: 160px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.eslogan{
    color: red;
    font-weight: bolder;
    text-align: center;
    width: 250px;
    height: 50px;
    margin: auto;
    margin-top: 80px;
}

.eslogan1{
    width: 250px;
    height: 50px;
    color: black;
    text-align: center;
    font-weight: bolder;
    margin-top: 80px;
    float: left;
}


.contenedor{
    margin: 0 auto;
}

.contenedor .menu{
    width: 980px;
    height: 50px;
    top: 0px;
    position: relative;
    margin: 0 auto;
    
    -webkit-transition: all 0s;
    transition: all 0s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu a{
    border: none;
}
    
.main{
    background: url("../images/bg-contenido.jpg");
    background-repeat:repeat;
    margin: auto;
    width: 980px;
    height: auto;
}
.main1{
    background: url("../images/bg-contenido.jpg");
    background-repeat:repeat;
    margin: auto;
    width: 980px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.main2{
    background: url("../images/bg-contenido.jpg");
    background-repeat:repeat;
    margin: auto;
    width: 980px;
    height: auto;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.text{
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    width: 900px;
    padding-top: 60px;
    
}
.imagen{
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.text1{
    text-align: justify;
    font-size: 16px;
    width: 800px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.text1 .title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.colum{
    background: orange;
    width: 198px;
    height: auto;
    float: right;

}

.colum img{
    padding-top: 1550px;
   padding-left: 50px;
    
}

video{
    margin: auto;
    padding: 20px;
    width:900px;       
    display:block;
    z-index:99;
}

.text2{
    text-align: justify;
    font-size: 16px;
    width: 800px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.text2 strong{
    color: darkred;
    font-size: 22px;
    font-weight: bold;
}
.images2{
    display:inline-flex;
    left: 40px;
    width: 600px;
    height: auto;

}

.colum2{
    background:#336699;
    font-size: 13px;
    color: white;
    width: 198px;
    height: auto;
    float: right;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}


/*-----------------------  footer  ---------------------------*/
footer{
    width: 980px;
    margin: auto;
    height: 60px;
    background: #336699;
    color: #fff;
    font-size: 14px;
}

footer .contenedor{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 10px 40px 10px;   
}

.telephone{
    width: 600px;   
}
.email{
    float: right;
}
.name{
    text-align: center;
}

.telephone a,.email a, .name a{
    color: white;
}
