@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,100,300,700,900);

body {
	font-family: Montserrat;
	margin: 0;
}

h1 {
	font-size: 2.5rem;
	font-weight: 900;
}

a {
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	transition: background-size .3s;
}

a:hover,
a:focus {
	background-size: 100% 2px;
}

td {
	padding: 10px;
}

.dn {
	display: none;
}

.max1240 {
	max-width: 1350px;
}

.div_fullscreen {
	display: flex;
	width: 100%;
	height: 100vh;
	background: #00A39F;
	top: 0;
	left: 0;
	z-index: 50;
	justify-content: center;
	position: fixed;
	align-items: center;
	transition: 1s;
}

.header {
	background-color: #78cac8;
	position: fixed;
	height: 80px;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	z-index: 10;
}

.logo {
	width: 150px;
	margin-top: 30px;
	cursor: pointer;
}


.head_cruz_blanca {
	position: absolute;
	width: 30px;
	margin-left: 40%;
	top: 100px;
}

.head_cruz_naranja {
	position: absolute;
	width: 30px;
	margin-left: 35%;
	top: 140px;
}

.items {
	float: right;
	padding-right: 15%;
	font-size: large;
	margin-top: 30px;
}

.item_menu {
	margin-left: 20px;
	color: #FFF;
}

.item_menu_fullscreen {
	list-style-type: none;
	color: #FFF;
	font-size: x-large;
	line-height: 2.3;
	font-weight: 900;
	margin-left: -20px;
}

.cerrar_menu {
	position: fixed;
	right: 9%;
	top: 0%;
	font-size: 80px;
	color: white;
	font-weight: 500;
	cursor: pointer;
}

.cerrar_menu:hover {
	color: #F18700;
	transition: color, 0.5s;
}

.cruz_naranja_fullscreen {
	position: fixed;
	left: 10%;
	bottom: 10%;
}

.seccion {
	padding-left: 10%;
	padding-right: 10%;
	clear: both;
}

.head {
	background-color: #f1f1f1;
	background-image: url('../img/seccion inicio.png');
	background-repeat: no-repeat;
	background-position: 80% 50px;
}

.img_head {
	position: fixed;
	right: 10%;
	max-width: 500px;
}

.verde {
	color: #00a39f;
}

.rojo {
	color: #FF0000;
}

.naranja {
	color: #f18700;
}

.blanco {
	color: #fff;
}

.celeste {
	color: #5bb9b9;
}

.absolute {
	position: absolute;
}

.fl {
	float: left;
}

.fw400 {
	font-weight: 400;
}

.fw600 {
	font-weight: 600;
}

.fw900 {
	font-weight: 900;
}

.rem2 {
	font-size: 2rem;
}

.large {
	font-size: large;
}

.x-large {
	font-size: x-large;
}

.line {
	line-height: 1.8em;
}

.padding-lr0 {
	padding-left: 0;
	padding-right: 0;
}

.padding-top50 {
	padding-top: 50px;
}

.padding-top70 {
	padding-top: 70px;
}

.padding-top120 {
	padding-top: 120px;
}

.div_appstore {
	width: fit-content;
	padding-bottom: 20px;
}

.img_appstore {
	width: 220px;
	cursor: pointer;
}

.button_ver_mas {
	background-color: #F18700;
	max-width: 100px;
	border: none;
	border-radius: 1rem;
	font-weight: 700;
	font-family: "Montserrat";
	color: white;
	padding: 0.50rem;
	cursor: pointer;
}

.button_ver_mas:hover {
	background-color: #ffa32d;
	transition: background-color, 0.5s;
}

.iz {
	margin-left: 10%;
	border-radius: 8rem;
	border: solid 1px #00a39f;
	padding-bottom: 50px;
	width: 30%;
	float: left;
	margin-top: 60px;
}

.der {
	background-image: url('../img/verde der.png');
	background-repeat: no-repeat;
	background-size: 100%;
	right: 0;
	position: absolute;
	padding-top: 300px;
	padding-bottom: 130px;
	margin-top: -120px;
	width: 55%;
	float: left;
}

.estetoscopio {
	position: absolute;
	margin-left: -64px;
	margin-top: -70px;
	width: 120px;
}

.curita {
	position: absolute;
	margin-left: -58px;
	margin-top: -70px;
	width: 120px;
}

.der_texto {
	padding-left: 50px;
	padding-right: 10%;
}

.cruz_naranja {
	width: 30px;
}

.align_left {
	text-align: left;
}

.iz2 {
	background-image: url('../img/verde izq.png');
	background-repeat: no-repeat;
	background-size: 100%;
	clear: both;
	padding-top: 300px;
	padding-bottom: 130px;
	width: 55%;
	float: left;
}

