@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
@font-face{
	font-family: "Franklin Gothic Book Regular";
	src: url("fonts_bw/Franklin Gothic Book Regular.woff2") format("woff2");
}
@font-face{
	font-family:'Futura Bold';
	src: url("fonts_bw/Futura Bold.ttf") format("ttf"), url("fonts_bw/Futura Bold.woff2") format("woff2");
}
@font-face{
	font-family:'FutuBk';
	src: url( "fonts_bw/FutuBk.ttf") format("ttf"), url( "fonts_bw/FutuBk.woff2") format("woff2");
}
@font-face{
	font-family: "Futura Condensed Medium";
	src: url( "fonts_bw/Futura Condensed Medium.ttf") format("ttf"), url( "fonts_bw/Futura Condensed Medium.woff2") format("woff2");
}
@font-face{
	font-family: 'Futura 20Medium 20BT';
	src: url( "fonts_bw/Futura_20Medium_20BT.ttf") format("ttf"), url( "fonts_bw/Futura_20Medium_20BT.woff2") format("woff2");
}
#menuToggle
{
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  
  z-index: 9999;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #66CCCC;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menusito
{
  position: absolute;
  width: 250px;
  margin: -100px 0 0 0;
  padding: 50px 20px 50px 20px;
  padding-top: 125px;
  right: -100px;
  
  background: rgba(255,255,255,0.85);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menusito li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
  opacity: 1;
}
#menusito li a, .dropbutn {
  display: inline-block;
  color: black;
  text-align: center;
  text-decoration: none;
	font-family: "Franklin Gothic Book Regular";
	font-size: 1em;
}

header li a:hover, .dropdaun:hover .dropbutn {
	text-decoration: underline;
}

header li.dropdaun {
  display: inline-block;
}

.dropdaun-conty {
  display: none;
  position: relative;
  background-color: rgba(211,211,211,0.30);
  min-width: 250px;
  z-index: 1;
}
.dropdaun-conty a {
  color: #000000;
  padding: 12px 77px 12px 0px;
	font-family: "Franklin Gothic Book Regular";
	font-size: 1em;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdaun-conty a:hover {background-color: dimgray;}

.dropdaun:hover .dropdaun-conty {
  display: block;
}

.espacio{
	padding-left: 2%;
}
.espaciomenos{
	margin-left: -2%;
}
.espacioconta{
	padding-left: 3%;
}
.link{
	color:white;
	text-decoration: none;
}
.link:link {
  color: white;
}
.link:hover{
	text-decoration:underline;
}
.link:visited {
	color: white;
	text-decoration: none;
}
.linkk:link {
  color: #000000;
 text-decoration:none;
}
.linkk:hover{
	text-decoration:underline;
}
.linkk:visited {
	color: #000000;
	text-decoration: none;
}

header li a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  text-decoration: none;
}

header li a:hover, .dropdown:hover .dropbtn {
	text-decoration: underline;
}

header li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:rgba(236,236,236,0.5);
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 2px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown:hover .dropdown-content {
  display: block;
}
header .button{
	display: none;
}
header .svg{
	width: 2em;
	height: 2em;
}
header ul {
	list-style-type: none;
  overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	width: 52%;
    margin-left: 58%;
	margin-top: 2.5em;
	vertical-align: top;
}
header li{
	float: left;
	color: black;
	padding: 0.5em 0%;
	width: 36%;
	vertical-align: top;
	display: inline-block;
	font-family: 'Franklin Gothic Book Regular';
	font-size: 1.3em;
}
header{
	width: 100%;
	vertical-align: top;
	display: inline-block;
	position: fixed;
	height: 100px;
	background-color: rgba(255,255,255,0.70);
}
#logo{
	vertical-align: top;
	display: inline-block;
	width:  23%;
}
#loguin{
	width: 69%;
	margin-left: 40%;
	margin-top: 2em;
	vertical-align: top;
	display: inline-block;
	transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
}
#navi{
	width: 70%;
	vertical-align: top;
	display: inline-block;
}

