@font-face {
    font-family: 'SignPainter Medium';
    font-style: normal;
    font-weight: normal;
    src: local('SignPainter Medium'), url('SignPainterHouseScript.woff') format('woff');
    }

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf');
    src: url('../fonts/Raleway-Regular.ttf') format('truetype'),;
    
    font-style: normal;

}


/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family:  'Raleway', "sans-serif";
  font-size: 16px;
  color: #6A737B;
  overflow-x: hidden;
}




.sep {
  max-width: 80px;
  border: 2px solid #6A737B;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}



/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.16em;
}

h2 {
  font-size: 36px;
  color: #6A737B;
  font-weight: 400;
 
}

h3 {
  font-size: 26px;
  color: #6A737B;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #6A737B;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #006A737B0;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #6A737B;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  color: #6A737B;
  font-weight: 400;
}





    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #24242a;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}



  /* ==========================================================================
HOME  
========================================================================== */

#home { background-image: url("../img/simpress-cleaners-bg-home.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	
	
	
}


#home  img.logo-home{ 
	
	margin: 15% 38% 15%; 
	animation-delay: 0.1s;
	text-align: center;
	
} 

#home p.area { text-align: center; 
	font-weight: bold; 
	color: #00BED6; 
	animation-delay: 0.3s;	
	
}



#home .pais{ text-align: center; 
	margin: 10px auto 5%;
	line-height: 40px;
	
}



#home .pais img{ text-align: center; 
	margin: 5% auto;
	line-height: 40px;
	
} 


#home .pais a{ text-align: center; 
	font-weight: bold; 
	color: #00BED6; 
	margin: 2% auto;
	animation-delay: 0.3s;	
	
	
	-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
	
	-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
	
}


#home .pais a:hover { text-align: center; 
	font-weight: bold; 
	color: #3a4669;
	text-decoration: none;
	
	-moz-transform: scale(1.4);
-webkit-transform: scale(1.4);
-o-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
	
	
	-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-ms-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
	
	
}




.bottom-destacado { 
	color:#ffffff; 
	background-color: #00BED6;
	padding: 10px 20px ;
	text-align: center;

}


.bottom-destacado a{ 
	color:#ffffff; 

}

.bottom-destacado a:hover{ 
	color:#00658f;
	text-decoration: none;

}




@media (max-width: 768px) {

	
	#home { 
	
	height: auto;
	
} 
	
	#home  img.logo-home{ 
	
	margin: 30% 14% 20%; 
	animation-delay: 0.1s;
	text-align: center;
	
} 
	
	
	#home .pais {
    text-align: center;
    margin: 10px auto 5%;
    line-height: 50px;
}

	

}



    /* ==========================================================================
TOP  
========================================================================== */
.top-destacado { color:#ffffff; 
	background-color: #00BED6;
	padding: 10px 20px 0 20px;
	
	

}

.top-destacado p{ 
	color:#ffffff;
	font-size: 14px;

}

.top-destacado a{ 
	color:#ffffff; 

}

.top-destacado a:hover{ 
	color:#00658f;
	text-decoration: none;

}

.top-destacado i{ 
	font-size: 20px;

}