.der2_texto {
	padding-left: 17%;
	padding-right: 50px;
}

.der2 {
	margin-left: 10%;
	border-radius: 8rem;
	border: solid 1px #f18700;
	padding-bottom: 50px;
	width: 30%;
	float: left;
	margin-top: 60px;
}

.paddingSlider {
	padding: 30px;
}

.p_slider {
	text-align: left;
	color: #00a39f;
	margin-left: 25px;
}

.slider_slider {
	background-image: url('../img/fondo resenas.png');
	border-radius: 8px;
}


.bg_verde {
	background-color: #00a39f;
}

.footer {
	background-color: #00a39f;
	background-image: url('../img/Recurso 16.png');
	background-repeat: no-repeat;
	background-position: 80% 50px;
	background-size: 450px;
	overflow: auto;
	/* Clears the float */
}

.icon_tw {
	width: 36px;
	margin-left: -16px;
	cursor: pointer;
}

/*
.icon_tw:hover {
    background: url('../img/Recurso 16.png') no-repeat;
}
*/
.icon_ig {
	width: 30px;
	margin-left: 7px;
	cursor: pointer;
}

.icon_fa {
	width: 16px;
	margin-left: 10px;
	cursor: pointer;
}

.footer_iz {
	float: left;
	width: 38%;
}

.footer_der {
	float: right;
	width: 50%;
}

.footer_descarga {
	float: left;
	width: 50%;
}

.img_appstore_footer {
	width: 40%;
	cursor: pointer;
}

.img_logo_footer {
	width: 150px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.img_celu_footer {
	display: none;
}

.footer_iz_text {
	text-align: left;
	font-weight: 400;
	color: #FFF;
	padding: 5%;
}

.footer-legal {
	padding-bottom: 20px;
}

.footer-legal a {
	color: white;
	text-decoration: none;
	font-size: 0.9rem;
}

.footer-legal a:hover {
	text-decoration: underline;
}

.footer-legal span {
	color: white;
}

.menus {
	color: #FFF;
	display: none;
	font-size: 35px;
	position: fixed;
	right: 10%;
	top: 14px;
	font-weight: 600;
}

.p2_cruz_naranja {
	position: absolute;
	right: 10%;
	width: 30px;
}

.p4_cruz_naranja {
	position: absolute;
	left: 5%;
	width: 20px;
}

.p4_cruz_blanca_1 {
	position: absolute;
	left: 15%;
	width: 30px;
	margin-top: -40px;
}

.p4_cruz_blanca_2 {
	position: absolute;
	left: 30%;
	width: 20px;
	margin-top: 40px;
}

.p4_cruz_blanca_3 {
	position: absolute;
	left: 35%;
	width: 20px;
	margin-top: 260px;
}

.p4_cruz_blanca_4 {
	position: absolute;
	left: 17%;
	width: 20px;
	margin-left: 120px;
}

.p4_cruz_blanca_5 {
	position: absolute;
	left: 40%;
	width: 20px;
	margin-top: 200px;
}

#Arriba {
	position: fixed;
	top: 80%;
	right: 10px;
	background-color: #00b98e17;
	padding: 22px;
	border-radius: 20px;
	cursor: pointer;
	display: none;
	color: #f18700;
	font-size: x-large;
	opacity: 70%;
}

/* Medico */

.medico {
	background-color: #f1f1f1;
	background-image: url('../img/medicos.png');
	background-repeat: no-repeat;
	background-position: 80% 60px;
	background-size: 270px;
}

#S2d {
	display: block;
}

#S2i {
	display: block;
}

#S4d {
	display: block;
}

#S4i {
	display: block;
}

#S2dR {
	display: none;
}

#S2iR {
	display: none;
}

#S4dR {
	display: none;
}

#S4iR {
	display: none;
}

.medico_cruz_blanca1 {
	position: absolute;
	width: 30px;
	left: 20px;
	top: 90px;
}

.medico_cruz_blanca2 {
	position: absolute;
	width: 15px;
	margin-left: 40%;
	top: 112px;
}

.medico_cruz_blanca3 {
	position: absolute;
	width: 30px;
	right: 10%;
	top: 100px;
}

.medico_cruz_naranja1 {
	position: absolute;
	width: 30px;
	right: 50%;
	top: 162px;
}

.medico_cruz_naranja2 {
	position: absolute;
	width: 30px;
	right: 10%;
	top: 200px;
}


.paciente_cruz_blanca1 {
	position: absolute;
	width: 30px;
	left: 20px;
	top: 90px;
}