.quien{
	padding-right: 11%;
}
main{
	width: 100%;
	vertical-align: top;
	display: inline-block;
}
#tituservs{
	font-family: 'FutuBk';
	font-size: 8em;
	width: 100%;
	text-align: center;
	color: #336699;
	margin-top: 1.5em;
	margin-bottom: .1em;
	font-kerning: normal;
}
#uno{
	background-image: url("imagenes/serv_ima01.jpg");
	width: 100%;
	height: 600px;
	background-size: cover;
}
#hacheuno{
	font-family:"Futura 20Medium 20BT";
	font-size: 3.7em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	width: 60%;
	margin-left: 40%;
	margin-top: 5em;
	vertical-align: top;
	display: inline-block;
}
#paruno{
	font-family: 'FutuBk';
	font-size: 1.7em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	width: 50%;
	padding-left: 43%;
}
#dos{
	background-image: url("imagenes/serv_ima02.jpg");
	width: 54%;
	height: 400px;
	margin-top: .8em;
	background-size: cover;
}
#hachedos{
	font-family:"Futura 20Medium 20BT";
	font-size: 3.7em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	width: 90%;
	margin-left: 5%;
	margin-top: 2.5em;
	vertical-align: top;
	display: inline-block;
}
#pardos{
	font-family: 'FutuBk';
	font-size: 1.7em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	width: 80%;
	padding-left: 10%;
}
#tres{
	background-image: url("imagenes/serv_ima03.jpg");
	width: 54%;
	height: 400px;
	margin-top: .8em;
	background-size: cover;
}
#hachetres{
	font-family:"Futura 20Medium 20BT";
	font-size: 3.7em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	width: 90%;
	margin-left: 5%;
	margin-top: 2.5em;
	vertical-align: top;
	display: inline-block;
}
#partres{
	font-family: 'FutuBk';
	font-size: 1.7em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	width: 80%;
	padding-left: 10%;
}
#cuatro{
	background-image: url("imagenes/serv_ima04.jpg");
	width: 45%;
    height: 813px;
    margin-top: -50.8em;
    background-size: cover;
    position: absolute;
    display: inline-block;
    vertical-align: top;
    margin-left: 55%;
}
#hachecuatro{
	font-family:"Futura 20Medium 20BT";
	font-size: 3.7em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	width: 90%;
	margin-left: 5%;
	margin-top: 2.5em;
	vertical-align: top;
	display: inline-block;
}
#parcuatro{
	font-family: 'FutuBk';
	font-size: 1.7em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	width: 80%;
	padding-left: 10%;
}
#cinco{
	background-image: url("imagenes/serv_ima05.jpg");
	width: 100%;
	margin-top: .8em;
	height: 600px;
	background-size: cover;
}
#hachecinco{
	font-family:"Futura 20Medium 20BT";
	font-size: 3.7em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	width: 55%;
	margin-left: 45%;
	margin-top: 5em;
	vertical-align: top;
	display: inline-block;
}
#parcinco{
	font-family: 'FutuBk';
	font-size: 1.7em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	width: 50%;
	padding-left: 47%;
}
#losiconos{
	width: 80%;
	margin-left: 10%;
	vertical-align: top;
	display: inline-block;
}
#iconos{
	width: 100%;
	margin-top: 3em;
	vertical-align: middle;
	display: inline-block;
}
.iconosconta{
    width: 13%;
    margin-left: 10%;
    margin-right: 10%;
	vertical-align: middle;
	display: inline-block;
}
.ico{
	width: 100%;
	vertical-align: middle;
	display: inline-block;
}
.txticonos{
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	font-family: "Futura Bold";
	margin-top: .5em;
	text-align: center;
	font-size: 1.5em;
}
.verde{
	color: #4F8E11;
}
.azulito{
	color: #66CCCC;
}
.otroazul{
	color: #336699;
}
#mapanav{
	width: 100%;
	margin-top: 1em;
	vertical-align: top;
	display: inline-block;
	background-color: #44AFBD;
}
#mapa{
	width: 90%;
	margin-left: 5%;
	margin-top: 1em;
	vertical-align: top;
	display: inline-block;
}
.ppales{
	width: 9%;
	margin-left: 5%;
	margin-right: 5%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	font-family: "Futura Bold";
	font-size: 1em;
	color: white;
}
.txtppales{
	width: 100%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	font-family: 'FutuBk';
	font-size: 1em;
	color: white;
}
.servs{
	width: 13%;
}
.conta{
	width: 8%;
}
.bwt{
	width: 100%;
	margin-top: 4em;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	font-family: "Futura Bold";
	font-size: 1em;
	color: white;
	margin-bottom: 1em;
}
.best{
	font-family:'FutuBk';
	font-size: 1em;
}
#menuToggle{
	display: none;
}
#imaintroo{
	display: none;
}
#fondito{
	display: none;
}
@media screen and (max-width: 1480px) {
header ul {
	width: 54%;
    margin-left: 55%;
}
header li{
	width: 37%;
}
	}
@media screen and (max-width: 1426px) {
header ul {
	width: 56%;
}
header li{
	width: 39%;
}
	}
@media screen and (max-width: 1376px) {
header ul {
	width: 58%;
    margin-left: 53%;
}
header li{
	width: 41%;
}
	}
@media screen and (max-width: 1328px) {
header ul {
	width: 60%;
    margin-left: 50%;
}
header li{
	width: 43%;
}
	}
@media screen and (max-width: 1284px) {
header ul {
	width: 65%;
    margin-left: 47%;
}
header li{
	width: 46%;
}
	}
@media screen and (max-width: 1024px) {
header{
		display: none;
	}
#imaintroo{
	max-width: 35%;
    padding-left: 34%;
    padding-top: 1em;
	display: block;
  position: fixed;
	z-index: 8888;
  transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
	}