@media (max-width: 768px) {

.top-destacado { 
	padding: 10px 0 0 0;
	

}	
	
	.top-destacado p{ 
	color:#ffffff;
	font-size: 10px;

}
	
	.top-destacado i{ 
	font-size: 16px;

}

}
	



    /* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
  background: rgba(255, 255, 255, 1);
  margin-bottom: 0;
  border: none;
	border-bottom: 3px solid #00BED6;
}
.navbar-default .navbar-header {
  width: 30%;
  padding-right: 15px;
	padding-left: 20px;
	
}


.navbar-brand {

    float: none;
    height: 50px;
    padding: 0 0 10px 0;
    font-size: 18px;
    line-height: 10px;
	transition: all 0.3s ease-in-out;
	margin-left: -15px;

}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}


.navbar-default .navbar-brand img {
 
  
	max-width: 150px;
	padding-bottom: 10px;
	padding-top: 10px;
	

	
	-webkit-transform: all 0.3s ease-in-out;
-moz-transform: all 0.3s ease-in-out;
-o-transform: all 0.3s ease-in-out;
-ms-transform: all 0.3s ease-in-out;
transform: all 0.3s ease-in-out;
	

 
}


.navbar-default .nav-wrap {
  width: 100%;

}



.top-nav-collapse {
  background: rgba(255, 255, 255, 1);
  box-shadow:#000 0px -5px 10px;

}
.top-nav-collapse .navbar-brand {
  -moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;

}


.top-nav-collapse .navbar-brand img {

	width: 30%;
	
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;

 
}
.top-nav-collapse .nav > li > a {
  padding: 46px 10px 0;
}


.navbar-nav {
    float: right;
    margin: 0;
	margin-top: 10px;
}




    /* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
  overflow: hidden;
	
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  z-index: 15;
}


#owl-hero .item .caption h1 {
	text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: 'SignPainter Medium', Arial, sans-serif;
	letter-spacing: 0;
	font-size: 120px;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}


.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}


#owl-hero .item .caption h1 span {
  font-weight: 700;
}




#owl-hero .item .caption h2 {
	text-align: center;
	font-size: 40px;
  color: #fff;
  margin: 0;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);

}


#owl-hero .item .caption h4 {
	text-align: center;
	font-size: 120px; 
	margin-top: 0px;
  color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);

}






#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 0%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: rgba(0, 190, 214, 1);
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
  left: -5px;
}

#owl-hero:hover .owl-next {
  right: -5px;
}



@media (max-width: 992px) {
	
	
  #owl-hero .item .caption h1 {
	text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'SignPainter Medium', Arial, sans-serif;
	letter-spacing: 0;
	font-size: 50px;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}



#owl-hero .item .caption h1 span {
  font-weight: 700;
}




#owl-hero .item .caption h2 {
	text-align: center;
	font-size: 20px;
  color: #fff;
  margin: 0;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);

}
	
	#owl-hero .item .caption h4 {
	text-align: center;
	font-size: 70px;
  color: #fff;
  margin: 0;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);

}
}



    /* ==========================================================================
ANTIBACTERIAL 
========================================================================== */
#antibacterial {
	
	background: #00bed6;
	padding: 50px;
}

#antibacterial .antibacterial-img {
	width: 40%;
}



@media (max-width: 768px) {
	
#antibacterial .antibacterial-img {
	width: 100%;
}
 }






  /* ==========================================================================
Covid-19 Style
========================================================================== */
#covid {
  
	background-color: #f9f9f9;
	padding-top: 130px;
	padding-bottom: 60px;
  
}

#covid h3 {

   
    text-align: center;
    font-size: 20px;
color: #333333;
width: 50%;
    margin: 20px auto 40px;

}




#covid p {
	font-size: 16px;
	color:#00BED6;
	line-height: 17px;
	padding: 5px 0 10px 0;

	
}




@media (max-width: 768px) {
#covid h3 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 0px;
    width: 90%;
    margin: 0px auto 70px;
}
 }







    /* ==========================================================================
Welcome Style
========================================================================== */
#welcome {
  
	font-family: 'SignPainter Medium', Arial, sans-serif;
	padding-top: 130px;
	padding-bottom: 60px;
  
}

#welcome .destacadoWelcome {
  border-left:1px solid #A2A9AD;
  min-height:150px;
}


#welcome h2 {
	font-size: 45px;
	line-height: 30px;
	color: #00BED6;
	padding-top: 50px;
	
	
}
#welcome h2 span {
  font-weight: 700;
	font-size: 25px;
  color:#A2A9AD;

}
#welcome img {
  margin-top: 40px;
  margin-bottom: 40px;
}

