/* ========== GENERAL SETTINGS ========== */

@media screen{

    body {	
        margin: 0;
        padding: 0;
        background: #fff;
        font-family: 'Montserrat', Arial, sans-serif !important;
    }

    body, h1, h2, h3, h4, h5, h6 {
        font-family: 'Montserrat', Arial, sans-serif !important;
    }


    a {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
    }

    .main-h1 {
		font-size: 0;
		width: 1px;
		height: 1px;
		display: inline-block;
		overflow: hidden;
		position: absolute!important;
		border: 0!important;
		padding: 0!important;
		margin: 0!important;
		clip: rect(1px,1px,1px,1px);
		color: #000 !important;
	}	


    .top{
        position: relative;
        background-image: url('img/lipari-img-ppal.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 895px;
    }
    .top .header{
        position: absolute;
        width: 100%;
        top: 0;
    }

    .top .header .logo{
        margin: 0 auto;
    }

    .main-content{
        position: relative;
    }


    .top .text_principal h2,
    .contacto .text h2.titulo{
        text-transform: uppercase;
    }
  

    img.logo{
        height: 160px;
    }

    .text_principal{
        position: absolute;
        top: 30%;
        left: 200px;
        width: 550px;
    }

    .text_principal h2{
        color: #fff;
        font-size: 70px;
        line-height: 82px;
        font-weight: 800;
        letter-spacing: 0.01em;
    }

    .text-destacado{
        background: #262626;
        text-align: center;
        color: #fff;
        padding: 95px 0 100px 0;
        font-size: 21px;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0.05em;
    }


    .contacto .text{
        width: 430px;
        margin-right: 60px;
    }

    .contacto{
        padding: 155px 0px 60px 0px;
    }

    .contacto .text h2.titulo{
        color: #262424;
        font-size: 54px;
        font-weight: 800;
        line-height: 65px;
        letter-spacing: 0.025em;
    }


    .contacto .redes {
        margin-top: 60px;
        text-align: center;
    }


    .contacto .text p,
    .contacto .redes p{
        color: #262424;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.05em;
    }

    .contacto .redes p{
        font-size: 16px;
    }

    .contacto .redes img{
        height: 20px;
    }


    .sop-mapa{
		position: relative;
	}

	.sop-mapa iframe{
		height: 535px;
		width: 100%;
		display: block;
		filter: grayscale(100%);
	}
    
    .footer,
    .footer_xs {
        background: #262424;
    }
    .footer,
    .footer_xs{
		color:#fff;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 30px;
        text-align: center;
        padding: 20px;
	}


    .footer_xs{
		color:#fff;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 18px;
        text-align: center;
        padding: 20px;
	}

}

@media screen and (max-width: 768px) {
    .top{
        background-image: url('img/lipari-img-ppal_xs.jpg');
        height: 500px;
    }

    img.logo{
        height: 130px;
    }

    .text_principal{
        position: absolute;
        top: unset;
        bottom: 36px;
        left: unset;
        width: 100%;
    }

    .text_principal h2{
        color: #fff;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
    }

    .text-destacado{
        padding: 60px 0 66px 0;
        font-size: 16px;
        line-height: 30px;
    }

    .contacto .text{
        width: 100%;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .contacto{
        padding: 65px 30px 65px 30px;
    }

    .contacto .text h2.titulo{
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0.01em;
    }

    .contacto .text p{
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.05em;
    }

    .contacto .redes img{
        height: 40px;
        margin-bottom: 15px;
    }



}


@media screen and (max-width: 380px) {

}