@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.big { display: none;}
.sma { display: block;}
header {
    clear: both;
	float: left;
	width: 100%;
	display: block;
}
.top {
    display: none;
}
#logo {
	clear: both;
	float: left;
	width: 40%;
	margin: 7% 30%;
	display: block;
}
#slide {
    clear: both;
	float: left;
	width: 100%;
	display: block;
    position: relative;
    z-index: 1;
}
#get {
    clear: both;
	float: left;
	display: block;
    z-index: 100;
    background: #e3017e;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 14pt;
    line-height:16pt;
    letter-spacing: 3pt;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin: -8.2% 10% 0;
    border-radius: 60px;
    padding: 4% 5%;
    width: 70%;
}
#modulo {
	clear: both;
	float: left;
	width: 70%;
    padding: 35% 15% 25% 15%;
	display: block;
    background-image: url("../img/estey-gleaming-residencial-cleaning-services-background.jpg"); 
    background-color: #e89cf1;
    background-repeat: no-repeat;
    background-size: auto 65%;
    background-position: 30% -25%;
    text-align: right;
    margin-top: 5%;
}
a #button {
    width: 90%;
    margin: 10% auto 0;
    border-radius: 60px;
    padding: 3% 5%;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 11pt;
    line-height:15pt;
    letter-spacing: 3pt;
    text-transform: uppercase;
    color: #8dd5f0;
    font-weight: 600;
    border: 2px solid #8dd5f0;
}
a #button:hover {
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
}
.icon { height: 16px; margin-bottom: 4%;}
#section {
	clear: both;
	float: left;
    padding: 0;
	width: 100%;
	display: block;
    position: relative;
}
#section.about {
	clear: both;
	float: left;
    padding: 10% 0 0;
	width: 100%;
	display: block;
    position: relative;
}
#section.contact {
	clear: both;
	float: left;
    padding: 10% 10% 16%;
	width: 80%;
	display: block;
    position: relative;
}
#section.about #modulo {
    background: #8dd5f0;
    background-image: none;
    width: 80%;
    padding: 15% 10% 20%;
    margin: 15% 0 0;
}
#section.about #title {
    margin: 6% 10% 10%;
    width: 80%;
}
#section.about #izq {
    margin: 0 10% 10%;
    width: 59.5%;
    padding: 10%;
}
#section.about #der {
    margin: 0 10% 0;
    width: 80%;
}
#title {
	clear: both;
	float: left;
	width: 100%;
    text-align: center;
	display: block;
    margin-bottom: 10%;
}
#izq {
    clear: both;
	float: left;
	width: 80%;
	display: block;
    border: 2px solid #f4a6d8;
    border-radius: 50px;
    padding: 8% 10%;
    margin-bottom: 8%;
}
#der {
    clear: both;
	float: left;
	width: 100%;
	display: block;
}
footer {
    clear: both;
	float: left;
	width: 100%;
	display: block;
    position: relative;
    z-index: 100;
    margin-top: -3.2%;
}
footer img {
    width: 100%;
}
#foot1 {
    clear: both;
	float: left;
	width: 70%;
    padding: 15%;
	display: block;
    background: #e3017e;
    text-align: center;
}
#foot1 img {
    width: 26%;
    margin: 0 37% 7%;
    display: block;
    clear: both;
	float: left;
}
#copy {
    clear: both;
	float: left;
	width: 80%;
	display: block;
    background: #fff;
    text-align: center;
    padding: 3% 10% 4%;
}