#welcome p {
	font-family:  'Raleway', "sans-serif"; 
	font-size: 20px;
	color: #333333;
	padding: 10px 0;
}

#welcome ul {
	font-family:  'Raleway', "sans-serif"; 
	font-size: 20px;
	line-height: 2;
	color: #333333;
}


@media (max-width: 992px) {
	
	#welcome .destacadoWelcome {
  border-left: none;
}
	
	
	#welcome h2 {
	font-size: 45px;
	line-height: 30px;
	color: #00BED6;
	padding-top: 0px;
	
	
}
	
	#welcome p {
	font-family:  'Raleway', "sans-serif"; 
	font-size: 20px;
	color: #333333;
	padding: 10px 0;
}
	}

   

#reviews  {
	font-family:  'Raleway', "sans-serif"; 
	margin-top: 50px;
	padding-top: 50px;
	background: 
	 rgb(250, 250, 250);
	

	
	
}

#reviews  .headerReviews {
	font-family: 'SignPainter Medium', Arial, sans-serif;
width: 100%; 
	background-color:  rgb(250, 250, 250); 
	height: 50px; 
	position: absolute; 
	z-index: 9; 
	text-align: center}


#reviews h2{
	font-size: 45px;
	line-height: 30px;
	color: #00BED6;
	padding-top: 20px;
	
	
}
    

  
    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
	
	
  .NoDisplay {
	  display:none;
}
	
	
	
	
  /*-- Navigation --*/
	
	.container > .navbar-header {

    margin-right: 0;
    margin-left: 0;

}
	
	
  .navbar-default {
	  
    rgba(84, 7, 91, 1.00);  
	  
  }
	
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
	  width: 165px;
  }
  .navbar-default .navbar-header .navbar-brand img {
    
    
	margin-top: 10px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
	  float: right;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #00BED6;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
  
  
  .top-nav-collapse .nav > li > a {
    padding: 11px 10px;
}


.navbar-default .navbar-toggle {
    padding-top: 10px;
    padding-bottom: 0px;
    border: none;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}
  

  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }

  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
}








/*
 * -------------------------------------------------------------------------------- SERVICIOS HOME
 */
 
 #services {
	 padding-top: 130px;
	padding-bottom: 60px;
	width:100%;
	background:#00BED6;
	overflow:hidden;
	 
	
	
}




 .ServiciosHomeContainer {
	
}



.ServiciosHomeContainer h2{
	color:#FFFFFF;
	font-weight:lighter;
	font-size:80px;
	text-align:center;
	margin:0px auto 50px;
	font-family: 'SignPainter Medium', Arial, sans-serif;
	
}


@media (max-width: 992px) {
	
	
  .ServiciosHomeContainer h2{
	color:#FFFFFF;
	font-weight:lighter;
	font-size:50px;
	text-align:center;
	margin:0px auto 50px;
	font-family: 'SignPainter Medium', Arial, sans-serif;
	
}
}
	

/*

.ServiciosHomeContainer a {
	font-size:150px;
	color:#ffffff;
	
}

.ServiciosHomeContainer a:hover {
	color:#3a1c3c;
	text-decoration:none;
	transition:all 0.5s;
	
}


.ServiciosHomeContainer h3{
	color:#ffffff;
	font-size:25px;
	text-align:center;
	margin:-15px auto 50px;
	letter-spacing:2px;
	
}

.ServiciosHomeContainer h3:hover{
	color:#3a1c3c;
	
	
}
  */
 
 /*
 * ----- Hover Style
 */
 
 .view {
   width: 100%;
   border: 1px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   margin-bottom:30px;
}
.view .mask,.view .content {
   width: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}

.view h1 {
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 80px;
   background: rgba(120, 120, 120, 1);
   margin: 10px 0 0 0;
}

.view h2 {
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 30px;
   background: rgba(0, 0, 0, 0.8);
   margin: 40px 0 0 0;
}
.view p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #5e2d61;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   background: #FFF;
}
 
 


 /*
 * ----- Hover Style 2
 */


