@import url('https://fonts.googleapis.com/css?family=Muli:300,400,700&display=swap');

body, 	*{font-family: 'Muli', ;}


html{ overflow-x: hidden}






/*PRELOADING------------ */
#overlayer {
  width:100%;
  height:100%;  
  position:fixed;
  z-index:10000;
  background-color:#fff;
  background-repeat: no-repeat;
  background-size:  auto 100%;
}
.loaderev {
  /* Uncomment this to make it run! */
  /*
     animation: loader 5s linear infinite; 
  */
  
  position: fixed;
  top: calc(50% - 100px);
  left: calc(50% - 10px);
   z-index:10001;
}
@keyframes loader {
  0% { left: -100px }
  100% { left: 110%; }
}
.box:before {
content:"";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #006699;
  border-bottom-color: #76BFD2;
  animation: spinner 0.7s ease infinite;}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

section{margin: 0px; padding: 0px}
/*-----------------tipografias---------------------*/

h2, h4 { font-weight: 300}
h6{font-weight: 300; margin-bottom: 30px}
p{font-weight: 300; color: #535964}
b{font-weight: 700}
a { color: inherit; text-decoration: none}
.text-shadow{ text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);}

/*-----------------COLORES---------------------*/

.bco{color: #fff}
.gris{color: #535964}
.azul{color: #006699}
.azuldos{color: #76bfd1}

.bgazul{background-color: #006699}
.bgazuldos{background-color: #76BFD2}
.bggris{background-color: #535964}
.bgazulclaro{background-color: #E9EDF2}

.fillazul{ fill: #969EAF}

/*----- Hide and show nav --  Si no quires que se esconda quita esto --------------------*/
.navbar{
  position :fixed ;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 999;
  background-color: transparent;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease }
  
  
  .nav-link:hover{ color: #76BFD2!important; text-decoration: underline}
.color-change{
    background-color: #ffffff;
    height: 80px;
    color: rgba(255, 255, 255, 1);  
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
    }
    
 .color-change  #showleft span{ background: #006699}

/*----- LOGOTIPO---------- */

.logo img{
	padding: 0px;
  position: absolute;
  margin-top: 0px;
 margin-left: 0px;
  line-height: 1;  
  z-index: 999; 
  margin-top: -30px; 

}

.logo img.vert {height: 180px; opacity: 1;  padding: 40px;
	}
.logo.peque img.vert{   opacity: 0; }

.logo img.hori{ opacity: 0}
.logo.peque img.hori{ height: 60px; opacity: 1  }

@media (max-width: 767px) {
.logo img.vert {height: 150px; opacity: 1;  padding: 40px;

}
}
/*----- PUSHH---------- */

.cbp-spmenu {
  background: #535964;
  position: fixed;
  height: 100vh;
  z-index: 999; 
  text-align: center;
  color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.cbp-spmenu hr{ border-top:solid .5px white}

.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
}

.cbp-spmenu a:hover {
  color: #127AAB;
}

.cbp-spmenu a:active {
  color: #9B111E;
}
.cbp-spmenu .info{color: #fff; font-size: .7em; margin-bottom: 20px; font-weight: 300}
 p.spna{   clear: both; padding-bottom: 2px; width: inherit; font-weight: 300;}

.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;

}
.cbp-spmenu-vertical li{ list-style: none}
.cbp-spmenu-vertical a {
  padding: .4em 0;
}

.cbp-spmenu-left {
  right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  right: 0px;
}

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  right: 0;
}

.cbp-spmenu-push-toright {
  right: 240px;
}

.cbp-spmenu-push-toleft {
  right: -240px;
}

.cbp-spmenu,
.cbp-spmenu-push {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}




/*////---------------- icono burguer ===========/////*/


.navico{   padding: 10px 30px 5px 10px;  margin-top: 30px;   position: relative;  right: 0px;    z-index: 9999;}

.navico span{ box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6)}

.cbp-spmenu-push-toright #showleft {background: ; position: absolute; right: 243px;    margin-top: 5px }
.cbp-spmenu-push-toright #showleft span { margin-top: 10px; }

#showleft {
    width: 32px;
    height: 30px;
    
      -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;

  }

  #showleft span {
    display: block;
    position: absolute;
    height: 3px;
    width: 80%;
    background: #006699;
    border-radius: 1px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #showleft span:nth-child(1) {
    top: 0px;
       width: 100%;
  }

  #showleft span:nth-child(2) {
    top: 10px;
    
  }

  #showleft span:nth-child(3) {
    top: 20px;
    width: 100%;
  }

  #showleft.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #showleft.open span:nth-child(2) {
    opacity: 0;
    right: -60px;
  }

  #showleft.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

.overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  background-color:#00303c;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  overflow: hidden;
  z-index: 100;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay-content  {
  position: relative;
  width: 100%; 
  text-align: center; 
}


.overlay a  {
  font-weight: 300;
  padding: 10px;
  text-decoration: none;
  font-size: 32px;
  color: white;
  display: block;
  transition: ease-in-out .2s;
}

.overlay a:hover  {
  color: #76BFD2;
}





/*=======----cards---====*/

.card{background-color: transparent; border: none}

.card img{ border-radius: 10px; border: none;}

/*=======----Boxes---====*/



.section-boxes{ position: relative; top: -70px;}
	.section-boxes .row{   position: relative; z-index: 2; }
	.section-boxes .p-2{border-radius: 15px 15px 0px 0px!important; overflow: hidden; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);  padding: 0px!important; border-radius: 15px 15px 0px 0px!important; background-image: url("../images/corner.svg"); background-color:white; background-size: 30px; background-position: right bottom; background-repeat: no-repeat; margin-top: 10px;  }
	
		.section-boxes .p-2 p{ margin-top: 15px	}
		
		
/*=======----carousel texto---====*/


  #a{
  margin-top:50px;
  min-height:330px; 

  
}

.testimonial h5{ color: #4C5866; font-weight: 300}
 .carousel-item .testimonial-wrapper{
 
  height:auto;
  text-align:center;
  color:white;
  padding:20px;
 

  
}

.carousel-indicators  {width: auto; margin-bottom: 0px; position: absolute; right:-100px;}
.carousel-indicators li{
 
  width:10px;
  height: 10px;
  border-radius:50%;
  margin:5px;
  background-color: #969EAE;

}
.carousel-indicators li.active{

  width:10px;
  height: 10px;
   border-radius:50%;
  margin:5px;
  background-color: #4C5866;
  
}




		
/*=======----números---====*/
.counter
{
	padding-top:  1em;
  color:#535964;
  font-size:2.3em;
}
		
		
		
/*=======----map---====*/

.bgmapa{ background-image: url("../images/bg-map.jpg"); background-size: cover; background-position: center top; background-repeat: no-repeat; background-attachment: fixed;


}

/*======================
	   iconos SVG
======================*/

.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FAFAFA;}
	.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#A62A19;}
	.st2{fill-rule:evenodd;clip-rule:evenodd;fill:#E2BC37;}
	.st3{fill:#FFFFFF; }


#iconsvg { /* Customizes all icons at once */
   width: 100%;
  height: 100%;
  margin: 0%!important;
  
}


		#Points{
			fill:none;
			opacity: 0;
			position: relative;
			-webkit-animation: padda 8s ease infinite ; /* Safari 4.0 - 8.0 */
			animation: padda 8s  ease  infinite;
				
		}
		
		

	.{
			opacity: 0;
			position: relative;
			-webkit-animation: parpadeo 8s ease-in-out  infinite; /* Safari 4.0 - 8.0 */
			animation: parpadeo 8s  ease-in-out forwards infinite;
					
		}
	


 /* Animation SVG */
		
		@keyframes padda{
			0%{
				opacity: 0;
			}
			10%{opacity: 1;
			}
			55%{opacity: 1}
			65%{opacity: .1}
			75%{opacity: 1}
			100%{opacity: 1;
			}
		}
		
		
		@keyframes parpadeo{
			0%%{
				opacity: 0;
			}
			10%{opacity: 1;
				top:0px;
				}
			100%{opacity: 1;
				top:0px;
		}
		
		}
/*==================== minislides-------------------*/


.js-slideshow {
  --fade: 1.8s;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  box-shadow: 0 6px 30px #0002;
}

/* each animated slide should be a figure and a direct child of .js-slideshow */
.js-slideshow > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  transition: opacity var(--fade) ease;
    height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.js-slideshow > img:first-child {
  opacity: 1;
}


/* end common styles */




/*=============== retails=============*/


/*=======----parallax---====*/
.hola{ overflow: hidden}

.parallax{
min-height: 400px; 
max-height: 470px;
overflow: hidden;  position: relative;}

  /* The image used */



.parallax {
  position: relative;
}

#myVideo {
  display: block;
  width: 100%;
  height: auto;
}

