@font-face {
  font-family: 'letter_type';
  src: url('../fonts/Mulish.ttf') format('truetype');
}
/**  Pruebas con snap
html{
	scroll-snap-type: y mandatory;
}

#servicios,
#inicio,
#trabajos,
#conocenos,
#contacto,
.snap_ancla
{
	scroll-snap-align: center;
	scroll-snap-stop: always;
}
*/

html{
	background-color: #FEFEFE;
}

body{
	font-family: 'letter_type';
	margin: 0;
}

h1{
	font-weight: 300;
	font-size: 3em;
	margin-top: 40px;
	margin-bottom: 0;
}

h2{
	font-weight: 300;
	font-size: 3em;
	margin-top: 10px;

}

h3{
	font-weight: 400;
	font-size: 1.15em;
	letter-spacing: 0.5px;
}

p{
	font-weight: 250;
	letter-spacing: 0.5px;
	font-size: 1.10em;
}

.animacion_entrada{
	transform: translate(0,0) !important;
	opacity: 1 !important;
	filter: blur(0%);
}


.basic_text{
	color:#606060;
}


form{
	padding-bottom: 15%;
	padding-top: 15%;
}

.input_text{
	margin-top: 15px;
	padding:10px;
	height: 70px;
	width: 100%;
	font-size: 1.5em;
	min-width: 200px;
}

.input_textarea{
	height:140px;
	font-family: 'letter_type';
}

.input_button{
	padding: 20px;
	background-color: #1173ed;
	color: white;
	border: none;
	padding-left:30px;
	padding-right: 30px;
	margin-top: 40px;
	font-size: 1.1em;
}

/*---------TARIFAS---------*/
#tarifas{
	width: 80%;
	background-color: #F6F6F6;
	padding: 80px 10% 80px 10%;
	height: auto !important;
	text-align: center;
}

#table_content{
	width:fit-content;
	padding: 30px;
	background-color: white;
	margin: auto auto auto auto;
}

table{
	font-size: 1.3em;
}

th{
	padding: 20px;
}

tr{
	text-align: center;
}

td{
	padding:10px;
}

.encabezado_fila{
	text-align: left !important;
}

.tabla_precios{
	font-size: 1.4em;
	font-weight: 400;
}


/*-------HEADER---------*/
nav{
	display: flex;
	justify-content: space-between;
}

#logo_reducido{
	position:absolute;
	width:100px;
}

.navegacion_principal{
	padding: 10px;
	position: fixed;
	width:calc(100% - 20px);
	z-index: 9999999;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.navegacion_secundario{
	margin-top:10px;
	margin-bottom:10px;
	text-align: right;
	margin-left: 50%;
	width:50%;

}

.menu_secundario{
	width:100px;
	height: 40px;
	display: flex;
	position: absolute;
	right:0;
	right: 0;
}

.item_menu_mov{
	margin:0;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.item_menu_cont{
	width:60px;
	height: 40px;
}
.nav-item{
	font-size: 1em;
	text-decoration: none;
	color:black;
}

.nav-item:hover{
	color:#1173ed;
}

.header_content{
	width:80%;
	position:relative;
	text-align: center;
	padding: 10%;
	padding-bottom: 0;
	padding-bottom: 2%;
	overflow: hidden;
}
#logo_header{
	height: calc(50vh);
	width: auto;
	transform: translateX(10%);
}
#titulo_principal{
	transition: opacity 1s;
}
.scrolled{
	opacity: 0;
}
/*----Estilos generales------*/
.fondo_gris{
	background-color: #F6F6F6;
}

.price_content{
	transform: translateX(50%);
	opacity: 0;
	filter: blur(50%);
	transition: all 0.4s ease-in-out;
}

.primary_price_content{
	margin-top:100px;
	width: 50%;
	height: auto;
	text-align: center;
	padding-right: 25%;
	padding-left: 25%;
	padding-bottom: 50px;
	
}