#fondito{
	width: 100%;
	display: inline-block;
	position: fixed;
	height:140px;
	background-color: rgba(255,255,255,0.70);
	top:0em;
}
	#menuToggle{
		display: block;
	}
	header ul li:first-child {
		margin-left: 0%;
	}
	#imauno{
	margin-top:6em;
}
	#subti{
	margin-top: 6em;
}
	#txtdos{
	width: 91%;
    margin-left: 7%;
    font-size: 1.8em;
}
	#instal{
	width: 90%;
	text-align: center;
    margin-left: 5%;
    font-size: 5em;
}
#para{
	width: 90%;
	text-align: center;
    margin-left: 5%;
	font-size: 3em;
	color: #99CC66;
}
}
@media screen and (max-width: 385px) {
body{
	background-color: #FFFFFF;
}

#imaintroo{
	width: 49%;
    padding-top: 1em;
    padding-left: 25%;
  position: fixed;
	z-index: 8888;
  transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
	}

#imauno{
	width: 80%;
    margin-left: 5%;
	margin-top: 6em;
}
#imasust{
	width: 100%;
	margin-top: 4em;
}
#subti{
	width: 70%;
    margin-left: 17%;
    margin-top: 11em;
    font-size: 1.1em;
	position: absolute;
	text-align: center;
}
#txtuno{
	width: 70%;
    margin-left: 17%;
    margin-top: -21em;
    font-size: 1em;
	text-align: center;
}
#txtdos{
	width: 90%;
    margin-left: 5%;
    margin-top: .5em;
    font-size: 2em;
	text-align: center;
}	
	#instal{
	width: 90%;
    margin-left: 5%;
    margin-top: 0.6em;
    font-size: 3.6em;
}
#para{
	font-size: 1.8em;
}
#usamos {
    width: 85%;
    margin-left: 8%;
	margin-top: .7em;
	font-size: 1.3em;
}	
#lasmarcs{
	width: 95%;
	margin-left: 2.5%;
	margin-top: -1em;
}

#florecitas{
	width: 55%;
	margin-left: 25%;
}
#txtflorecitas{
	width: 93%;
    margin-left: 7%;
	margin-top: .7em;
	font-size: 2.3em;
	line-height: 1.3em;
}
#hojitablanca{
	width: 10%;
	margin-left: 45%;
	margin-top: 1.5em;
	margin-bottom: 2em;
}
#losiconos{
	width: 90%;
	margin-left: 5%;
}
#iconos{
	width: 100%;
	margin-top: 2em;
	vertical-align: middle;
	display: inline-block;
}
.iconosconta{
	width: 18%;
    margin-left: 6%;
    margin-right: 7%;
}
.ico{
	width: 100%;
    margin-left: 3%;
}
.txticonos{
	width: 100%;
    margin-top: 0.7em;
    margin-bottom: 1em;
    text-align: center;
    font-size: .6em;
}
#mapanav{
	width: 100%;
	margin-top: 1.3em;
}
#mapa{
	width: 90%;
	margin-left: 5%;
	margin-top: 1em;
	vertical-align: top;
	display: inline-block;
}
.ppales{
	width: 90%;
	font-size: 1.1em;
	margin-bottom: 1.3em;
}
.txtppales{
	width: 90%;
	font-size: 1.1em;
}
.servs{
	width: 90%;
}
.conta{
	width: 90%;
}
.bwt{
	margin-top: 2em;
	font-size: .7em;
	margin-bottom: 1em;
	margin-left: 14%;
	width: 80%;
}
.best{
	font-family:'FutuBk';
	font-size: .7em;
}
}
@media screen and (max-width: 364px) {
	#tituservs{
	font-size: 4em;
	margin-top: 3em;
}
#uno{
	height: 200px;
}
#hacheuno{
	font-size: 2em;
	width: 90%;
	margin-left: 5%;
	margin-top: 1.5em;
}
#paruno{
	font-size:1em;
	margin-top: .5em;
	width: 85%;
	padding-left: 8%;
}
#dos{
	height: 200px;
	width: 100%;
}
#hachedos{
	font-size: 2em;
	width: 90%;
	margin-left: 5%;
	margin-top: 1.5em;
}
#pardos{
	font-size:1em;
	margin-top: .5em;
	width: 85%;
	padding-left: 8%;
}
#tres{
	height: 200px;
	width: 100%;
}
#hachetres{
	font-size: 2em;
	width: 90%;
	margin-left: 5%;
	margin-top: 1em;
}
#partres{
	font-size:1em;
	margin-top: .5em;
	width: 85%;
	padding-left: 8%;
}
#cuatro{
	width: 100%;
    height: 200px;
    margin-top: 1em;
    background-size: cover;
    position: absolute;
    margin-left: 0%;
}
#hachecuatro{
	font-size: 2em;
	width: 90%;
	margin-left: 5%;
	margin-top: 1em;
}
#parcuatro{
	font-size:1em;
	margin-top: .5em;
	width: 85%;
	padding-left: 8%;
}
#cinco{
	height: 200px;
	width: 100%;
	margin-top: 14.7em;
}
#hachecinco{
	font-size: 2em;
	width: 90%;
	margin-left: 5%;
	margin-top: .3em;
}
#parcinco{
	font-size:1em;
	margin-top: .5em;
	width: 85%;
	padding-left: 8%;
}
	.bwt{
	margin-left: 12%;
	width: 80%;
}
#mapa{
	margin-left: 7%;
}
 #menu {
    transform: none;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

#iconos{
	margin-top: 1em;
	margin-left: 5%;
}
}