.paciente_cruz_blanca2 {
	position: absolute;
	width: 15px;
	margin-left: 40%;
	top: 112px;
}

.paciente_cruz_blanca3 {
	position: absolute;
	width: 30px;
	right: 10%;
	top: 100px;
}

.paciente_cruz_naranja1 {
	position: absolute;
	width: 30px;
	right: 50%;
	top: 162px;
}

.paciente_cruz_naranja2 {
	position: absolute;
	width: 30px;
	right: 10%;
	top: 200px;
}

.dr {
	display: flex;
	align-items: center;
}

.dr0 {
	width: 46%;
	padding-left: 3%;
}

.dr1 {
	width: 46%;
	padding-right: 3%;
}

.dr2 {
	width: 46%;
	s padding-left: 3%;
}

.img_dr {
	width: 100%;
}

.dr_padding {
	padding: 0px;
}

.flexbox {
	display: flex;
	align-items: center;
}

.width50 {
	width: 50%;
}

.width60 {
	width: 55%;
}

.width100 {
	width: 100%;
}

.div_dot {
	text-align: center
}

.dot {
	height: 15px;
	width: 15px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	background-color: #6cc9c7;
	margin-left: 5px;
	cursor: pointer;
}

.dr_img_como_funciona {
	max-width: 80%;
}

.bts_como_funciona {
	text-align: left;
	list-style-type: none;
	line-height: 2.3;
	margin-left: -44px;
}

.button_como_funciona {
	margin: 0.50rem 0;
	padding: 0.8rem;
	min-width: 225px;
	text-align: left;
	color: white;
	font-size: 0.8rem;
	font-weight: 900;
	border: none;
	background-color: #F18700;
	border-radius: 2rem;
}

.button_como_funciona:hover {
	background-color: #ffa32d;
	transition: background-color, 0.5s;
}

#paneles_normales {
	display: block;
}

#paneles_responsive {
	display: none;
}





.panel_1_normal {
	margin-left: 10%;
	border-radius: 8rem;
	border: solid 1px #00a39f;
	padding-bottom: 50px;
	width: 30%;
	float: left;
	margin-top: 60px;
}

.panel_2_normal {
	background-image: url('../img/verde der.png');
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 50%;
	float: right;
	height: 648px;
	display: flex;
	align-items: center;
}

.panel_3_normal {
	margin-left: 5%;
	border-radius: 8rem;
	border: solid 1px #f18700;
	padding-bottom: 50px;
	width: 30%;
	float: left;
	margin-top: 120px;
}

.panel_4_normal {
	background-image: url('../img/verde izq.png');
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 50%;
	float: left;
	height: 648px;
	display: flex;
	align-items: center;
	clear: both;
}

.panel_texto_responsive {
	padding-left: 17%;
	padding-right: 17%;
}


/* Paciente */

.paciente {
	background-color: #f1f1f1;
	background-image: url('../img/Pacientes.png');
	background-repeat: no-repeat;
	background-position: -90px 10px;
}

/* Contacto */

.bgF2 {
	background-color: #F2F2F2
}

.seccion_contacto {
	max-width: 800px;
	margin: 0 auto;
}

