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

    ----
    SEARCH
    ----

    ------- 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

*/

body.path-search .main-container > .row > section form.search-form {
    display: none;
}

body.path-search .main-container > .row > section h1.page-header {
    font-family: 'Futura-Lig';
    text-transform: uppercase;
    font-size: 3vw;
    margin: 0;
    border: none;
    line-height: 1;
    padding-left: 35px;
    max-width: 465px;
}

body.path-search .search-results {
    margin-top: 10%;
}

body.path-search .search-results ol{
    margin-top: 3px;
}


body.path-search .main-container > .row > section ol li {
    margin-bottom: 5%;
}

body.path-search .main-container > .row > section ol li h3 {
    font-weight: normal;
    margin: 0;
}

body.path-search .main-container > .row > section ol li h3 a {
    color: #000;
}

body.path-search .main-container > .row > section ol li h3 a:hover {
    color: #000;
    text-decoration: none;
}

body.path-search .main-container > .row > section ol li p {
    font-family: 'HelveticaNeueLTStd-Lt';
    line-height: 1.2;
}