.btn_padding{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.btn_style{
	border-style: solid;
	border-color: #1173ed;
	border-width: 1px;
}

.btn_invert_color{
	color:white;
	background-color: #1173ed;
	border-color: #1173ed;
}

.btn_content{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px;
	padding-left: 10%;
	padding-right: 10%;
	margin:50px;
}

/*Scroll effects*/
html{
	scroll-behavior: smooth;
}
/*Botón*/
.boton{
	display: inline-block;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: solid;
	border-color: #1173ed;
	border-width: 1px;
	color:#1173ed;
	width: auto;
}

.boton:hover{
	cursor: pointer;
	color:white!important;
	background-color: #1173ed;
}


/*----Ejemplos de nuestro trabajo----*/
.img_ejemplo{
	width:calc(100% - 100px);
	margin:50px;
	box-shadow: 5px 5px 15px #999;
}

.ejemplos_content{
	padding-left:15%;
	padding-right: 15%;
	text-align: center;
}
.fila_flex_ejemplos{
	display: flex;
	flex-direction: row;
}

.f_f_e_content{
	text-align: center;
	margin-bottom: 30px;
}

/*------RESPONSIVE-------*/
#img_responsive{
	width:100%;
}

/*FLEX CONTENT*/
#presentacion{
	overflow: hidden;
	height: auto;
}
.flex_content{
	display: inline-flex;
	width: 80%;
	padding: 10%;
	padding-bottom: 0;
	padding-top: 5%;

}
.column_1{
	width:calc(50% - 3.5%);
	margin-right: 7%;
	/*
	transform: translateX(-50%);
	filter: blur(50%);
    opacity: 0;
	transition: all 0.5s ease-in-out;
	*/
}
.column_2{
	width:calc(50% - 3.5%);
	/*
	transform: translate(50%,0%);
	filter: blur(50%);
    opacity: 0;
	transition: all 0.5s ease-in-out;
	*/
}

/*---Seccion presentacion 2-----*/
.titulo_presentacion_2_2{
	font-size: 2em;padding-top:100px;
}
#presentacion2{
	text-align: center;
	width: 100%;
	height:auto;
	margin-bottom:60px;
}

.fila_flex{
	width: 80%;
	padding: 10%;
	padding-top: 15px;
	display:inline-flex;
	padding-bottom: 0px;
}

.flex_element{
	text-align: left;
	width: calc(100% / 3);
}

.margin_right{
	margin-right:20px;
}


/*---CONTACTO----*/
#contacto{
	display: flex;
	width: 100%;
	height: auto;
}

.bloque_medio{
	width: 50%;
}

.bloque_medio_padd{
	padding-left:5%;
	padding-right: 15%;
	width:30%;
}

.contacto_info{
	text-align: center;
	padding:5px;
}

.contacto_info p{
	font-size: 1.5em;
	color:#606060;
	padding-bottom: 50px;
}

.bg_tx_2{
	height: auto;
	background-image: url(../img/texture_2.webp);
	background-position: center;
	background-size: 90% auto;
	background-repeat: no-repeat;
}

.legend_form{
	font-size: 2.5em;
	font-weight: 500;
}

.title_blue_big{
	color:#1173ed;
	font-size: 2.5em;
	font-weight: 500;
	margin-top:0px;
}

/*------FOOTER--------*/
footer{
	border-top-style: solid;
	border-top-color: #F6F6F6;
	border-top-width: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.footer_legal{
	display: flex;
	flex-direction: row;
	width:100%;
	justify-content: center;
}

.link_legal{
	margin-left: 5px;
	margin-right: 5px;
	font-family: 'letter_type';
}



/*-----EQIUOP CONTENT------*/
@keyframes slow_move{
    from {
     	background-position: 0 0;
    }
    to {
    	background-position: -100% 0;
    }
}

#equipo_content{
	width: 200%;
	min-height: calc(100vh);
	height: auto;
	
}

#equipo_layer{
	width:100%;
	height: auto;
	top:0;
	background-image: url("../img/blue_bubble.webp");
	background-repeat: repeat;
	background-size: 700px 700px;
	animation: slow_move 40s linear infinite;
	background-color: #0b6ee8;

}

.titulo_centrado{
	padding-top:80px;
	width: 50%;
	padding-left: 25%;
	text-align: center;
	color:white;
	font-size: 3.3em;
	margin-bottom: 0;
}
.subtitulo_centrado{
	width: 50%;
	padding-left: 25%;
	text-align: center;
	color:white;
	font-size: 1.3em;
	margin-bottom: 0;
	color:white;
}

.equipo_section{
	position: relative;
	width: 100%;
	height: auto;
}

