/*
	Theme Name: RUN4QCZ6C66jHxHAGqds
	Text Domain: RUN4QCZ6C66jHxHAGqds
*/

@font-face {
    font-family: 'bold';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'black';
    src: url('fonts/Roboto-Black.eot');
    src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff'),
        url('fonts/Roboto-Black.ttf') format('truetype'),
        url('fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'medium';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype'),
        url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'light';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype'),
        url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'thin';
    src: url('fonts/Roboto-Thin.eot');
    src: url('fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Thin.woff2') format('woff2'),
        url('fonts/Roboto-Thin.woff') format('woff'),
        url('fonts/Roboto-Thin.ttf') format('truetype'),
        url('fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'regular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body 
{
	font-size:16px;
	padding-top: 7em;
}
img
{
	border:none;
    display: block;
}
p 
{
	margin:0;
}
a
{
	text-decoration:none;
}
*:focus
{
	outline:none;
}
*
{
	box-sizing: border-box;
}
li 
{
	list-style: none;	
}
.center
{
	width: 1150px;
	margin:0 auto;
}
.center-full
{
	width:95%;
    margin: 0 auto;
}
.clear
{
	clear:both;
}


/* HEADER */

#container_module_header
{
	width: 100%;
	background: #fff;
}
.row_header 
{
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.column_logo img 
{
    width: 19em;
}
.column_menu ul 
{
    display: flex;
    align-items: center;
}
.column_menu ul li 
{
    margin-left: 2em;
    padding: 2em 0px;
}
.column_menu ul li a 
{
    font: 1em/1em regular;
    color: #2C4669;
	display: flex;
    align-items: center;
}
.column_menu ul li a: hover 
{
    color: #008cff;
}
.column_menu ul li a img
{
	width: 2em;
	height: auto;
	margin-right: 0.5em;
}
.iconos_header
{
	display: flex;
}
.iconos_header a
{
	margin-right: 2em;
}
.iconos_header a img
{
	width: 1.2em;
	height: 1.2em;
}
.btn-cita
{
	font: 1em/1em regular;
    color: #fff;
    background: #BDA353;
    padding: 1.1em 1.3em;
    display: table;
    box-shadow: -5px 5px 5px #78672E;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
}
.btn-cita:hover
{
    box-shadow: -5px 5px 10px #78672E;
}















/* BANNER */

#container_module_bannerInternal
{
	width: 100%;
	background: #000;
	position: relative;
}
#container_module_bannerInternal img
{
	width: 100%;
    height: 15em;
	opacity: 0.5;
    object-fit: cover;
}
.content_bannerInternal
{
    width: 95%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
}
.content_bannerInternal h1 
{
	font: 3em/1em light;
	color: #fff;
	padding: 0.15em 10%;
	text-align: center;
	text-transform: uppercase;
}


#container_module_contentServices
{
	width: 100%;
	padding: 3em 0;
}
#container_module_contentServices .center
{
	width: 70%;
	margin: 0 auto;
}
.row_contentServices ul
{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.row_contentServices ul li
{
	width: 48%;
	margin: 2em 1%;
    position: relative;
}
.box_contentServices img
{
	width: 100%;
	height: 15em;
	object-fit: cover;
}
.content_contentServices 
{
	width: 50%;
    display: flex;
    position: absolute;
    bottom: -1.5em;
    left: 0;
	background: #BDA452;
	padding: 1em 0.5em;
}
.content_contentServices h2 
{
    font: 1.2em/1em light;
    color: #fff;
}


















/* SLIDER */

#container_module_slider
{
    width: 100%;
    position: relative;  
}
#container_module_slider img 
{
    width: 100%;
	height: 40em;
}
.container_parent_slider
{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.layer_slider
{
    width: 575px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    align-items: flex-start;
    margin-left: 8%;
}
.layer_slider h1
{
    font: 3em/1em regular;
	color:#2C466B;
}
.layer_slider p
{
    font: 1.2em/1.1em regular;
    color: rgba(10,10,10,0.80);
    padding: 1em 0 1.5em 0;
}
.image_whatsapp
{
	background: url("images/whatsapp-header.png") no-repeat left center / 1.8em;
	padding: 1.5em;
}
.flecha_slider
{
	background: url("images/felcha_slider.png") no-repeat left center / 1.8em;
	padding: 1em;
}
.btn_slider
{
	display: flex;
}
.btn_slider a
{
	font: 0.85em/1em regular;
    color: #fff;
    padding: 1.2em 1em;
    background: #2C466B;
	text-transform: uppercase;
	border-radius: 5px;
	margin-right: 1em;
}
.btn_slider a:hover 
{
	background: #041b2f !important;
}


.slick-dots  
{ 
	display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0em;
    position: absolute;
    bottom: 1.5em;
}
.slick-dots button 
{
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	margin:0 3px;
	cursor:pointer;
}
.slick-active button 
{
	background:#0070cd;
}


#container_module_description
{
	width: 100%;
	padding: 2em 0;
}
.row_description
{
	width: 100%;
}
.row_description p
{
	font: 1.2em/1.5em regular;
    color: #000;
	text-align: justify;
}





#container_module_symptoms
{
	width: 100%;
	background: url("images/oval-top.svg") no-repeat bottom center / contain;
	padding: 3em 0;
}
#container_module_symptoms h4
{
	font: 2em/1.3em bold;
	color:#2D456B;
	text-align: center;
	padding-left: 13em;
	padding-bottom: 1em;
}
.row_symptoms 
{
    width: 100%;
    display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	position: relative;
}
.row_symptoms:before 
{
    content: "";
    position: absolute;
    top: 11em;
    left: 25%;
	background: url("images/flechaAsk.png") no-repeat right center / contain;
	padding: 3em;
}
.column_question
{
    width: 35%;
}
.column_question h2
{
    font: 4em/1.3em regular;
	color:#2D456B;
}
.column_question h2 b
{
    font: 0.5em/1em regular !important;
	color:#2D456B;
	display: block;
}
.column_question p
{
    font: 1.7em/1em regular;
	color:#2D456B;
}


.column_acordeon
{
	width: 65%;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.row-blockaccordionA,
.row-blockaccordionB
{
    width: 48%;
}
.row-blockaccordionA ul,
.row-blockaccordionB ul
{
    display: flex;
    flex-flow: row wrap;
	justify-content: space-between;
}
.row-blockaccordionA ul li,
.row-blockaccordionB ul li
{
    color: #000;
    cursor: pointer;
    background: #fff;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
}
.title-blockaccordion
{
    padding: 1em 0;
    display: flex;
    align-items: center;
}
.title-blockaccordion h3 
{
    font: 1em/1em regular;
    color: #000;
}
.iconimage-blockaccordion img
{
	width:2.5em;
	margin-right:5px;
}
.text-blockaccordion
{
    width: auto;
    font: 1em/1.35em regular;
    color: #000;
    display: none;
    padding: 0.35em 2em 1em 3.25em;
}
.text-blockaccordion b ,
.text-blockaccordion strong
{
	font-family:regular;
}
.text-blockaccordion span
{
	display:block;
	font-family:regular;
	font-size:0.8em;
}
.icon-blockaccordion
{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.icon-blockaccordion:before
{
    content: "";
    width: 15px;
    height: 1px;
    background: #000;
}
.icon-blockaccordion:after
{
    content: "";
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
}


.less-blockaccordion .icon-blockaccordion:after
{
    content: "";
	display:none;
}
.less-blockaccordion  
{
    border-bottom: 1px solid #003099 !important;
}
.less-blockaccordion  .title-blockaccordion h3
{
    font-family: regular !important;
	color:#003099 !important;
}


#container_module_about
{
	width: 100%;
	background: #F6FAFD;
	padding-bottom: 3em;
}
.row_about 
{
    width: 100%;
}
.row_title_about 
{
    padding-top: 6em;
	padding-bottom: 3em;
}
.row_title_about h2 
{
    font: 3em/1em regular;
	color: #2D456B;
}
.row_title_about h2 b
{
    font: 1em/1em regular;
	color: #BDA452;
}

.row_content_about 
{
    width: 100%;
    display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.column_image_about
{
    width: 49%;
}
.column_image_about img
{
    width: 100%;
}

.column_text_about
{
    width: 46%;
	padding-top: 2em;
}






.row_text_about 
{
    padding-top: 1em;
}
.row_text_about p
{
    font: 1em/1.5em regular;
	color: rgba(10,10,10,0.95);
	text-align: justify;
}
.icon-text
{
	background: url("images/icon_text.png") no-repeat left center / contain;
	margin-right: 0.5em;
    padding: 1em 1em;
}
.column_text_about h2 
{
    font: 2em/1em regular;
	color: #2D456B;
	padding-bottom: 1.5em;
}
.column_text_about ul
{
    padding-left: 1em;
}
.column_text_about ul li
{
    font: 1.1em/1.2em regular;
	color: rgba(10,10,10,0.80);
	margin-bottom: 2em;
}
.icon-us
{
    height: 1.5em;
    padding: 0 0 0 2em;
    background: url("images/check.png") no-repeat left center / contain;
}
.row_btn_about 
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.row_btn_about h3
{
    font: 1.3em/1.3em regular;
    color: #2D456B;
	width: 40%;
}
.row_btn_about a 
{
    font: 0.85em/1em regular;
    color: #fff;
    background: #2D456A;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 40%;
	margin-left: 5%;
	padding: 1em 2em;
}
.row_btn_about a:hover 
{
	background: #233654 !important;
}



#container_module_phrase
{
	width: 100%;
	background: #2D456B;
	padding: 5em 0;
}
.row_phrase 
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.column_phrase 
{
    width: 50%;
}
.column_phrase h2
{
    font: 2em/1.2em regular;
    color: #fff;
}
.column_tbn_phrase 
{
    width: 28%;
	padding-left: 5em;
}
.column_tbn_phrase a 
{
    font: 0.85em/1em regular;
    color: #fff;
    background: #BDA452;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    width: 15em;
	border: 1px solid #fff;
}
.column_tbn_phrase a:hover 
{
	background: #78672E !important;
}


#container_module_experience
{
	width: 100%;
	background: #fff;
	padding: 7em 0;
}
.group_experience
{
	width: 100%;
}
.row_top_experience
{
	display: flex;
	justify-content: space-between;
}
.column_content_experience
{
	width: 50%;
}
.column_content_experience h2
{
	font: 2em/1.3em regular;
    color: #2D456B;
	padding: 2.5em 3.5em 2.5em 1.7em;
	position: relative;
}
.column_content_experience h2:before 
{
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
	background: url("images/comillasLeft.png") no-repeat left top / 2em;
	padding: 2em;
}
.column_content_experience h2:after 
{
    content: "";
    position: absolute;
    bottom: 0.5em;
    right: 2.5em;
	background: url("images/comillasRight.png") no-repeat right bottom / 2em;
	padding: 2em;
}
.column_content_experience p
{
	font: 1em/1.5em regular;
    color: rgba(10,10,10,0.95);
	text-align: justify;
}
.column_image_experience
{
	width: 44%;
}
.column_image_experience img
{
	width: 27em;
}
.row_bottom_experience
{
	display: flex;
	justify-content: space-between;
	padding-top: 2em;
}
.column_list_experience
{
	width: 50%;
}
.column_list_experience h2
{
	font: 2em/1em regular;
    color: #2D456B;
	padding-bottom: 2em;
}
.column_list_experience ul
{
	padding-left: 1em;
}
.column_list_experience ul li
{
	font: 1em/1.5em regular;
    color: rgba(10,10,10,0.95);
	padding-bottom: 1.5em;
    padding-right: 7em;
	padding-left: 2.5em;
}
.column_about_experience
{
	width: 50%;
}
.column_about_experience h2
{
	font: 2em/1em regular;
    color: #2D456B;
	text-align: center;
}
.column_about_experience h3
{
	font: 1em/1em regular;
    color: rgba(10,10,10,0.80);
	text-align: center;	
	padding: 1em 0 2.5em 0;
}
.column_about_experience p
{
	font: 1em/1.5em regular;
    color: rgba(10,10,10,0.95);
	text-align: justify;
}
.icon-experience 
{
    padding: 0 0 0 2em;
    background: url("images/Screenshot_1.png") no-repeat left top / 2em;
}


#container_module_contact
{
	width: 100%;
	background: url(images/fondo_form_top.svg) no-repeat top center / cover;
	padding: 3em 0;
}
.row_title_contact 
{
    padding-bottom: 4em;
}
.row_title_contact h2
{
	font: 3em/1em regular;
    color: #BCA351;
}
.row_title_contact h3
{
	font: 3em/1em regular;
    color: #2D456B;
}

.row_contact
{
	display: flex;
}
.row_content_contact
{
	width: 57%;
}
.content_image_contact
{
	width: 100%;
}
.text_contact
{
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.text_contact p 
{
    font: 2em/1em regular;
    color: #fff;
	padding: 2em 1.5em;
}
.row_form_contact
{
    width: 36%;
    background: #fff;
	margin-left: 3em;
	padding-top: 2.5em;
	box-shadow: 5px 5px 5px 5px #e3e6f0;
}
.content_images_contact 
{
    width: 100%;
}
.content_images_contact ul
{
	display: flex;
	justify-content: space-between;
}
.content_images_contact ul li
{
	width: 48%;
}
.content_images_contact ul li img
{
	width: 100%;
	height: auto;
}
.row_contact_datos_page ul li 
{
    display: flex;
    flex-direction: column;
    margin: 1em 0;
	padding-left: 4em;
}
.row_contact_datos_page ul li span 
{
    font: 1em/1em regular;
    color: #000;
    margin-bottom: 0.5em;
}
.row_contact_datos_page ul li p 
{
    font: 0.85em/1.3em regular;
    color: #000;
}
.row_contact_datos_page ul li a 
{
    font: 0.9em/1.3em regular;
    color: #000;
}
.row_contact_datos_page ul li:nth-child(1) 
{
    background: url("images/ubicacion_contact.png") no-repeat left center / 2em;
}
.row_contact_datos_page ul li:nth-child(2) 
{
    background: url("images/phone_contact.png") no-repeat left center / 2em;
}
.row_contact_datos_page ul li:nth-child(3)
{
    background: url("images/email_contact.png") no-repeat left center / 2em;
}

.column-content-contact
{
	width: 100%;
}
.column-content-contact h3
{
	font: 2em/1.2em regular;
    color: ##2D456B;
    margin-bottom: 0.65em;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.column-content-contact h3 b
{
    color: #BDA452;
}

.group-text p
{
    font: 0.9em/1.5em regular;
    color: #000;
}
.group-text b
{
    font-family:regular;
}
.group-text 
{
    margin-top: 1.5em;
}


.row_form_contact form
{
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.row_form_contact  p
{
	width: 80%;
	margin-bottom: 1em;
}
.row_form_contact form p:nth-child(12)
{
	margin: 0 !important;
}
.row_form_contact p label 
{
    font: 0.9em/1em regular;
    color: #000;
}
.row_form_contact p input[type="text"] ,
.row_form_contact p input[type="email"] ,
.row_form_contact p input[type="number"] ,
.row_form_contact p input[type="tel"]
{
    width: 100%;
    border: none;
    font: 0.9em/1em regular;
    color: #000000;
    padding: 0.85em 1em;
	border-radius: 0.35em;
	background: #F6F6F6;
	border: 1px solid #e6eaf4;
}
.row_form_contact p select 
{
    width: 100%;
    height: 40px;
    font: 0.9em/1em regular;
    line-height: 15px;
    color: #000000;
    text-indent: 7px;
    border-radius: 4px;
    background: #F6F6F6;
	border: 1px solid #e6eaf4;
}
.row_form_contact p textarea
{
	width: 100%;
    border: none;
    font: 0.9em/1em regular;
    color: #000000;
    padding: 1em 1em;
    height: 7em;
    resize: none;
    border-radius: 0.35em;
	background: #F6F6F6;
}
.row_form_contact p input[type="submit"]  
{
    font: 0.85em/1em regular;
    color: #fff;
    background: #BDA353;
    margin-right: 1em;
    text-transform: uppercase;
    display: table;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	width: 100%;
    padding: 1em 0;
}
.icon-form
{
	background: url("images/form.png") no-repeat top center / 1.5em;
	padding-top: 1.5em;
}
.row_form_contact h4
{
	font: 1.3em/1.1em regular;
    color: #2D456B;
	text-align: center;
	padding-bottom: 1.5em;
}
#container_module_slider .row_form_contact h4
{
	font: 1.3em/1.1em regular;
    color: #0070cd;
	text-align: center;
	padding-bottom: 1.5em;
}


input[type="checkbox"]
{
	width:15px;
    height: 15px;
    border: 1px solid #aca3d0d4;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
    margin-right: 7px;
    top: -1px;
    position: relative;
}
input[type="checkbox"]:checked
{
	background-color: #003099 !important;
}
.row_form_contact i
{
	font: 1em/1em regular;
    color: rgba(10,10,10,0.80);
	display: flex;
    justify-content: center;
    text-align: center;
	padding-bottom: 1em;
}
#container_module_slider .row_form_contact i
{
	display: none;
}

.row_form_contact p input[type="submit"]:hover 
{
	background: #78672E !important;
}


#container_module_staff
{
	width: 100%;
	background: url(images/fondo_form_bottom.svg) no-repeat bottom center / cover;
	padding: 7em 0 4em 0;
}
.row_staff 
{
    padding: 0em 3em;
}
.row_staff ul
{
	display: flex;
	justify-content: space-between;
}
.row_staff ul li
{
	width: 28%;
}
.column_image_staff
{
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 2em;
}
.column_image_staff img
{
	width: 100%;
}
.column_image_text p
{
	font: 1em/1.5em regular;
    color: rgba(10,10,10,0.80);
    text-align: justify;
	padding-bottom: 1em;
}
.column_image_text i
{
    font: 1.3em/1em regular;
    color: #008cff;
}


/* FOOTER */


#container_module_footer
{
	width: 100%;
	display: flex;
}
.column_contact_footer
{
	width: 50%;
	background: #2D456B;
	padding: 4em 0 0 6em;
}
.column_contact_footer ul li
{
	width: 100%;
	margin: 0.75em 0;
	display: flex;
	align-items: center;
}.column_contact_footer ul li i
{
	width: 3em;
	height: 3em;
}
.celular
{
    background: url("images/phone.png") no-repeat left center / 2em;
	
}
.correo
{
    background: url("images/icon-email.png") no-repeat left center / 1.5em;
}
.direccion
{
    background: url("images/icon-address.svg") no-repeat left center / 2em;
}



.column_contact_footer ul li a
{
	font: 1em/1em regular;
    color: #fff
}
.column_contact_footer ul li p
{
	font: 1em/1.2em regular;
    color: #fff;
}
.column_contact_footer ul li a img
{
	width: 20em;
}
.container_iconos
{
	display: flex;
}
.container_iconos a
{
	margin-left: 0.5em;
}
.container_iconos a img
{
	width: 1.5em !important;
	height: 1.5em !important;
}
.column_ubication_footer
{
	width: 50%;
}
.column_ubication_footer iframe 
{
    width: 100% !important;
    height: 396px !important;
}
.column_contact_footer ul li:nth-child(6)
{
	font: 0.75em/1em regular;
}

.floatPhone {
	display: block;
	background: url("images/icoFloat_Phone.svg");
	background-repeat: no-repeat;
	position: fixed;
	bottom: 40px;
	right: 10px;
	width: 60px;
	height: 60px;
	background-position: center;
	border-radius: 50%;
	z-index: 999999;   
	box-shadow: 0px 2px 4px #585858;
}
.floatWhatsappDesktop {
	display: block;
	background: url("images/icoFloat_Whatsapp.svg");
	background-repeat: no-repeat;
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 60px;
	height: 60px;
	background-position: center;
	border-radius: 50%;
	z-index: 999999; 
	box-shadow: 0px 2px 4px #585858;
}

.floatWhatsappMovil {
	display: block;
	background: url("images/icoFloat_Whatsapp.svg");
	background-repeat: no-repeat;
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 60px;
	height: 60px;
	background-position: center;
	border-radius: 50%;
	z-index: 999999; 
	box-shadow: 0px 2px 4px #585858;
}
.floatWhatsappMovil
{
	display: none;
}

#container_stripe_footer
{
	width: 100%;
	height: 0.45em;
	background: #2C466B;
}



::placeholder 
{ 
  color:  var(--white);
}
:-ms-input-placeholder 
{ 
  color:  var(--white);
}
::-ms-input-placeholder 
{ 
  color:  var(--white);
}

::-webkit-scrollbar 
{
	-webkit-appearance: none;
	background:#fff;
}
::-webkit-scrollbar:vertical 
{
	width:15px;
}
::-webkit-scrollbar-button:increment,.scroll::-webkit-scrollbar-button 
{
	display: none;
} 
::-webkit-scrollbar:horizontal {
	height: 15px;
}
::-webkit-scrollbar-thumb 
{
	background-color: #2D456B;
	border: 0px solid #2D456B;
}
::-webkit-scrollbar-track 
{
	border-radius: 0px;  
}



header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}

.floatPhone
{
    display: none;
}

#container-mobile,
.is_icoNav,
.popup,
.icon-menu
{
	display: none;
}

.wpcf7 form .wpcf7-response-output 
{
    margin: 0em 0.5em 1em;
}


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

	body 
	{
		font-size:10px;
	}
	.center , 
	.center-full , 
	.layer-slider
	{
		width:90% !important;
	}
	
}


@media screen and (max-width: 760px)
{
	body 
	{
		font-size: 12px; 
		padding-top: 8em;
	}
	header
	{
		width: 100%;
		position: fixed;
		z-index: 999999;
		top: 0;
	}
	.floatWhatsappMovil
	{
		display: block;
	}
	.floatWhatsappDesktop
	{
		display: none !important;
	}
	.floatPhone
    {
        display: block;
    }
    .floatWhatsappMovil {
		display: block;
		background: url("images/icoFloat_Whatsapp.svg");
		background-repeat: no-repeat;
		position: fixed;
		bottom: 110px;
		right: 10px;
		width: 60px;
		height: 60px;
		background-position: center;
		border-radius: 50%;
		z-index: 999999; 
		box-shadow: 0px 2px 4px #585858;
	}
	#wp_containerTooltip,
	.column_menu
	{
		display: none;
	}
	.icon-menu
	{
		display: flex;
		justify-content: center;
		flex-flow: column;
		width: 35px;
	}
	.icon-menu span 
	{
		width: 100%;
		height: 3px;
		background: #BCA351;
		margin: 1.5px 0;
	}
	.column-menu
	{
		display: none;
	}
	
	#container-mobile
	{
		position: fixed;
		top: 8em;
		left: 0;
		z-index: 9999;
		background: #BCA351;
		width: 100%;
		padding: 2em;
		display:none;
		height: 100%;
	}
	#container-mobile li
	{
		padding: 1em 0;
		border-top:none;
	}
	#container-mobile a
	{
		font:1.1em/1.3em regular;
		color: #fff;
		text-transform: uppercase;
	}
	.column_logo img 
	{
		width: 23em;
	}
	#container_module_symptoms 
	{
		padding: 3em 0 3em 0;
	}
	#container_module_header 
	{
		padding-top: 1.2em;
		background: #fff;
	}
	#container_module_slider img
	{
		height: 30em;
		object-fit: cover;
	}
	.layer_slider
	{
		width: 94%;
		left: 2%;
		right: 2%;
		padding-right: 0;
	}
	.layer_slider a
	{
		font: 1em/1em regular;
		margin-bottom: 1em;
		text-align: center;
	}
	.column_question 
	{
		width: 100%;
	}
	.column_symptoms 
	{
		width: 100%;
		padding-top: 2em;
	}
	.column_question h2 
	{
		font: 3em/1.3em regular;
	}
	.column_symptoms ul li a 
	{
		font: 1.2em/1.2em regular;
		display: block;
	}
	.column_symptoms ul li 
	{
		width: 48%;
	}
	.row_title_about 
	{
		padding: 3em 0;
	}
	.row_symptoms:before 
	{
		bottom: -4em;
	}
	.column_image_about 
	{
		width: 100%;
	}
	.column_text_about 
	{
		width: 100%;
	}
	.row_text_about p 
	{
		font: 1.2em/1.5em regular;
	}
	.column_text_about ul li 
	{
		font: 1.2em/1.2em regular;
	}
	.row_btn_about 
	{
		justify-content: space-between;
	}
	#container_module_barra 
	{
		display: none;
	}
	.row_phrase 
	{
		flex-flow: row wrap;
	}
	.column_phrase 
	{
		width: 100%;
		text-align: center;
	}
	.column_tbn_phrase 
	{
		width: 100%;
		padding-left: 0;
		display: flex;
		justify-content: center;
		margin-top: 1.5em;
	}
	.column_phrase h2 
	{
		font: 1.5em/1.2em regular;
		padding: 0 1em;
	}
	.column_tbn_phrase a 
	{
		font: 1.2em/1em regular;
	}
	.row_top_experience 
	{
		flex-direction: column;
	}
	.column_content_experience 
	{
		width: 100%;
	}
	.column_image_experience 
	{
		width: 100%;
	}
	.column_content_experience p 
	{
		font: 1.2em/1.5em regular;
	}
	.row_bottom_experience 
	{
		flex-direction: column;
	}
	.column_list_experience 
	{
		width: 100%;
	}
	.column_about_experience 
	{
		width: 100%;
	}
	.column_list_experience ul li 
	{
		font: 1.2em/1.5em regular;
		padding-right: 0;
	}
	.column_about_experience p 
	{
		font: 1.2em/1.5em regular;
	}
	#container_module_experience 
	{
		padding: 3em 0;
	}
	.row_contact 
	{
		flex-flow: row wrap;
	}
	.row_content_contact 
	{
		width: 100%;
	}	
	.row_form_contact 
	{
		width: 100%;
		margin-left: 0;
	}
	.row_content_contact > p 
	{
		font: 1.2em/1.3em regular;
	}
	.row_form_contact p 
	{
		width: 95%;
	}
	.row_form_contact p input[type="text"], 
	.row_form_contact p input[type="email"], 
	.row_form_contact p input[type="number"], 
	.row_form_contact p input[type="tel"] 
	{
		font: 1.2em/1em regular;
	}
	.row_form_contact p select 
	{
		font: 1.2em/1em regular;
	}
	.row_form_contact p input[type="submit"] 
	{
		font: 1.2em/1em regular;
	}
	.row_form_contact i 
	{
		font: 1.2em/1em regular;
	}
	.row_staff ul 
	{
		flex-direction: column;
	}
	.row_staff ul li 
	{
		width: 100%;
		padding-bottom: 3em;
	}
	#container_module_staff 
	{
		padding: 4em 0 0 0;
	}
	.column_image_text p 
	{
		font: 1.2em/1.5em regular;
	}
	#container_module_footer 
	{
		flex-direction: column;
	}
	.column_contact_footer 
	{
		width: 100%;
		padding: 2em 0 2em 2em;
	}
	.column_ubication_footer 
	{
		width: 100%;
	}
	.column_contact_footer ul li a 
	{
		font: 1.2em/1em regular;
	}
	.column_contact_footer ul li a img 
	{
		width: 15em;
	}
	.column_contact_footer ul li p 
	{
		font: 1.2em/1em regular;
	}
	.row_title_about h2 br
	{
	  display: none;
	}
	.row_btn_about a 
	{
		font: 1.2em/1em regular;
	}
	#container_module_about 
	{
		padding-bottom: 2em;
	}
	.left_slider 
	{
		width: 100%;
	}
	.right_slider 
	{
		display: none;
	}
	.column_acordeon 
	{
		width: 100%;
		padding: 2em 0;
	}
	.row-blockaccordionA, 
	.row-blockaccordionB 
	{
		width: 100%;
	}
	.title-blockaccordion h3 
	{
		font: 1.2em/1em regular;
	}
	.text-blockaccordion 
	{
		font: 1.2em/1.35em regular;
	}
	.btn_slider 
	{
		flex-direction: column;
	}
	.group-text p 
	{
		font: 1.2em/1.5em regular;
	}
	.row_contact_datos_page ul li span 
	{
		font: 1.5em/1em regular;
	}
	.row_contact_datos_page ul li p 
	{
		font: 1.2em/1.3em regular;
	}
	.row_contact_datos_page ul li a 
	{
		font: 1.2em/1.3em regular;
	}
	#container_module_symptoms h4 
	{
		padding-left: 0;
	}
	.btn-cita 
	{
		background: #233654 !important;
		box-shadow: -5px 5px 5px #1c2636  !important;
	}
	.btn-cita:hover 
	{
		box-shadow: -5px 5px 10px #233654 !important;
	}
	
	
	
	/*Popup*/

	.popup
	{
		display: block;
	}
	
	.popup 
	{
		display: none;
		position: relative;
		z-index: 9999;
	}
	.content-popup 
	{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.layer-popup 
	{
		width: 100%;
		height: 100%;
		position: fixed;
		background: rgb(0 0 0 / 85%);
		top: 0;
		left: 0;
		z-index: 99;
		cursor: pointer;
	}
	.box-popup 
	{
		width: auto;
		background: #fff;
		position: relative;
		z-index: 999;
		margin: 2em;
	}
	.button-popup 
	{
		width: 1em;
		height: 1em;
		position: absolute;
		right: 1em;
		top: 1em;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
		font: 1.2em/1em bold;
		color: #000;
	}
	.row_form_contact 
	{
		width: 100%;
		height: auto;
	}
	.row_contentServices ul li 
	{
		width: 100%;
	}
	
	
}

