/* Styles spanish */

body.spanish-now header .noresponsive .inside.main-navigation
{
	width: 90%;
}

body.spanish-now header .noresponsive .inside #navmain ul
{
	justify-content: center;
}

body.spanish-now #consent .steps .step #no-appointment #step-categories .title
{
	font-size: 23px;
}

body.spanish-now #consent .tonext .button-normal
{
	text-transform: none;
}

body.spanish-now #location-page .search .buttons
{
	width: 55%;
}

body.spanish-now #location-page .search .form-location
{
	width: 45%;
}

body.spanish-now #single-test .button-find
{
	font-size: 17px;
	overflow: hidden;
}

body.spanish-now #page .banner-category .resume .links .button-category,
body.spanish-now #page .test-categories .promotion .allbutton .button-promo
{
	min-width: 280px;
	padding: 0 10px;
	width: auto;
}

body.spanish-now #page .banner-category .resume .links .button-category,
body.spanish-now #page .test-categories .promotion .allbutton .button-promo,
body.spanish-now #page .test-categories .intro .texts .faqs a, 
body.spanish-now #page .test-categories .intro .texts .faqs-space a
{
	overflow: hidden;
}

body.spanish-now #page .banner-category .image .title span
{
	margin-left: 8px;
}

body.spanish-now .five9-chat-button .five9-text:after 
{
    content: ' con nosotros';
}

body.spanish-now .text-english,
body.spanish-now #page .test-categories .intro .texts .faqs-space div.text-english,
body.spanish-now .schedule .title-content .sequence .steps .step .name span.text-english
{
	display: none;
}

body.spanish-now .text-spanish,
body.spanish-now #page .test-categories .intro .texts .faqs-space div.text-spanish,
body.spanish-now .schedule .title-content .sequence .steps .step .name span.text-spanish
{
	display: inherit;
}

.text-spanish,
#page .test-categories .intro .texts .faqs-space div.text-spanish,
.schedule .title-content .sequence .steps .step .name span.text-spanish
{
	display: none;
}

/* LOCATIONS *********************************************************************************/

body.spanish-now .schedule .title-content .sequence
{
	width: 630px;
}

body.spanish-now .schedule .title-content .sequence .steps .step#step1
{
	width: 130px;
}


/* 1024 */
@media screen and  (max-width: 1279px) 
{
	body.spanish-now header #normal-header
	{
		padding-bottom: 30px;
	}
	
	body.spanish-now header .noresponsive .inside #navmain ul
	{
		flex-wrap: wrap;
	}
	
	body.spanish-now header .noresponsive .inside #navmain ul li
	{
		margin-bottom: 10px;
	}
	
	body.spanish-now .schedule .title-content
	{
		flex-wrap: wrap;
	}
	
	body.spanish-now .schedule .title-content .sequence,
	body.spanish-now .schedule#business-solution .title-content .sequence
	{
		 margin-top: 20px;
		 width: 90%;   
	}
	
	body.spanish-now #business-solution .title-content .title
	{
		width: 93%;
	}
}