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

.contenedor{
    text-align: center;
}

header  nav{
    width: 100%;
    margin-left: 0;
}


footer{
    display: block;
    width: 100%;
    height: auto;
}

.img-alto-completo {
    height: auto;
    width: 80%;
    margin-top: 1px;
}

header nav ul li{
    width: 100%;
    height: auto;
    min-height: 34px;
    border: solid #dfeff1 1px;
    margin: -4px 0;
}

header nav ul li{
    display: block;
    padding: 0;
}

.iconRedesSocial , .iconRedesSocial:hover {
    display: block;
    width: 100%;
    margin: -3px 0;
    padding: 15px;
    height: 61px;
    border: 0;
    box-shadow: none!important;
}

header nav ul li .subMenu{
    position: relative !important;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0 !important;
    height: auto;
        background: #adad4d;
    box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.47) !important;
    padding-top: 0; 

}

header nav ul li a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    color: #54b1b9;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
        line-height: 1;
}


header nav ul li a:hover{
    margin: 10px 0;
}
.iconRedesSocial a , .iconRedesSocial a:hover{
    display: inline-block;
    margin: 0 10px;
}

header nav ul li:hover a header nav ul li a {
    display: inline-block;
    margin: 0 15px;
}

body{
    display: block;
}

p{
    text-align: center;
}
.colum2 , .colum3{
    width: 100%;
    text-align: center;
}


header nav ul li .subMenu li a:hover {
    background: #acbd17;
    color: #fff;
    margin: 0;
    padding: 9px;
}

h1 , h2 {
    width: 100%;
}

header nav ul li:hover .subMenu li{
    width: 100%;
        position: relative;
    top: 0px;
    padding: 0;
}

header nav ul li .subMenu li {
    width: 100%;
    padding-top: 0;
     line-height: 1.5;
}

 }