*{
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
}

/*****************MENÚ DE ARRIBA*********************/

header{
    background-color: white;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #3F729B;

    position: fixed;
    z-index: 1000;
}

.menutop{
    display: flex;

    flex-flow: row wrap;
    justify-content: space-around;

    color: #3F729B;
    line-height: 40px;
    font-size: 13px;
}

.menutop img{
    display: block;
    padding:5px;
    height: 40px;
}

.menutop a{
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    background-color: #3F729B;
    border-bottom: 1px solid #3F729B;

    transition: all 300ms;
}

.menutop a:hover{
    color: #3F729B;
    background-color: white;
}

@media(max-width:768px){
    header{
        height: auto
    }
}

@media (max-width: 576px){
.container {
     max-width: 100% 
}
}
/*************FONDO*****************/
#start{
    position: relative;
    width: 100%;
}

#jumbotron{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
}




#jumbotron .fondo img{
    width: 1920px;
    margin: 0px auto;
}

#jumbotron .titulo{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    
    top: 0%;
}

#jumbotron .titulo img{
    display: block;
    margin: 0px auto;
    min-width: 150px;
    width: 70%;
    padding: 30px;
    padding-top: 70px;
}

#jumbotron .sub{
    display: block;
    width: 70%;
    margin: 0px auto;
    font-size: 50px;
    color: white;
    padding: 25px;
    border-bottom: 1px solid white;
}

#jumbotron h5{
    display: block;
    width: 70%;
    margin: 0px auto;
    padding-bottom: 10px;
    color: white;
    font-size: 25px;
    font-weight: normal;
}

.btn-dark{
    color: white;
    background-color: #3F729B;
}

.btn-dark:hover{
    color: #3F729B;
    background-color: white;
}

@media(max-width:1024px){
    #jumbotron .fondo img{
        width: auto;
        height: 800px;
    }

    #jumbotron .titulo img {
        display: block;
        margin: 0px auto;
        min-width: 150px;
        width: 85%;
        padding: 30px;
        padding-top: 80px;
    }

    header{
        height: auto
    }
}

@media(max-width:768px){
    #jumbotron .titulo img {
        display: block;
        margin: 0px auto;
        min-width: 150px;
        width: 100%;
        padding: 30px;
        padding-top: 140px;
    }
}


/***************SERVICIOS***************/

.container h1{
    text-align: center;
    color: #3F729B;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    padding-top: 25px;

    font-size: 45px;
    border-bottom: 5px solid #3F729B;
}

#servicios .iconos{
    display: block;
    margin: 0px auto;
    height: 100px;
}

#servicios .texto h2{
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;

    font-size: 20px;
}

#servicios .texto p{
    text-align: center;
}

/******************CONTACTO****************/
.container h4{
    text-align: center;
    padding-bottom: 25px;
}

form{
    border: 1px solid #3F729B;
    border-radius: 10px;
    padding:20px;
    box-shadow: 1px solid rgba(0, 0, 0, 0.7)
}

.contact-form{
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    width: 70%;
    margin: 0px auto;
}

.contact-form p{
    margin-bottom: 0px;
}

.submit{
    background-color: #3F729B;
    color: white;
}

.mapa{
    display: block;
    margin: 0px auto;
    width: 100%;
    padding-bottom: 40px;
}

.mapa iframe{
    display: block;
    margin: 0px auto;
    width: 70%;
}

@media(max-width:768px){
    .contact-form{
        width: 100%;
        padding-top: 20px;
    }

    .mapa iframe{
        width: 100%;
    }
}

/***************************************************FOOTER********************************/

footer{
    width: 100%;
    background-color: #333333;
    color: white;
}

footer a{
    text-decoration: none;
    color: white !important;
}

footer ul{
    margin-bottom: 0px;
}

footer .iconofb{
    display: block;
    width: 100%;
    margin: 0px auto;

}

footer .icon-facebook-squared{
    display: block;
    width: 100%;
    margin: 0px auto;
    font-size: 25px;
    color: white;
}








/***************TEXTOS LEGALES*****************/

article{
    padding-top: 100px;
}