#perfil_content{
	display: inline-flex;
	width: 80%;
	padding: 10%;
	padding-top: 20px;
	padding-bottom: 40px;
}

.perfil{
	width:calc(33.3%);
	text-align: center;
}



.foto_perfil{
	width: 60%;
	aspect-ratio: 1 / 1;
	margin:20%;
	margin-top:5%;
	margin-bottom: 5%;
    border-radius: 50%; /* Hace que la imagen sea redonda */
    overflow: hidden; /* Oculta las esquinas de la imagen que exceden el radio */
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

.foto_perfil img {
    width: 100%;
    height: 120%;
    height: auto;
    border-radius: 50%;

}

.nombre_perfil{
	color: white;
	font-size: 1.5em;
}


/*-----Preguntas frecuentes-----*/
#preguntas_frecuentes{
	width: 100%;
}

.half_content{
	width: 80%;
	padding: 10%;
	height: auto;
}

.caja{
	width: calc(100% - 30px);
	border-style: solid;
	border-width: 0.5px;
	border-color: #2681fe;
	border-radius: 10px;
	padding: 15px;
	font-family: 'letter_type';
	font-size: 1.5em;
	color:#2681fe;
}

.caja_respuesta{
	width: calc(100% - 30px);
	padding: 15px;
	padding-top: 5px;
	font-size: 0.8em;
}

.movil{
	display: none;
}

.menu_desplegable{
	display: none;
}



/*--------RESPONSIVE-------*/
@media screen and (max-width: 768px){
	#tarifas{
		width:92%;
		padding: 80px 4% 80px 4%;
	}

	table {
		font-size: 0.7em;
	}

	nav{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.nav-item{
		margin-top: 1em;
		margin-bottom: 1em;
		font-size: 1.3em;
	}

	#id_menu_desplegable{
		display:none;
	}

	.menu_desplegable{
		display: inherit;
		margin-top:50px;
		background-color: rgba(255,255,255,0.9);
		overflow: hidden;
		border-bottom-style:solid;
		border-bottom-color: #1173ed;
		border-bottom-width: 2px;
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.visible{
		opacity: 100%;
	}


	.escritorio{
		display:none;
	}
	.movil{
		display:flex;
	}
	.navegacion_principal{
		height:40px;
	}
	.snap_ancla{
		padding-top: 40px;
	}
	header{
		height: calc(100vh);
	}
	#logo_header {
		height: calc(30vh);
		transform: translateX(5%);
		margin-top: 150px;
	}
	.title_blue_big{
		font-size: 2em;
	}

	.bloque_medio_padd{
		width: 90%;
		padding-left: 5%;
    	padding-right: 5%;
	}
	.contacto_info p{
		font-size: 1em;
	}
	.bg_tx_2{
		display:none;
	}
	.primary_price_content {
	    margin-top: 100px;
	    width: 80%;
	    height: auto;
	    text-align: center;
	    padding-right: 10%;
	    padding-left: 10%;
	    padding-bottom: 50px;
		overflow: hidden;
	}

	.btn_content{
		grid-template-columns: repeat(1,1fr);
		padding: 0;
		margin:30px;
	}

	.ejemplos_content {
	    padding-left: 10%;
	    padding-right: 10%;
	}

	.img_ejemplo{
		width:calc(100% - 20px);
		margin:10px;
		box-shadow: 5px 5px 15px #999;
	}

	.fila_flex_ejemplos{
		flex-direction: column;
	}
	.flex_content{
		flex-direction: column;
	}
	.column_1{
		width: 100%;
		margin:0px;
	}

	.column_2{
		width: 100%;
		margin:0;

	}

	.titulo_presentacion_2_2{
		padding-left: 10%;
		padding-right: 10%;
	}

	.titulo_h3_movil{
		padding-left: 10%;
		padding-right: 10%;
	}

	.fila_flex{
		flex-direction: column;
	}
	.flex_element{
		width: 100%;
	}

	.titulo_centrado{
		width:80%;
		padding-left:10%;
		padding-right: 10%;
		font-size: 2.5em;
	}

	.subtitulo_centrado{
		width:80%;
		padding-left:10%;
		padding-right: 10%;
	}

	#perfil_content{
		flex-direction: column;
	}

	.perfil{
		width: 100%;
	}
}

@media (max-width: 480px){
	#titulo_principal{
		font-size: 1.5em;
	}
}