*{
    margin: 0;
    padding: 0;
    font-family: "Helvetica", sans-serif;
    color: #707070;
}

/*AUXILIARES----------------*/
.centrado{
    width: 1200px;
    margin: 0 auto;
}
.itemActivo{
    font-weight: bold;
}
.limpiar{
    clear: both;
}
.azul{
    background-color: #3F68A3;
    color: white;
}


/*TEXTOS----------------------------*/
h1, h2, h3{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
strong{
    color: #3F68A3;
    /*color: white;*/
    font-size: 70px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    /*font-family: "Times New Roman", sans-serif;*/
}


/*IMAGENES EN FONDOS----------------*/
.fondo1{
    width: 100%;
    background: url(img/barcasa.jpg) no-repeat center top fixed;
    background-size: cover;
    /*border-bottom: #3F68A3 5px solid;*/
}
.fondo2{
    background: url(img/puerto.jpg) no-repeat center bottom fixed;
    width: 100%;
    background-size: cover;
    /*border-bottom: #3F68A3 5px solid;*/
}
.fondo3{
    width: 100%;
    background: url(img/index.jpg) no-repeat center bottom fixed;
    /*background-position-x: center;*/
    /*background-position-y: calc(35);*/
    background-size: cover;
    /*border-bottom: #3F68A3 5px solid;*/
}
.fondo4{
    height: 200px;
    width: 100%;
    background: url(img/barcooo.jpg) no-repeat center top fixed;
    background-size: cover;
}

/*HEADER-------------------------*/
header{
    padding-top: 20px;
    height: 20%;
    overflow: hidden;
}

header a img{
    height: 120px;
    width: 120px;
    float: left;
}
/*nav....................................*/
nav{
    width: auto;
    float: right;
    width: 80%;
    text-align: right;
    margin-top: 50px;
}
nav ul li {
    display: inline-block;
    margin-right: 50px;
    /*padding-top: 0;*/
    width: 100px;
    text-align: center;
}
nav ul li a{
    color: white;
    display: block;
    text-decoration: none;
    text-align: center;
}
nav ul li:last-child{
    margin-right: 0;
}
nav ul li a:hover{
    font-weight: bold;
    /*background-color: white;*/
    /*border-bottom: 1px white solid;*/ 
}
/*titulos.....................................................*/
div:first-child h1{
    margin-top: 50px;
    color: white;
    text-align: center;
    padding: 50px 0;
    padding-bottom: 300px;
    width: 700px;
    line-height: 40px;
    animation: drop 2s ease;
}
#index div:first-child h1{
    padding-bottom: 50px;
    line-height: 52px;
    width: 800px;
    color: #f7f7f7;
    /*background-color: rgba(63,104,163, 0.3);*/

}

@keyframes drop{
    0%{
        opacity: 0;
        transform: translateY(-80px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

/*idiomas y nav.......................................*/
div.idioma{
    float: right;
    width: auto;
    text-align: right;
}
div.idioma ul{
    margin-top: 2%;
}
div.idioma ul li a:hover{
    font-weight: bold;
}
header div ul li {
    display: inline-block;
    padding-bottom: 0;
    vertical-align: middle;
}
div ul li a{
    color: white;
    display: block;
    text-align: right;
    text-decoration: none;
}
header div.idioma ul li p{
    color: white;
    padding: 0 25px;

}
.idioma a img{
    width: 15px;
    height: 15px;
    padding: 0 3px;
    float: none;
}


/*INDEX----------------------------------------------*/
/*botones......................*/
#botones{
    text-align: center;
    padding-top: 150px;
}
#botones ul{
    padding-bottom: 70px;
}
#botones ul li{
    display: inline-block;
    margin-right: 200px;
    width: 220px;
    text-align: center;
}
#botones ul li:last-child{
    margin-right: 0
}
#botones ul li a{
    background-color: white;
    color: #76A4E6;
    padding: 15px 50px;
    border-radius: 15px;
    text-decoration: none;       
    text-align: center;
    font-weight: bold;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
}
#botones ul li a:hover{
    color: white;
    background-color: #3F68A3;
}