.quo {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
  opacity: 1;
  transition: .5s ease;
}



@media (max-width: 767px) {
#myVideo{height: 100%;  width: 160%;}
  .quo {
  position: absolute;
  top: 25%;
  }
 }
/*---------contact-------*/

.datoscont{ border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	margin-top: -30px;
	padding: 25px 25px ;	
}
.datoscont span{ clear: both!important; display: block; }
.tel, .ubic{padding-left: 25px;  background-position: left 10px; background-size: 14px; background-repeat: no-repeat; line-height: 30px}
.tel{background-image: url('../images/tel.svg'); margin-bottom: 10px }
.ubic{background-image: url('../images/ubic.svg');  margin-bottom: 10px}

input, textarea, select {background-color:#eaecee; border-radius: 5px; border: none; margin-bottom: 15px; min-height: 45px; padding: 15px;    font-size: 16px; }

select{  
	border-radius: 5px!important;
   border: none;

   color: #959595;
   height: 52px;
   padding: 15px ;
   width: 250px;}
 
 select::before{margin-left: 30px} 
 
   
.social{ float: left; margin-right: 10px; width: 30px}



/* Common button styles */
.button {
	min-width: 100px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: .6em .2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}




/* Tamaya */
.button--tamaya {
	overflow: hidden;
	color: #fff;
	min-width: 180px;
	background: #33647e;
}
.button--tamaya.button--inverted {
	color: #177daf;
	border-color: #37474f;
}
.button--tamaya::before,
.button--tamaya::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 51%;
	left: 0;
	background: #127AA8;
	color: #fff;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.dos.button--tamaya::before ,
.dos.button--tamaya::after {
	background: #00303c;
}


.button--tamaya.button--inverted::before,
.button--tamaya.button--inverted::after {
	background: #127AA8;
	color: #fff;
}
.button--tamaya::before {
	top: 0;
	padding-top: .59em;
}
.button--tamaya::after {
	bottom: 0;
	line-height: 0;
}
.button--tamaya > span {
	display: block;
	-webkit-transform: scale3d(0.2, 0.2, 1);
	transform: scale3d(0.2, 0.2, 1);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya:hover::before {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.button--tamaya:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--tamaya:hover > span {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}



/*=======----Footer---====*/

footer { background-color: #127AA4; font-family: 'Muli', ; font-weight: 300; padding: 0px 0px 0px 0px; }
footer p{color: #fff}
footer a:before{content: "> "}
footer a {color: #fff; line-height: 34px; font-size: 18px; font-weight: 300}
footer a:hover{ color: #273951!important; text-decoration: underline}
.copy{background-color: #4C5866; padding: 15px; color: #fff}
	