.section_contacto {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.form-row {
	display: flex;
	gap: 1rem;
}

.form-group {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.form-group label {
	margin-bottom: 0.5rem;
	color: #00A39F;
	font-weight: 600;
	text-align: left;
}

.input_contacto {
	height: 30px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #00A39F;
	padding: 1rem;
	font-family: "Montserrat";
	box-sizing: border-box;
}

.input_contacto::placeholder,
textarea::placeholder {
	color: #00a39f8a;
}

.input_apellido {
	/* These styles are no longer needed with flexbox */
}

.input_contacto:focus {
	outline: 2px solid #F18700;
	border-color: transparent;
}

.textarea {
	width: 95%;
	height: 100px;
	border-radius: 25px;
}

.contacto_button {
	background-color: #F18700;
	color: white;
	border: none;
	font-family: "Montserrat";
	font-weight: 600;
	padding: 1rem;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.3s;
	font-size: 1rem;
}

.contacto_button:hover {
	background-color: #d87800;
}

.contacto_logo {
	width: 250px;
	margin-top: 2rem;
}

.contacto_cruz_naranja {
	position: absolute;
	width: 30px;
	margin-left: 15%;
	right: 10%;
	margin-top: 110px;
}

.contacto_cruz_blanca {
	position: absolute;
	width: 20px;
	margin-left: 30%;
	top: 120px;
}

.contacto_cruz_blanca2 {
	position: absolute;
	width: 20px;
	right: 15%;
	margin-top: 90px;
}

/* faq */

.faq_text_funcionamiento {
	display: block;
}

.faq_text_funcionamientoR {
	display: none;
}

.faq_icon {
	width: 70px;
	padding-bottom: 14px;
}

.faq_tab {
	float: left;
	text-align: center;
	width: 32%;
	margin-left: 1%;
}

.faq_tab_but {
	background-color: #7accc9;
	border-radius: 5px;
	padding: 3%;
	padding-top: 20px;
	color: #FFFFFF;
	height: 60px;
}

.faq_tab_but:hover {
	background-color: #F18700;
}

/* faq nuevo*/

.faq_cruz_naranja {
	position: absolute;
	width: 30px;
	margin-left: 15%;
	top: 90px;
}

.faq_cruz_blanca {
	position: absolute;
	width: 18px;
	margin-left: 30%;
	top: 130px;
}

.accordion-container {
	width: 100%;
	margin: 0 0 20px;
	clear: both;
	line-height: 1.5rem;
}

.accordion-titulo {
	position: relative;
	display: block;
	padding: 20px;
	font-size: larger;
	font-weight: 300;
	background: #7accc9;
	color: #333;
	text-decoration: none;
	border-radius: 3px;
	font-weight: bold;
}

.accordion-titulo.open {
	background: #7accc9a3;
	color: #fff;
}

.accordion-titulo:hover {
	background: #7accc9a3;
}

.accordion-titulo span.toggle-icon:before {
	content: "+";
}

.accordion-titulo.open span.toggle-icon:before {
	content: "-";
}

.accordion_tit {
	width: 96%;
}

.div_toggle {
	position: absolute;
	right: 10px;
	top: 30%;
}

.accordion-titulo span.toggle-icon {
	font-size: 40px;
	font-weight: bold;
	color: #F18700;
}

.accordion-content {
	display: none;
	padding: 20px;
	overflow: auto;
	color: #00a39f;
}

.form_cont_radio {
	display: flex;
	gap: 2rem;
	padding: 0.5rem 0;
	color: #00a39f;
	justify-content: flex-start;
	align-items: center;
}

.form_cont_radio label {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
}

.span_radio {
	font-weight: 600;
}

.ml100 {
	margin-left: 0;
}

.radio {
	width: 1.2em;
	height: 1.2em;
	accent-color: #F18700;
}

.form-description p {
	font-size: 0.9rem;
	text-align: left;
	color: #555;
	margin-top: -10px;
	padding: 0 1rem;
	border-left: 3px solid #f18700;
}

.div_button_enviar {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
	margin: 0;
}

@media screen and (max-width: 1200px) {

	.paciente {
		background-position: 100% 10px;
	}
}

@media screen and (max-width: 1000px) {

	.footer {
		background-size: 45%;
	}
}

@media screen and (max-width: 850px) {

	.paciente {
		background-position: 90% 10px;
	}

	td {
		padding: 5px;
	}

	.panel_1_normal {
		width: 39%;
	}

	.panel_3_normal {
		width: 39%;
	}

	.head_cruz_blanca {
		position: absolute;
		width: 30px;
		margin-left: 60%;
		top: 90px;
	}

	.head_cruz_naranja {
		position: absolute;
		width: 20px;
		right: 20px;
		top: 90px;
	}

	.items {
		display: none;
	}

	.menus {
		display: block;
		color: #FFF;
	}

	/* Medico */

	#S2d {
		display: none;
	}

	#S2i {
		display: none;
	}

	#S4d {
		display: none;
	}

	#S4i {
		display: none;
	}

	#S2dR {
		display: block;
	}

	#S2iR {
		display: block;
	}

	#S4dR {
		display: block;
	}

	#S4iR {
		display: block;
	}

	.dr {
		display: inherit;
		align-items: none;
	}

	.dr0 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.dr1 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.dr2 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.dr_padding {
		padding: 5%;
	}

	.paddingSlider {
		padding: 20px;
	}

	/* contacto*/

	.seccion_contacto {
		padding-left: 10%;
		padding-right: 10%;
		clear: both;
	}

	.input_contacto {
		width: 90%;
	}

	.input_apellido {
		float: left;
		width: 90%;
	}

	.footer {
		background-image: none;
	}

	.footer_iz {
		width: 100%;
	}

	.img_celu_footer {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 600px) {

	.header {
		background-color: #00a39f80;
	}

	td {
		padding: 10px;
	}

	.seccion {
		padding-left: 2%;
		padding-right: 2%;
	}

	.head {
		background-size: 500px;
		background-position: -20% 110px;
	}

	.img_head {
		right: 2%;
	}

	.img_appstore {
		width: 46%;
	}

	.paddingSlider {
		padding: 10px;
	}

	#paneles_normales {
		display: none;
	}

	#paneles_responsive {
		display: block;
	}

	.panel_1_responsive {
		margin-left: 10%;
		border-radius: 8rem;
		border: solid 1px #00a39f;
		padding-bottom: 50px;
		width: 80%;
		float: left;
		margin-top: 60px;
	}

	.panel_2_responsive {
		background-image: url('../img/verde der.png');
		background-position-y: center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		float: left;
		height: 560px;
		display: flex;
		align-items: center;
	}

	.p2_cruz_naranja {
		position: absolute;
		right: 10%;
		width: 30px;
		margin-top: -10%;
	}

	.panel_3_responsive {
		margin-left: 10%;
		border-radius: 8rem;
		border: solid 1px #f18700;
		padding-bottom: 50px;
		width: 80%;
		float: left;
		margin-top: 120px;
	}

	.panel_4_responsive {
		background-image: url('../img/verde izq.png');
		background-position-y: center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		float: left;
		height: 560px;
		display: flex;
		align-items: center;
	}

	.p4_cruz_naranja {
		position: absolute;
		left: 5%;
		width: 20px;
	}

	.p4_cruz_blanca_1 {
		position: absolute;
		left: 15%;
		width: 30px;
		margin-top: -40px;
	}

	.p4_cruz_blanca_2 {
		position: absolute;
		left: 30%;
		width: 20px;
		margin-top: -30px;
	}

	.p4_cruz_blanca_3 {
		margin-bottom: 20px;
		position: absolute;
		left: 80%;
		width: 15px;
		margin-bottom: 20px;
		margin-top: 170px;
	}

	.p4_cruz_blanca_4 {
		position: absolute;
		left: 17%;
		width: 20px;
		margin-left: 120px;
	}

	.p4_cruz_blanca_5 {
		position: absolute;
		left: 70%;
		width: 20px;
		margin-top: 200px;
	}

	.panel_texto_responsive {
		padding-left: 17%;
		padding-right: 17%;
	}

	.footer_descarga {
		width: 100%;
	}

	.footer_iz_text {
		font-size: large;
	}

	.div_video {
		padding-left: 0;
		padding-right: 0;
	}

	.video {
		width: 100%;
	}

	.button_como_funciona {
		min-width: -webkit-fill-available;
	}

	.medico {
		background-position: 130% 90px;
	}

	.paciente {
		background-position: 80% -20px;
	}

	.medico_cruz_naranja1 {
		position: absolute;
		width: 30px;
		right: 5px;
		top: 85px;
	}

	.medico_cruz_naranja2 {
		position: absolute;
		width: 20px;
		right: 20px;
		top: 200px;
	}

	.medico_cruz_blanca3 {
		position: absolute;
		width: 17px;
		right: 30px;
		margin-top: 60px;
	}

	.paciente_cruz_naranja1 {
		position: absolute;
		width: 30px;
		right: 30%;
		top: 85px;
	}

	.paciente_cruz_naranja2 {
		position: absolute;
		width: 20px;
		right: 48%;
		top: 200px;
	}

	.paciente_cruz_blanca3 {
		position: absolute;
		width: 17px;
		right: 40%;
		margin-top: 60px;
	}

	.p_slider {
		margin-left: 10px;
	}

	.faq_text_funcionamiento {
		display: none;
	}

	.faq_text_funcionamientoR {
		display: block;
	}

	.form_cont_radio {
		padding-top: none;
	}

	.div_button_enviar {
		margin-left: 38%;
	}

}

@media screen and (max-width: 500px) {

	.panel_texto_responsive {
		padding-left: 10%;
		padding-right: 10%;
		margin-top: 40px;
	}

	.panel_2_responsive {
		height: 460px;
	}

	.panel_4_responsive {
		height: 460px;
	}

	.paddingSlider {
		padding: 5px;
	}
}

@media screen and (max-width: 450px) {
	.line {
		line-height: 1.4em;
	}

	.panel_2_responsive {
		height: 400px;
	}

	.panel_4_responsive {
		height: 400px;
	}
}

@media screen and (max-width: 350px) {

	td {
		padding: 1px;
	}

	.cruz_naranja {
		width: 20px;
	}

	.panel_2_responsive {
		height: 340px;
	}

	.panel_4_responsive {
		height: 340px;
	}

	.line {
		line-height: 1.2em;
	}

	.paddingSlider {
		padding: 0px;
	}

}