html, body{
    min-height: 100%;
    overflow-x: hidden;
    font-family: "Open Sans", Helvetica, sans-serif !important;
    font-size: 12px!important;
    background-color: #FFFFFF!important;
    color: #000000;
    line-height: 1.2;
}

body{
    /*padding-top: 105px;*/
    padding-top:0px;
    overflow: visible;
}

#contFloat{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 135px;
    background: rgba(255,255,255,0.4);
    /*margin-top: -135px;*/
}

#contFloat1{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -55px;
    height: 55px;
    background-color: #002855;
    display: none;
}

#contFloat2{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 135px;
    background: rgba(255,255,255,0.4);
    /*margin-top: -135px;*/
}

#menuPrincipalResponsive{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    background-color: #002855;
}

#menuPrincipal{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    background-color: #002855;
}

.logotipo{
    margin-top: 17px;
    width: 390px;
    height: auto;
}

.logotipo img{
    width: 100%;
    height: auto;
}

.icones_menu{
    float: right;
    text-align: right;
    padding-top: 35px;
}

.icones_menu a:link{
    text-decoration: none;
}

.icones_menu a:visited{
    text-decoration: none;
}

.icones_menu a:hover{
    text-decoration: none;
}

.icones_menu i{
    font-size: 20px;
    color: #002855;
}


.container{
    z-index: 999;
}


#carousel1 .carousel-inner>.item{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.frase_banner{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: rgba(100,100,105,0.25);
    padding-bottom: 10px;
    padding-top: 5px;
}

.frase_banner span{
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 300;
    text-transform: uppercase;
}

#page{
    width: 100%;
    min-height: 100%;
    background-color: #FFFFFF;
}

footer{
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #646469;
    color: #FFFFFF;
    z-index: 50;
}

.footer_items{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer_items_left{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    padding-top: 20px;
}

footer a:link{
    color: #FFFFFF;
}

footer a:visited{
    color: #FFFFFF;
}

footer a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.break_phones{
    display: none;
}


@media (max-width: 480px) {
    .break_phones{
        display: block;
    }

    .footer_items{

    }
}

@media (max-width: 767px) {
    .footer_items{
        text-align: left;
        float: left;
    }

    .frase_banner span{
        font-size: 35px;
    }
}

@media (max-width: 991px) AND (min-width: 768px) {

    /*#contFloat2 .icones_menu{
        padding-top: 13px !important;
    }

    #contFloat2 .logotipo{
        width: 200px !important;
    }*/
}

@media (min-width: 992px) AND (max-width: 1209px){
    #contFloat2{
        display: none;
    }

    #contFloat3{
        display: none !important;
    }
}

@media (min-width: 1210px) {
    #contFloat2{
        display: none;
    }

    #contFloat3{
        display: none !important;
    }
}