.view-second img {
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;

}
.view-second .mask {
   background-color: rgba(0,101,143,1.00);
   width: 300%;
   height: 280%;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   
   -webkit-transform: translate(100px, 500px) rotate(45deg);
   -moz-transform: translate(100px, 500px) rotate(45deg);
   -o-transform: translate(100px, 500px) rotate(45deg);
   -ms-transform: translate(100px, 500px) rotate(45deg);
   transform: translate(100px, 500px) rotate(45deg);
   
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.view-second h1 {
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: translate(200px, -200px);
   -moz-transform: translate(200px, -200px);
   -o-transform: translate(200px, -200px);
   -ms-transform: translate(200px, -200px);
   transform: translate(200px, -200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.view-second h2 {
 
   background: transparent;
   -webkit-transform: translate(200px, -200px);
   -moz-transform: translate(200px, -200px);
   -o-transform: translate(200px, -200px);
   -ms-transform: translate(200px, -200px);
   transform: translate(200px, -200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second p {
   -webkit-transform: translate(-200px, 200px);
   -moz-transform: translate(-200px, 200px);
   -o-transform: translate(-200px, 200px);
   -ms-transform: translate(-200px, 200px);
   transform: translate(-200px, 200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second a.info {
   -webkit-transform: translate(0px, 100px);
   -moz-transform: translate(0px, 100px);
   -o-transform: translate(0px, 100px);
   -ms-transform: translate(0px, 100px);
   transform: translate(0px, 100px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
}
.view-second:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translate(-80px, -125px) rotate(45deg);
   -moz-transform: translate(-80px, -125px) rotate(45deg);
   -o-transform: translate(-80px, -125px) rotate(45deg);
   -ms-transform: translate(-80px, -125px) rotate(45deg);
   transform: translate(-180px, -125px) rotate(45deg);
}
.view-second:hover h1 {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
.view-second:hover h2 {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
.view-second:hover p {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-second:hover a.info {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}




@media (max-width: 992px) {


.view-second:hover h2 {
	font-size: 50px;
}

.view-second:hover p {
	font-size: 18px;
}

}











.grow
{
        -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}

.grow:hover
{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
}

.border {
	
	
	padding:5px; 
	background-repeat: no-repeat; 
	background-size: cover;  
	height: 300px; 
	text-align: center;  
	
	
	 -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
	
	
	
    
}

.border:hover
{
        
	box-shadow: inset 0 0 0 205px rgba(255, 255, 255, 0.5);
    }





/*
 * -------------------------------------------------------------------------------- 
PROMOTIONS
 * -------------------------------------------------------------------------------- 
 */

#promotion {
	 padding-top: 130px;
	padding-bottom: 60px;
	width:100%;
	background: url(../img/promo/bg-promo.jpg) no-repeat;
	 background-size: cover;
	overflow:hidden;
	 
	
	
}
 




.PromocionesHomeContainer h2{
	color:#00658f;
	font-weight:lighter;
	font-size:80px;
	text-align:center;
	margin:0px auto 50px;
	font-family: 'SignPainter Medium', Arial, sans-serif;
	
}


@media (max-width: 992px) {
	
	
  .PromocionesHomeContainer h2{
	color:#00658f;
	font-weight:lighter;
	font-size:50px;
	text-align:center;
	margin:0px auto 50px;
	font-family: 'SignPainter Medium', Arial, sans-serif;
	
}
}



 

/*
 * -------------------------------------------------------------------------------- 
NEWSLETTER
 * -------------------------------------------------------------------------------- 
 */

#infoSimpress {
	background-color: #00658f;
	text-align: center;
	padding: 30px;
	 
	
	
}

#infoSimpress h2{
	color: white;
	
}

#infoSimpress p{
	color: white;
	
}


#infoSimpress input, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
	background: none;
	color: white;
	border: 1px solid #fff;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 0px;
}

#infoSimpress .btn {
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	background: #fff;
	color: #00658f;
	
	
}

#infoSimpress .btn:hover {
   
	background: #00BED6;
	color: #fff;
		
	
}



/*
 * -------------------------------------------------------------------------------- 
STORES / TIENDAS
 * -------------------------------------------------------------------------------- 
 */

#stores  {
   
	color: #00BED6;
	text-align: left;
	padding-top: 130px;
	padding-bottom: 60px;
	background: rgba(255, 255, 255, 1);
		
	
}

#stores  h1 {
   
	color: #00BED6;
	text-align: left;
	font-size: 22px;
	letter-spacing: 0px;
	font-weight: bolder;
	padding: 0 0 10px 10px;
	
		
	
}


#stores  h2 {
   
	color: #00BED6;

font-weight: lighter;
font-size: 80px;
text-align: center;
margin: 0px auto 50px;
font-family: 'SignPainter Medium', Arial, sans-serif;
	
		
	
}