#botones ul li a::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    background: #76A4E6;
    z-index: -1;
    transition: 0.8s;
    top: 0;
    border-radius: 0 0 50% 50%;
}

#botones ul li a:hover::before{
    height: 0;
}
/*sections.........................*/
section{
    padding: 75px 0;
    box-sizing: border-box;
}
#misionVision{
    text-align: center;
}
#misionVision article:last-child{
    margin-right: 0;
}
#misionVision article{
    display: inline-block;
    vertical-align: top;
    background-color: #3F68A3;
    width: 350px;
    height: 350px;
    color: white;
    border-radius: 15px;
    margin-right: 80px;
    box-sizing: border-box;
    padding: 10px 20px;
}
#misionVision article h2{
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}
#misionVision figure{
    margin-bottom: 20px;
}
#misionVision figure img{
    width: 30%;
}
#misionVision article:last-child img{
    width: 35%;
    padding: 11px 0;
}

#misionVision article p{
    font-size: 12px;
    padding: 20px 30px 0 30px;
    border-top: solid 1px white;
    line-height: 15px;
    color: white;
}

#index main div{
    background-color: #3F68A3;
}
/*blockquote...........................*/
div.azul blockquote{
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 80px 0;
    width: 750px;
    font-size: 25px;
}
/*nosotros y politica..........................*/
#index main section:last-child{
    width: 1200px;
    overflow: hidden;
    padding: 75px 0 10px 0;
}
#index main section:last-child article{
    overflow: hidden;
    margin-bottom: 65px;
}
#index main section:last-child article h2{
    float: left;
    width: 15%;
    padding-top: 25px;
    box-sizing: border-box;
    color: #707070;
}
#index main section:last-child article p{
    float: right;
    width: 85%;
    box-sizing: border-box;
    border-left: #3F68A3 3px solid;
    padding: 20px 0 20px 35px;
    line-height: 20px;
    text-align: justify;
    color: #707070;

}
#index main section:last-child{
    background: url(img/shipsLogoTransparente2Jpg.jpg) no-repeat center center;
    background-size: contain;
}




/*SERVICIOS--------------------------------------*/
/*blockquote...........................*/
#servicios div.azul blockquote{
    width: 1200px;
    font-size: 22px;
    line-height: 30px;
    padding: 40px 0;
    margin-bottom: 70px;
}
/*sections................................*/
main div section{
    overflow: hidden;
    padding: 0;
    background: url(img/shipsLogoTransparente2Jpg.jpg) no-repeat center center;
    background-size: 60%;
}
main div section article{
    box-sizing: border-box;
    float: left;
    width: 480px;  
    height: 530px;
    margin: 0 60px 60px 60px;
    border-radius: 15px;
    background-color: rgba(112,112,112, 0.3);
}
main div section article:last-child{
    margin-bottom: 75px;
}
main div section article figure{
    text-align: center;
    margin-top: 20px;
}
main div section article figure img{
    width: 25%;
}
main div section article h2{
    box-sizing: border-box;
    height: 80px;
    background-color: #3F68A3;
    text-align: center;
    border-radius: 15px 15px 0 0;
    padding: 15px 40px;
    color: white;
}
main div section article p{
    box-sizing: border-box;
    padding: 20px 50px;
    text-align: justify;
    line-height: 22px;
    text-indent: 15px;
}
/*tareas..................................*/
main div.tareas{
    margin: 75px auto;
}
main div.tareas div{
    box-sizing: border-box;
    width: 800px;
    background-color: #DADADA;
    border-radius: 15px;
}
main div.tareas div ul{
    padding: 30px 50px;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    list-style-type: none;
    padding: 30px 50px 30px 80px;  
    text-align: right;
}
main div.tareas div ul:last-child{
    padding: 30px 80px 30px 50px;                                   
    text-align: left;
}
main div.tareas div ul li{
    padding: 5px 0;
}
main div.tareas h2{
    box-sizing: border-box;
    background-color: #3F68A3;
    text-align: center;
    border-radius: 15px 15px 0 0;
    padding: 15px 40px;
    color: white;
}