/*FLIP EFFECT*/
#fix img, #fix2 img { width: 50%; margin-bottom: 7%;}
#fix {
    clear: none;
    display: block;
    float: left;
    background: #fff;
    width: 70%;
    margin: 0;
    padding: 15%;
    height: auto;
    text-align: center;
}
#fix2 {
    clear: none;
    display: block;
    float: left;
    background: #fff;
    width: 70%;
    margin: 0;
    padding: 15%;
    height: auto;
    border-top: 2px solid #f4a6d8;
    border-bottom: 2px solid #f4a6d8;
    border-left: none;
    border-right: none;
    text-align: center;
}
#flip {
    clear: none;
    display: none;
    float: left;
    background: #fff;
    color: #8dd5f0;
}
#flip2 {
    clear: none;
    display: none;
    float: left;
    background: #fff;
    border-top: 2px solid #f4a6d8;
    border-bottom: 2px solid #f4a6d8;
    border-left: none;
    border-right: none;
    color: #8dd5f0;
}
.flip-card {
  background-color: transparent;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.flip-card:focus {
    outline: 0;
}
.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.flip-card-front {
  background: #fff;
  z-index: 2;
}
.flip-card-back {
  background: #fff;
  color: #7c7b7b;
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}



@media only screen and (min-width: 581px) {
.big { display: block;}
.sma { display: none;}
.gridContainer {
	width: 100%;
}
.top {
    display: block;
}
#logo {
	width: 14%;
	margin: 3% 0 0 3%;
    position: absolute;
    z-index: 1000;
}
#get {
    font-size: 14pt;
    line-height: 18pt;
    letter-spacing: 3pt;
    margin: -3.2% 25% 0;
    padding: 2% 5%;
    width: 40%;
}
#section {
    padding: 0;
    width: 100%;
}
#section.about {
	clear: both;
	float: left;
    padding: 6% 0 0;
	width: 100%;
	display: block;
    position: relative;
}
#section.contact {
    padding: 6% 15% 15%;
	width: 70%;
}
#title {
	width: 100%;
    margin-bottom: 6%;
}
#section.about #title {
    width: 70%;
    margin: 0 15% 6%;
}
#section.about #izq {
    width: 50%;
    margin: 0 18%;
    padding: 7%;
}
#section.about #der {
    width: 64%;
    margin: 6% 18% 0;
}
#izq {
	width: 70%;
    margin: 0 5%;
    padding: 10%;
}
#der {
    width: 70%;
    margin: 8% 15% 0;
}
#modulo {
	width: 42%;
    padding: 10% 15% 15% 43%;
    background-size: 100% auto;
    background-position: top center;
    text-align: left;
    margin-top: 3%;
}
#section.about #modulo {
    width: 64%;
    margin: 0;
    padding: 8% 18% 12%;
    margin-top: 8%;
}
a #button {
    width: 70%;
    margin: 6% auto 0%;
    padding: 2% 5%;
    font-size: 12pt;
    line-height: 18pt;
}
footer {
    margin-top: -3.2%;
}
#foot1 {
	width: 70%;
    padding: 4% 15% 6%;
}
#foot1 img { width: 16%; margin: 0 42% 5%;}
#copy {
    padding: 1.6% 10%;
}
    
/*FLIP EFFECT*/
#flip img, #flip2 img { width: 40%; margin-bottom: 7%;}
#fix, #fix2 { display: none;}
#flip {
    width: 50%;
    margin: 0 25%;
    padding: 7% 0 4%;
    height: 350px;
    display: block;
}
#flip2 {
    width: 50%;
    margin: 0 25%;
    padding: 7% 0 4%;
    height: 350px;
    border-top: 2px solid #f4a6d8;
    border-bottom: 2px solid #f4a6d8;
    border-left: none;
    border-right: none;
    display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 850px) {
.gridContainer {
	width: 100%;
	max-width: 1920px;
	margin: auto;
}
#logo {
	width: 12%;
    margin: 2.5% 0 0 3%;
}
#section {
    padding: 6% 0 0;
    width: 100%;
}
#flip img, #flip2 img { width: 50%; margin-bottom: 11%;}
#modulo {
    padding: 10% 15% 17% 43%;  
    margin-top: 0;
}
#izq {
	width: 34.2%;
    margin: 0 10% 0 0;
    padding: 5%;
}
#der {
    width: 45%;
    clear: none;
    margin: 0;
}
#section.about #izq {
	width: 27.5%;
    margin: 0 5% 0 10%;
    padding: 5%;
}
#section.about #der {
    width: 37.5%;
    clear: none;
    margin: 0;
}
#section.about #modulo {
    width: 70%;
    margin: 0;
    padding: 6% 15% 12%;
    margin-top: 8%;
}
footer {
    margin-top: -3.2%;
}
#foot1 {
	width: 70%;
    padding: 2% 15%;
}
#foot1 img { width: 10%; margin: 0 45% 3%;}
a #button {
    width: 50%;
    margin: 4% auto 2%;
    padding: 1.2% 2%;
}
#copy {
    padding: 1% 10%;
}
    
    
/*FLIP EFFECT*/
#flip {
    clear: none;
    width: 23%;
    padding: 5%;
    height: 300px;
    margin: 2% 0 10%;
}
#flip2 {
    clear: none;
    width: 23%;
    padding: 5%;
    height: 300px;
    margin: 2% 0 10%;
    border-left: 1px solid #f4a6d8;
    border-right: 1px solid #f4a6d8;
    border-top: 0;
    border-bottom: 0;
}
    
}
