/*
    /////////////////////////////////////////////////////////
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

    ----------------------------------
    TABLETS LAYOUT (min 768px )
    ----------------------------------

    1 HEADER
    2 FIXED BAR
    3 FOOTER

    ------- FONTS ---------
	.Futura-Lig {
		font-family: 'Futura-Lig';
		font-weight: normal;
		font-style: normal;
	}
	.HelveticaNeueLTStd-Lt {
		font-family: 'HelveticaNeueLTStd-Lt';
		font-weight: normal;
		font-style: normal;
	}
	.HelveticaNeueLTStd-Roman {
		font-family: 'HelveticaNeueLTStd-Roman';
		font-weight: normal;
		font-style: normal;

	.HelveticaNeueLTStd-Bd {
		font-family: 'HelveticaNeueLTStd-Bd';
		font-weight: normal;
		font-style: normal;
	}

	-------- COLORS --------
	CYAN: #CCFFFF
	AZUL: #003DC4
	ROJO: #FF4712

*/

/* 1 HEADER
 ----------*/
@media (min-width: 768px) and (max-width: 991px) {

    header.header .site-logo {
        padding-top: 4%;
    }

    header.header .site-logo img {
        width: 150px!important;
        height: auto;
    }

}


/* 2 FIXED BAR
 -------------*/
@media (min-width: 768px) and (max-width: 991px) {

    .fixed-bar-overlay {
        background: #E2E9ED;
        width: 50%;
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 10;
        height: 0;
        transition: height 0.5s linear;
    }

}


/* 3 FOOTER
 ----------*/
@media (min-width: 768px) and (max-width: 991px) {

    #block-logodelfooter .field--name-field-image-image-block {
        padding-left: 0;
    }

    footer.footer .field--name-field-logo-images-block {
        text-align: center;
    }

    footer.footer .field--name-field-logo-images-block .field--item img {
        height: 30px;
    }

    footer.footer .footer-bottom nav#block-piedepaginainferior {
        float: none;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-bottom: 3%;
    }

    footer.footer .footer-bottom #block-direcciondelfooter {
        padding-top: 2%;
        padding-bottom: 0;
        text-align: center;
    }

    footer.footer .field--name-field-links-logos-link-block .field--item {
        margin: 0;
        margin-right: 15px;
    }

}