#stores  .storecase {
   

	padding: 10px;
		
	
}

#stores  .case {
   
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
	padding: 5px 0 10px 0;
		
	
}


#stores  .case:hover {
   
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	-webkit-transition: all 1s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
	
	
		
	
}


#stores  ul {
	list-style: none;
		
}


#stores  i {
	padding: 20px 10px 0 0 ;
		
}


#stores  a {
	color: #00BED6;
	text-decoration: none;
		
}







/*
 * -------------------------------------------------------------------------------- 
CONTACT / CONTACTO
 * -------------------------------------------------------------------------------- 
 */



#contact  {
   
	color: #fff;
	text-align: left;
	padding-top: 130px;
	padding-bottom: 60px;
	background: rgba(0, 190, 214, 1);
		
	
}




#contact  h2 {color:#FFFFFF;
	font-weight:lighter;
	font-size:80px;
	text-align:center;
	margin:0px auto 50px;
	font-family: 'SignPainter Medium', Arial, sans-serif;
	
}




#contact  a{
   
	color: #fff;
	text-align: left;
	
}

#contact  a:hover{
   
	color: #00658f;
	text-align: left;
	
}
 
.form-control::placeholder {
    color: #fff;
    opacity: 1;
}

#contact input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
	background: none;
	color: white;
	border: 1px solid #fff;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 0px;
}


#contact  select {
	margin-bottom: 5px;
}

#contact .btn {
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	background: #fff;
	color: #00BED6;
	
	
}

#contact .btn:hover {
   
	background: #00658f;
	color: #fff;
		
	
}


@media (max-width: 768px) {

#contact .btn {
    
    margin-bottom: 30px;
	border-radius: 0px;
    
	
	
}
	
	
@media	h2{
	color:#FFFFFF;
	font-weight:lighter;
	font-size:50px;
	text-align:center;
	margin:0px auto 50px;
	font-family: 'SignPainter Medium', Arial, sans-serif;
	   }
	

}	







  /* ==========================================================================
Google Map Style
========================================================================== */
#map {
  width: 100%;
  height: 400px;
	padding: auto 0;
	margin: 0;
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: rgba(0, 190, 214, 1);
  padding-top: 130px 0 0 0;
  text-align: center;
  color:#000;
	padding-top: 20px;
   
}

footer a {
  color: #ffffff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer a:hover,
footer a:focus,
footer a:active {
  color:#00BED6;
  text-decoration:none;
  
}

footer p{
	color:#ffffff;
}

footer .sections{
	padding-bottom:30px;
	
}

footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}

footer a.social  {
  color: #ffffff;
	font-size: 80px;
  margin-left: 20px;
  margin-right: 20px;

}
footer a.social:hover,
footer a.social:focus,
footer a.social:active {
  color:#008698;

}






footer hr {

    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top:  1px solid #eee;

}


footer .copy p{
	text-align:center;
	color:#fff;
	font-size:12px;
	padding-top:10px;
}




		