@charset "UTF-8";
/**/
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://use.typekit.net/otl5jcr.css");

@font-face {
    font-family:'Frutiger_LT_45_Light';
    src: url('fonts/Frutiger_LT_45_Light.woff') format('woff2'),
         url('fonts/Frutiger_LT_45_Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:proxima-nova, sans-serif;
	background-color: #EBE9E9;
	color:#01B3BF; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.d-flex{
	display: flex;
}

.col-2 {
  width: 50%;
  height: auto;
  padding: 10px;
}

nav{
	position: fixed;
	width: 100%;
	background-blend-mode:exclusion;
	z-index: 1;
	padding-top: 30px;
	font-size: 20px;
}

nav ul{
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: left;
}

nav a{
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color:#01B3BF;
	justify-content: left;
}

nav a:hover{
	background-color: none;
	scale: 1.05;
	color: #FFFFFF;
}

nav li:first-child{
	margin-right: auto;
}

nav img{
	max-width: 100px;
}


.sidebar{
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 250px;
	z-index: 1;
	background-color: rgba(255,255,255,0.9);
	backdrop-filter: blur(10px);
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.sidebar li{
	width: 100%;
}

.sidebar a{
	width: 100%;
}

.menu-button{
	display: none
}

.dropbtn a{
  display: inline-block;
  color: white;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
}

.dropbtn a{
  display: inline-block;
}

.dropdown{
	position: relative;
}

.dropdown-content {
  padding-top: 10px;
  display: none;
  width: 100px;
  z-index: 1;
}

.dropdown-content a {
  color:#01B3BF;
  padding: 30px 16px;
  padding-right: 30px;
  text-decoration: none;
  display:block;
  text-align: left;
  width: 100%;
}

.dropdown-content a:hover {
	background-color: rgba(255,255,255,0.1);
}

.dropdown:hover .dropdown-content {
  display:block;
}


.container-wrapper{
	width: 100%;
	margin: 0;
}

.wrap{
	width: 100%;
	margin: 0;
}

.wrap img{
	width: 100%;
	height: auto;
}

.sliderpersonal{
	position: relative;
	width:100%;
}

.sliderpersonal img{
	width: 100%;
	height:auto;
}


.arrow {
  border: solid #01B3BF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
}

.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.brands{
	display:block; 
	width: 100%;
	margin: 0;
	text-align: center;
	padding-bottom: 40px;
}

.brands small{
	display:block; 
	padding: 40px;
	font-family:'Frutiger_LT_45_Light';
	font-weight: bold;
}

.brands h3{
	display:block; 
	font-size: 30px;
	padding: 10px;
	color: #008487;
	font-weight: bold;
}

.videos{
	padding-top: 20px;
	padding-bottom: 20px;
}

.slides img{
	width: 400px;
	height: 300px;
}

.overlay-text {
  position: absolute;
  top: 46%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background-color: none; 
  color: #fff; 
  font-size: 60px; 
  text-align: center;
  font-weight: bold;
}

.button {
  position: absolute;
  top: 52%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background-color: none; 
  color: #fff; 
  font-size: 25px; 
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-style: italic;
}

.button:hover{
	opacity: 50%;
}

.slick-slide{
	position:relative;
}

.scroll-container {
  background-color:none;
  overflow: auto;
  white-space: nowrap;
}

.scroll-container img {
  padding: 10px;
}

.marcas{
	padding-top: 180px;
	padding-bottom: 180px;
}

.articulos{
	width: 100%;
	margin: 0;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 150px;
}
.articulos h4{
	font-size: 30px;
	padding: 10px;
	font-weight: bold;
}

.articulos a{
	text-decoration: none;
	color: #008487;
}

.articulos a:hover{
	opacity: 50%;
	scale: 1.05;
}

.articulos small{
	padding: 40px;
	font-family:'Frutiger_LT_45_Light';
	font-weight: bold;
}

.columnas{
	padding-top: 30px;
	padding-bottom: 100px;
}

.columnas img{
	width: 100%;
	margin: 0;
	height: 300px;
}

.columnas h5{
	text-align: center;
	font-size: 20px;
	padding: 25px;
	color: #008487;
	font-weight: bold;
}

.columnas p{
	text-align: justify;
	padding-left: 115px;
	padding-right: 115px;
	padding-bottom: 10px;
	font-size: 18px;
	color: black;
	font-family:'Frutiger_LT_45_Light';
}

.formulario{
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px;
}

.contact-form {
	width: 70%;
	padding-left: 115px;
}

.contact-form input{
	align: center;
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 10px;
	border:0px;
	font-size: 15px;
	color: #01B3BF;
}

.contact-form textarea{
	align: center;
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 10px;
	border:0px;
	font-size: 15px;
	color: #01B3BF;
}

.contact-form button{
	padding-top: 30px;
	font-size: 16px;
	gap: 20px;
	color: #01B3BF;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.contact-form button img{
	height: 40px;
	width: 40px;
}

.mensaje h6{
	text-align: left;
	font-size: 30px;
	padding-left: 115px;
	padding-bottom: 20px;
	font-weight: bold;
	font-style: italic;
	color: #008487;
}

.mensaje p{
	text-align: justify;
	font-size: 18px;
	padding-left: 115px;
	padding-right: 180px;
	font-family:'Frutiger_LT_45_Light';
	font-weight: bold;
}

.redes img{
	width: 40px;
	position: relative;
	display: inline-block;
	margin: 20px;
}

.redes{
	padding-top: 30px;
	text-align: center;
	padding-bottom: 30px;
}

.entrada img{
	width: 100%;
	height:700px;
}


/* Create two unequal columns that floats next to each other */
/* Left column */
.izquierda {   
  float: left;
  width: 75%;
}

.izquierda h2{
	font-size: 20px;
	color: #008487;
	font-weight: bold;
	padding-bottom:15px;
}

/* Right column */
.derecha {
  float: left;
  width: 25%;
  padding-left: 20px;
}

.derecha h3{
  font-size: 20px;
  color: #008487;
  font-weight: bold;
  padding-bottom:15px;
}

.derecha img{
	width: 100%;
	height: 150px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.derecha a{
  text-decoration: none;
  font-size: 15px;
  color: #01B3BF;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom:20px;
}

.derecha p{
  font-size: 15px;
  padding-bottom: 15px;
}

.derecha a:hover{
  color: #008487;
}

/* Add a card effect for articles */
.post {
   background-color: white;
   padding: 20px;
   margin-top: 20px;
}

.post h5{
	padding-bottom: 10px;
}

.post p{
	padding-top: 5px;
	color: black;
}


.fotos img{
	width: 100%;
	height: 400px;
	padding-bottom: 20px;
}

.redes h3{
  font-size: 20px;
  color: #008487;
  font-weight: bold;
  padding-bottom:10px;
  padding-top: 100px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  background-color: #EBE9E9;
}

.servicio {
  position: absolute;
  top: 80%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background-color: rgba(0, 130, 135, 0.6);
  border-radius: 10px;
  color: #FFFFFF; 
  font-size: 50px; 
  text-align: center;
  font-weight: bold;
  padding: 9px;
}

.slider p{
  position: absolute;
  top: 92%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background-color: rgba(0, 130, 135, 0.6);
  border-radius: 10px;
  color: #fff; 
  font-size: 20px; 
   line-height: 25px;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}

.slick-next.slick-arrow{
	right: 20px;
	position: absolute;
}

.slick-prev.slick-arrow{
	left: 20px;
	position: absolute;
	z-index: 1;
}



.wrapper{
	position: fixed;
	bottom: 0;
	right: 0;
	display: flex;
	height: 50px;
	z-index: 1;
	justify-content: right;
}

.main{
	flex-grow: 1;
	padding: 20px;
}

.wrapper p{
	font-size: 15px;
	padding: 10px;
	place-items:center;
}

.wrapper a{
	color: #FFFFFF;
	text-decoration: none;
}

.side-panel-toggle{
	width: 180px;
	height: 40px;
	flex-shrink: 0;
	display: grid;
	place-items: center;
	color: #FFFFFF;
	background-color: #01B3BF;
	border: none;
	border-radius: 5px 0 0 5px;
	outline: none;
	cursor: pointer;
}

.side-panel-toggle:hover{
	background-color: #008487;
}

.lang-es {
    display: none; /* Oculta los elementos en español por defecto */
}

.lang-en {
    display: block; /* Muestra los elementos en inglés por defecto */
}


html {
  scroll-behavior: smooth;
}


/*compu peque responsivo*/
@media screen and (max-width: 1024px){
	
.overlay-text { 
  font-size: 50px; 
}
	
.button {
  font-size: 20px; 
 padding-top: 10px;
}
	
.slides img{
	width: 100%;
}
	
.columnas h5{
	font-size: 20px;
	padding: 25px;
}

.columnas p{
	font-size: 15px;
	padding-top:10px;
	padding-left: 40px;
	padding-right: 40px;

}	
	
.mensaje h6{
	font-size: 25px;
	padding-left: 40px;
}

.mensaje p{
	font-size: 15px;
	padding-left: 40px;
}

.servicio {
  font-size: 40px; 
}

.slider p{
  font-size: 15px; 
}
	
.entrada img{
	width: 100%;
	height:500px;
}

	
}

/*ipad responsivo*/
@media screen and (max-width: 768px){
	
	
nav{
	font-size: 18px;
}
	
nav img{
	max-width: 70px;
}
	
.overlay-text { 
  font-size: 40px; 
}
	
.button {
  font-size: 20px; 
 padding-top: 10px;
}	
	
.arrow {
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4.5px;
}
	
.slides img{
	width: 100%;
}
		
	
.contact-form {
	width: 70%;
	padding-left: 60px;
}
	
.mensaje h6{
	font-size: 20px;
	padding-left: 40px;
}

.mensaje p{
	font-size: 14px;
	padding-left: 40px;
}

	
.categorias{
	display: none;
}
	
	
.servicio {
  position: absolute;
  top: 80%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  color: #01B3BF; 
  font-size: 30px; 
  font-weight: bold;
}

.slider p{
  position: absolute;
  top: 92%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background-color: rgba(0, 130, 135, 0.6);
  border-radius: 10px;
  color: #fff; 
  font-size: 12px; 
  text-align: center;
  text-decoration: none;
  padding: 10px;
}

.marcas{
	padding-top: 50px;
	padding-bottom: 50px;
}
	
.formulario{
	padding-top: 50px;
	padding-bottom: 50px;	
}
	
.redes img{
	width: 35px;
	padding-bottom: 10px;
	padding-top: 20px;
}
	
.redes{
	padding-bottom: 0px;
}
	
.fotos img{
	width: 100%;
	height: 400px;
	padding-bottom: 20px;
}
	
.entrada img{
	width: 100%;
	height:700px;
}


}	
	
/*responsivo celular*/
@media screen and (max-width: 767px){
	
.hideOnMobile{
		display: none;
	}
	
.menu-button{
		display: block;
	}
	
.overlay-text { 
  font-size: 30px; 
}
	
.button {
  font-size: 15px; 
 padding-top: 20px;
}
	
.arrow {
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3.5px;
}
	
.brands h3{
	font-size: 20px;
	padding-bottom: 5px;
	text-align: center;
}

.brands small{
	text-align: center;
	font-size: 12.5px;
	padding-left: 0px;
}

.slides img{
	width: 100%;
	height: 100px;
}

.marcas{
	padding-top: 40px;
	padding-bottom: 40px;
}

.articulos h4{
	font-size: 20px;
	padding-bottom: 5px;
}

.articulos small{
	font-size: 12.5px;
	padding-top: 10px;	
}

.articulos{
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
}
	
.art{
	display: block;
	}
	
.columnas{
	padding-top: 0px;
	padding-bottom: 40px;		
	}

.columnas img{
	width: 100%;
	padding-top: 10px;
}
	
.columnas h5{
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 10px;
}

.columnas p{
	padding-left: 14px;
	padding-right: 15px;
	padding-bottom: 10px;
	font-size: 14px;

}

.col-2{
	display: block;
	width: 100%;
	padding: 0px;
}
	
.art2{
		display: none;
	}

.formulario{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;	
}

.mensaje{
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}

.contact-form {
	padding-top: 10px;
	width: 70%;
	padding-left: 50px;
}
	
.mensaje h6{
	display: block;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.mensaje p{
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
	text-align: center;
}

.redes img{
	width: 30px;
	padding-bottom: 5px;
	padding-top: 20px;
}

.redes{
	padding-bottom: 0px;
}

.tabcontent p{
  position: absolute;
  top: 30%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  font-size: 15px;
  line-height: 18px;

}
	
.servicio {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  color: #FFFFFF;
  font-size: 20px; 
  padding: 5px;
}

.slider p{
  position: absolute;
  top: 80%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  font-size: 10px;
  line-height: 10px;
  padding: 5px;
}
	
.sliderpersonal img{
	width: 100%;
	height: 200px;
}

.entrada img{
	width: 100%;
	height: 200px;
}
	
.row{
	display: block;
}
	
.izquierda {   
  width: 100%;
}

.izquierda h2{
	font-size: 20px;
	color: #008487;
	font-weight: bold;
	padding-bottom:15px;
}

.derecha {
  width: 100%;
  padding-left: 0px;
}
	
.fotos img{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
	
.post img{
	width: 100%;
	height: auto;	
}
	
}