/****************** 4 - RESPONSIVE ***************/
@media (min-width: 1610px){
}
@media (min-width: 1441px){
}
@media (max-width: 1200px){
}
@media (min-width: 990px){
}

@media (max-width: 990px){
	.HeaderSearch {
    height: 105px;
}
	.Site-FormContact .FormHome__Box .Title {
    padding-right: 0;
    font-size: 2rem;
}
	.-hideOverflow {
    overflow: hidden !important;
    overflow-x: hidden !important;
}
.Search {
    position: absolute;
    padding: 20px 12px;
    margin-left: 0;
}
.BtnMenuBurger-Close {
    display: flex;
    position: absolute;
    right: 0;
    padding: 15px;
}
	.Header-Menu {
	    height: 72px;
	    padding: 15px 0;
	}
	.Header-Logo {
	    width: 115px;
	}
	.Header-Menu-Principal .Menu .Link {
	    width: 100%;
	}
	.Header-Menu-Principal .Menu {
	    display: flex;
	    height: auto;
	    align-items: flex-start;
	    flex-direction: column;
	    width: 100%;
	    padding-top: 3rem;
	}
	.Header-Menu-Principal .Menu .Link .Line {
	    bottom: 0;
	}
	.Header-Menu-Principal {
	    display: none;
	    height: 100%;
	    align-items: self-start;
	    position: fixed;
	    right: 0;
	    width: 100%;
	    background: #000;
	    top: 0;
	    z-index: 2;
	}
	.Header-Menu-Principal.ActiveMenu {
	    display: flex;

	}
	.Img-Desktop {
	    display: none;
	}
	.Img-Mobile {
	    display: inline-block;
	}
	.ItemSlider .BoxDescripcion .SeccionTitle {
	    font-size: 2.2rem;
	}

	.BoxAboutWhatIs {
	    padding: 2rem 2rem;
	    padding-right: 1.5rem !important;
	}
	.BoxAboutWhatIs .BoxAboutWhatIs-Text {
	    font-size: 2rem;
	}
	/*.Site-BoxAboutWhatIs {
	    overflow: initial;
	}
	.Site-BoxAboutWhatIs .DetalleBlanco{display: none;
	}*/
	.Footer-Menu .Menu {
	    flex-direction: column;
	}
	.Footer-BoxCopy .BoxCopy-Text .TextTodos{display: block;}
	.Footer-Direccion .Text .TextTodos{display: block;}

	.Header-Top-Datos .Datos-Dato {
	    font-size: 0.9rem;
	}
	.ItemSlider .BoxDescripcion {
	    width: 100% !important;
	    display: block !important;
	    position: absolute;
	    left: 0;
	    top: 30%;
	    margin-left: 0;
	    padding: 0 1rem;
	    z-index: 2;
	}
	.ItemSlider .BoxDescripcion .Title {
	    font-size: 2.2rem;
	}
	.ItemSlider .BoxDescripcion .Title br{
		display: none;
	}
	.ServiceDestacado__Box {
	    padding: 25px;
	    margin-bottom: 2rem;
	    min-height: auto;
	}
	.BoxGetStarted .BoxGetStarted-Text {
	    color: #fff;
	    font-size: 1.5rem;
	    text-align: left;
	    font-weight: 700;
	    margin: 0;
	    padding-left: 0;
	    margin-bottom: 1rem;
	}
	.BoxGetStarted {
	    display: flex;
	    justify-content: center;
    	align-items: start;
	    min-height: 270px;
	    flex-direction: column;
	    background: -moz-linear-gradient(290deg, rgba(237,104,0,1) 50%, rgba(236,95,0,1) 14%);
	    background: -webkit-linear-gradient(290deg, rgba(237,104,0,1) 50%, rgba(236,95,0,1) 14%);
	    background: linear-gradient(290deg, rgba(237,104,0,1) 50%, rgba(236,95,0,1) 14%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed6800",endColorstr="#ec5f00",GradientType=1);
	}
	.Site-WhyChooseHome {
	    padding-top: 3rem !important;
	}
	.Site-BoxGetStarted {
	    top: 30px;
	}
	.WhyChooseHome__Box .WhyBox {
	    min-height: auto;
	}
	.WhyChooseHome__Box .Title {
	    font-size: 2rem;
	    margin-bottom: 2rem;
	}
	.Form__Upload {
	    width: 100%;
	}
	.ContactUsWhatIs__Box .Title {
	    font-size: 2rem;
	}
	.WhatDoesAbout__Box .Title {
	    font-size: 2rem;
	    margin-bottom: 2rem;
	}
	.ServiceWhenYou__Box .TitlePrincipal {
	    font-size: 2rem;
	    margin: 0;
	}
	.ServiceWhenYou__Box .TitlePrincipal br{
		display: none;
	}
	.ServiceWhenYou__Box .Text {
	    padding-right: 0;
	}
	.ContactUs__Box .Title {
	    font-size: 1.4rem;
	}
	.ContactUs__Box .Title br{
	    display: none;
	}
	.Btn-MenuBarMobile {
	    display: flex;
	    position: absolute;
	    right: -2px;
	    top: -10px;
	    padding: 10px 15px;
	    justify-content: center;
	    align-items: center;
	}
	.Btn-MenuBarMobile .IconMenu {
	    background: url(../images/icons/menu-bar.svg);
	    background-size: contain;
	    background-repeat: no-repeat;
	    width: 40px;
	    height: 40px;
	}
	.BtnMenuBurger-Close .IconCerrar {
	    background: url(../images/icons/menu-bar-close.svg);
	    background-size: contain;
	    background-repeat: no-repeat;
	    width: 40px;
	    height: 40px;
	}
}

@media (max-width: 767px){
}

@media (max-width: 480px){

}


@media (max-width: 360px){

}