/*============= RESETS ============= */

/*-- iPhone X Remove Gutters --*/
html{
	padding: env(safe-area-inset);
	margin: env(safe-area-inset);
}
/*-- Prevent Horizontal Scrolling & Font Style --*/
html, body {
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	color: #505962;

	
}
.matco-blue{
	color: hsla(235,58%,34%,1.00);
}

/*============= NAVIGATION =============*/
.navbar-brand img{
	padding-top:1rem;
	padding-left: 1.5rem;
	height: 9.5rem;
}
.navbar{
	padding: .7rem 1rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1rem;
	font-size: 0.9rem;
	transition: background-color 0.5s ease;
}

.specialopacity{
	opacity: 0.4;
}

.navbar-nav li{
	padding-right:0.8rem;
}

.navbar-nav .nav-link{
	color:hsla(0,0%,25%,1.00);
	padding-right: 1rem;
}
.navbar-nav .nav-link:hover{
	color:hsla(235,58%,34%,1.00);
}

.navbar-nav .nav-link.active{
	color:hsla(235,58%,34%,1.00);
}
/*--- Drop-down Menu --*/
.dropdown-menu, .dropdown-item{
  font-size: .9rem;
  background-color: white;
  border: 0;
}
.dropdown-menu.show {
  margin-top: .75rem!important;
  border-radius: 0;
  transition: background-color .5s ease 0s;
}
.dropdown-submenu {
  transition: background-color .5s ease 0s;
}

.dropdown-item:hover, .dropdown-item:focus{
	color: white;
	background-color: hsla(235,58%,34%,1.00);
}

.dropdown-toggle:active {
  color:hsla(235,58%,34%,1.00)!important;
}

.dropdown-submenu > .dropdown-menu {
  width: 100%;
  margin-top: 0!important;
  margin-left: 3rem;
	position: relative;
	
}
/*++++++++++++++++++++++++++++++++++++++++*/

div#motto{
	padding-left: 3.4rem;
	color:hsla(235,58%,34%,1.00);
	background-color: #f5d710;
	max-height: 1.9rem;
	line-height: 1.9rem;
}
#motto p{
	font-size: 1.2rem;
	
}
span#numMotto{
	font-size:1.5rem;
	font-family: cursive;
}

/*.navbar-nav > li > .dropdown-menu > li > a {
  color: hsla(0,0%,25%,1.00);
}
.navbar-nav >li > .dropdown-menu > li > a.active{
	color:hsla(235,58%,34%,1.00);
	background-color: hsla(0,0%,100%,1.00);
}
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li >  a:focus {
  color: hsla(0,0%,100%,1.00);
  background-color: hsla(235,58%,34%,1.00);
}*/

.custom-toggler-icon{
	color:hsla(235,58%,34%,1.00);
	font-size: 1.6rem;
}
.navbar.solid,
.navbar.solid-toggle{
	transition: background-color 1s ease;

}
/*-- Remove Button Outline --*/
button:focus, a:focus, a.btn:focus {
	outline: 0;
	-webkitappearance: none;
	box-shadow: none;
}
button, a, a.btn, .svg-inline--fa{
	transition: all .6s ease;
}
/*============= LANDING PAGE =============*/
.carousel-item {
  height: 500px;
}

.carouselitem img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 500px;
}
#owlCarousel1{
	padding-bottom: 2rem;
}


/*-- Landing Page Caption --*/

.carousel-control-prev-icon,
.carousel-control-next-icon {
 	filter:invert(80%);
}

.tittleHeader{
	color: white;
	background-color: #333299;
	padding-bottom: 0.5rem;
	font-weight: 200;
}

#Footer{
	background-color: hsla(0,0%,30%,1.00) /*center / cover no-repeat*/;
	color: white;
	text-align: center;
}
#horarioContacto{
}

#horarioContacto h2{
	font-weight: bold;
	font-size: 2rem;
	padding: 2.5rem 0 .5rem ;
}
#horarioContacto p{
	font-weight: lighter;
	font-size: 1.4rem;
}
#copyright{
	font-size: 0.7rem;
	font-weight: lighter;
}
hr {
       display: block;
       padding: 0;
       margin: 8px auto;
       height: 0;
       width: 100%;
       max-height: 0;
       font-size: 1px;
       line-height: 0;
       clear: both;
       border: none;
       border-top: 1px solid #ffffff;
       border-bottom: 1px solid #ffffff;
}

#mail-address{
	font-size: 1.5rem;
}
.fa-envelope{
	font-size: 3rem;
}
.fa-facebook-f, .fa-instagram, .fa-waze{
	font-size: 3rem;
}
#socialNetworks{
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}
#socialNetworks a, #mail a{
	 color: inherit;
}

#weSend img{
	padding: 1rem 2rem;
	max-height: 65vh;
	
}

#products-images img{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#products-images h2{
	padding-top: 2rem;
}

#historia h1{
	align: center;
}

#resena, #mision{
	padding-top: 3rem;
}
#vision{
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.fa-comment-dots, .fa-credit-card{
	font-size: 2.5rem;
}
#perks{
	padding-bottom: 3rem;
	padding-top: 3rem;
}
#perks col, #perks col-1{
	border: solid;
}
#formSection h1{
	margin: 1.5rem;
}
#sendButton{
	margin: 1rem 0;
}

.owl-one .item img{
      display: block;
      height: 500px !important;

}

img.pvc-image{
	display: inline-block;
	max-width: 200px;
	max-height: 200px;
}

.pvcRow .col-sm .row{
	justify-content: center;
	
}

@media only screen and (max-width: 576px){
	#products-images h2{
		font-size: 1.5rem;
		padding-top: 2rem;
	}
	#horarioContacto h2{
		font-size: 1.4rem;
		padding-top: 2rem;
	}
	#horarioContacto p{
		font-size: 1.2rem
	}
	#mail{
		padding-top: 1rem;
	}
	#carousel1{
		padding-bottom: 0rem;
	}
	#weSend img{
		padding-top: 0rem
	}
	#perks{
	padding-bottom: 3rem;
	padding-top: 1rem;
	}
	.fa-comment-dots, .fa-credit-card{
	font-size: 2rem;
	}
	.owl-one .item img{
      display: block;
      max-height: 300px !important;

	}
}

@media only screen and (max-width:400px){
	
	.navbar-brand img{
	padding-top:1rem;
	padding-left: 1.2rem;
	height: 6rem;
}

}

@media only screen and (min-width:401px) and (max-width:576px){
	
	.navbar-brand img{
	padding-top:1rem;
	padding-left: 1.2rem;
	height: 7rem;
}

}

@media only screen and (max-width:576px){
	
div#motto{
	padding-left: 2.8rem;}
	
#motto p{
	font-size: 0.7rem;
	
}
span#numMotto{
	font-size:1.1rem;
}

}
/*============= MEDIA QUERIES =============*/

/* Devices under 992px (lg) */


/* Devices under 768px (md) */


/* Devices under 576px (sm) */



/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