/*CONTACTO------------------------------*/
/*mapa.............................*/
div iframe{
    padding: 50px 0 40px 0;
}
/*form y datos......................*/
main div:first-child{
    overflow: hidden;
    margin: 75px auto 0 auto;
}
/*form................................*/
main div form{
    width: 60%;
    box-sizing: border-box;
    margin-right: 5%;
    float: left;
}
main div form h2{
    margin-bottom: 5px;
}
main div form p{
    margin-bottom: 40px;
}
main div form p small{
    color: #ACACAC;
}
/*input.....................................*/
form input{
    width: 100%;
    margin: 15px 0 30px 0;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    outline: 0;
    border: 0;
    padding: 5px 2px;
    border-bottom: #ACACAC 1px solid;
}
form label{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}
input[name="nombre"], input[name="email"]{
    width: 49%;
}
label[for="nombre"], label[for="email"]{
    width: 49%;
    display: inline-block;
}
input[name="nombre"], label[for="nombre"]{
    margin-right: 1%; 
}
input[type="submit"]{
    background-color: #3F68A3;
    border-radius: 15px;
    color: white;
    border: 0;
    padding: 8px;
    font-weight: bold;
    margin: 40px 0 0 0;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
}
input[type="submit"]:hover{
    color: #707070;
    background-color: #DADADA;
}
input[type="submit"]:focus{
    color: #707070;
    background-color: #DADADA;
    border-radius: 15px;
    border: 0;
}
input:focus{
    border-bottom: #3F68A3 1px solid;
    border-right: #3F68A3 1px solid;
    border-radius: 0 0 15px 0;
}
::placeholder{
    color: #ACACAC;    
}
textarea{
    resize: none;
    border: #ACACAC 1px solid;
    border-radius: 0 15px 15px 15px;
    width: 100%;
    height: 200px;
    margin-top: 15px;
    padding: 15px 15px;
    box-sizing: border-box;
}
textarea:focus{
    outline: 0;
    border: #3F68A3 1px solid;
}
/*datos................................*/
main div div.datos{
    width: 35%;
    box-sizing: border-box;
    float: left;
    padding: 50px 80px;
    background-color: #DADADA;
    border-radius: 15px;
    height: 581px;
}
main div div.datos ul li{
    list-style-type: none;
    padding: 30px 0;
    overflow: hidden;
}
main div div.datos ul li ul li{
    padding: 5px 0;
}
main div div.datos ul li p{
    padding: 5px 0;
}
main div div.datos a{
    color: #707070;
    text-align: left;
    vertical-align: bottom;
}
main div div.datos a:hover{
    color: #3F68A3;
}
main div div.datos a img{
    vertical-align: bottom;
    width: 10%;
    padding-right: 12px;
}
main div div.datos ul li:first-child img{
    width: 100%;
}
main div div.datos img{
    width: 70%;
}
main div div.datos ul li div{
    float: left;
    width: 89%;
    box-sizing: border-box;
    padding-left: 15px;
}
main div div.datos figure{
    float: left;
    width: 10%;
}




/*RESPUESTA----------------------------*/
#respuesta .azul{
    margin: 80px 0;
    padding: 60px 0 15px 0;
}
#respuesta h1{
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
#respuesta a{
    margin-top: 10px;
}
#respuesta figure{
    text-align: center;
}
#respuesta figure img{
    text-align: center;
    width: 15%;
}





/*FOOTER-------------------*/
footer{
    background-color: #DADADA;
    overflow: hidden;
    text-align: center;
}
footer figure img{
    width: 13%;
    float: left;
    padding-bottom: 10px;
}
footer div{
    overflow: hidden;
}
footer div div:first-child{
    text-align: right;
    float: left;
    padding-top: 35px;
    margin-right: 40px; 
    width: 482px;
}
footer div div:last-child{
    text-align: left;
    float: left;
    padding-top: 35px;
    margin-left: 40px; 
    width: 482px;
}
footer div div p{
    padding: 3px 0;
}
footer:last-child{
    padding: 15px 0;
}