/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.w3-button{
    bottom: 11%;
    position: absolute;
    font-size: 30px;
    border: none;
    background-color: #888;
}
.w3-display-left{
    left: 10%; 
}

.w3-display-right{
    left: 14.5%;
}

/* ==========================================================================
   whatsapp button
   ========================================================================== */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

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

body{
    width: 100%;
   background: #D5D5D5;
   
}

img.icon{
    width: 3vw!important;
    height: 3vw!important;
}


div.heroContainer{
    width: 100%;
    display: inline-block;
    height: 50vw;
    
}

div.heroContainer div.heroImage{
    background-image: url("../img/office_dark.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.nwlogoin{
    width: 450px;
    height: 200px;
    margin-top: -60px;
}

header.navBarContainer{ 
    width: 100%;
    height: 5vw; /*pa las querys del nuevo logo aqui es 5*/
    /*background-color: rgb(96 125 139 / 36%);*/
    position: fixed;
    z-index: 15;
    transition: all .2s ease-in-out;
}

header.navBarContainer div.logoContainer{
    /*background-image: url('../img/Termo-02.png');*/
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 25vw;
    float: left;
    margin-left: 2%;
    margin-top: -5.5%;
}

header.navBarContainer div.social{
    display: inline-block;
    width: 20%;
    margin-left: 2%;
    margin-top: 1.8%;
}

.mobile-menu{
    display: none;
    height: 60%;
    width: 46px;
    float: right;
    margin-right: 10%;
    margin-top: 2.5%;
    
}

.mobile-menu span{
    width: 100%;
    height: 12%;
    margin: 10.66% 0;
    display: block;
    background-color: white;
}

nav.mobile-navbar{
    display: none;
    width: 100%;
    position: fixed;
    z-index: 14;
    top: 80px;       
}

nav.mobile-navbar a{
        display: none;
       width: 100%;
       padding: 2%;
       background-color: black;
       text-decoration: none;
       color: white;
       font-family: 'Lato', Arial, Helvetica, sans-serif; 
       text-align: center;
}

header.navBarContainer div.social a i{
    margin-left: 10%;
    font-size: 2vw;
    
}

header.navBarContainer nav.navBar{
    float: right;
    width: 55%;
    height: 100%;    
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
}

header.navBarContainer nav.navBar a{
    text-decoration: none;
    color: #0881c9;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 1vw;
    font-weight: bolder;
    display: inline-block;
    text-align: center;
    margin: 3% 3% 0 3%;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

header.navBarContainer nav.navBar a:hover{
    transform: scale(1.08);
}

header.navBarContainer nav.navBar a:last-child{
    border: 2.5px solid #0881c9 !important;
    border-radius: 25px;
    width: 20%;
    padding: 1.2% 0; 
    color: #ffff;
}

header.navBarContainer nav.navBar a:last-child:hover{
    transform: scale(1);
    background-color: #0881c9;
    color: white;
}

div.heroContainer div.heroTextContainer{
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

div.heroContainer div.heroTextContainer h1{
    text-align: center;
    font-size: 3.7vw;
    color: white;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-bottom: 0;
}

div.heroContainer div.heroTextContainer h1 span{
    border-left: 3px solid #0881c9;
    border-top: 3px solid #0881c9;
    padding-left: 10px;
}

div.heroContainer div.heroTextContainer h1 span.lowerBounds{
    border-left: none;
    border-top: none;
    border-right: 3px solid #0881c9;
    border-bottom: 3px solid #0881c9;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.heroContainer div.heroTextContainer div.heroContactButton{
    text-align: center;
    padding: 1.5% 6%;
    background-color: #0881c9;
    display: inline-block;
    margin: 0 auto;
    margin-top: 4%;
    transition: all .3s ease-in-out;
}

div.heroContainer div.heroTextContainer div.heroContactButton:hover{
    background-color: #95343B;
}

div.heroContainer div.heroTextContainer div.heroContactButton a{
    text-transform: uppercase;
    color: white;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

div.heroContainer div.heroTextContainer p.subHero{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin-top: 3%;
    color: white;
    font-size: 1.5vw;
    
}

section.qualityBanner{
    background: #f5f5f5;
    text-align: center; 
}

section.qualityBanner div.delimiter{
    text-align: center;
    width: 90%;
    display: inline-block;
    margin: 0 auto;
}

section.qualityBanner div.delimiter div.featureList{
    display: table;
    width: 25%;
    float: left;
    margin: 2% 3.125%;
    
}
section.qualityBanner div.delimiter div.featureList:first-child{
    margin-left: 6.25%!important;
}

section.qualityBanner div.delimiter div.featureList:last-child{
    margin-right: 6.25%!important;
}

section.qualityBanner div.delimiter div.featureList img{
    width: 5vw;
    height: 5vw;
    margin-top: 0;
}

section.qualityBanner div.delimiter div.featureList h3{
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 1.1vw;
}

section.qualityBanner div.delimiter div.featureList p{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;

}

section.aboutUs{
    background: #E5E5E5;
    height: 32vw;
}

section div.backgroundContainer{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    background-image: url('../img/aboutUs.jpg');
    background-size: cover;
    
}

section div.tipsContainer{
    width: 35%;
    float: right;
    background-color: white;
    height: 100%;
}


section div.backgroundContainer div.aboutUsContainer{
float: left;
width: 70%;
background: -moz-linear-gradient(left, rgba(255,255,255,1) 71%, rgba(255,255,255,0.79) 77%, rgba(255,255,255,0.62) 82%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 71%,rgba(255,255,255,0.79) 77%,rgba(255,255,255,0.62) 82%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 71%,rgba(255,255,255,0.79) 77%,rgba(255,255,255,0.62) 82%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
height: 100%;

}

section div.backgroundContainer div.aboutUsContainer div.aboutUsTextContainer{
    width: 70%;
    margin: 0 auto;
    /*border-left: 5px solid #D3565F;*/
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 13%;
}

section div.backgroundContainer div.aboutUsContainer div.aboutUsTextContainer h2{
    text-transform: uppercase;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    text-align: justify;
    font-weight: bolder;
    font-size: 2.3vw;
}

section div.backgroundContainer div.aboutUsContainer div.aboutUsTextContainer p{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-align: justify;
}

section div.backgroundContainer div.aboutUsContainer div.aboutUsTextContainer p span{
    font-weight: bolder;
}

section.productsContainer{
    background: #d5d5d5;
    padding-bottom: 35px;
    text-align: center;
    overflow: hidden;
}

section.productsContainer div.relativeContainer{
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 45vw;
    margin-top: 3%;
}
/*

section.productsContainer div.relativeContainer div.serviceContainer:first-child{
    width: 100%!important;
    position: absolute;
    top: 0;
    height: 30%;
    border-radius: 15px;

}

.relativeContainer .serviceContainer .ventas{
    background-image: url('../img/mounter.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 40%;
    height: 100%;
    border-radius: 15px;
}

section.productsContainer div.relativeContainer div.serviceContainer:first-child div.textContainer{
    text-align: left;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 27%, rgba(255,255,255,1) 100%); /* FF3.6-15 
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); 
    border-radius: 15px;
}

section.productsContainer div.relativeContainer div.serviceContainer:first-child div.textContainer h2{
    font-size: 2.2vw!important;
    margin-top: 0;
    font-weight: bold;
    border: none;
}
section.productsContainer div.relativeContainer div.serviceContainer:first-child div.delimiter{
    width: 60%;
    margin-left: 25%;
}
section.productsContainer div.relativeContainer div.serviceContainer:first-child  div.textContainer div.delimiter p{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    text-align: justify;
    font-size: 1.05vw;
    margin-bottom: 0;
}

section.productsContainer div.relativeContainer div.serviceContainer:first-child  div.textContainer div.delimiter p span{
    font-weight: bold!important;
}

section.productsContainer div.relativeContainer div.serviceContainer:first-child div.seeMoreBtn{
    padding: 2% 6%;
    background-color: #0881c9;
    display: inline-block;
    position: absolute;
    right: 6%;
    transition: all .3s ease-in-out;
}
*/

.relativeContainer .serviceContainer .seeMoreBtn:hover{
    cursor: pointer;
}

.productsContainer .relativeContainer .serviceContainer{
    width: 30%;
    height: 90%;
    position: absolute;
    top: 5%;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
}


.relativeContainer .serviceContainer .ventas{
    background-image: url('../img/mounter.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 45%;
    border-radius: 15px;
}

.relativeContainer .serviceContainer .proyectos{
    background-image: url('../img/whole_project.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 45%;
    position: absolute;
    border-radius: 10px;
}

.productsContainer .relativeContainer .serviceContainer .textContainer{
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 41%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 41%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    height: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    
}

.relativeContainer .serviceContainer .textContainer h2{
    margin-top: 50%;
    font-size: 1.8vw;
    font-weight: lighter;
    width: 100%;
    border: none;
}

.productsContainer .relativeContainer .serviceContainer:nth-child(1){
    left: 2.5%;
}

.productsContainer .relativeContainer .serviceContainer:nth-child(2){
    left: 35%;
}

.productsContainer .relativeContainer .serviceContainer:nth-child(3){
    right: 2.5%;
}

.relativeContainer .serviceContainer .mantenimiento{
    background-image: url('../img/technician-min.jpg');
    width: 100%;
    height: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 10px;
    
}

.relativeContainer .serviceContainer .textContainer p{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    text-align: justify;
    font-size: 1.1vw;
}

.serviceContainer .textContainer .delimiter{
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.serviceContainer .textContainer .seeMoreBtn{
    padding: 4.5% 0;
    box-sizing: border-box;
    border: 2px solid #0881c9;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 5%;
    left: 15%;
    right: 15%;
}

.serviceContainer .textContainer .seeMoreBtn a{
    color: #0881c9;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    transition: all .3s ease-in-out;
}

.serviceContainer .textContainer .seeMoreBtn:hover{
    background-color: #0881c9;
}

.serviceContainer .textContainer .seeMoreBtn:hover a{
    color: white;
}

.modal{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6); 
}

.modalContent{
    background-color: #f5f5f5;
    border: 3px solid #767676;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
}

.modalContent h2{
    color: black;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bolder;

}

.modalContent p{
    color: black;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: lighter;
}

.close{
    color: black;
    float: right;
    font-size: 48px;
    font-weight: bold;
}

.catalogContainer div.product:nth-child(odd){
    background-color: #B7B7B7;
    
}

.catalogContainer > h2{
    margin-left: 2%;
    font-size: 2.5vw;
}

.catalogContainer .product{
    display: inline-block;
    width: 100%;
}

.catalogContainer div.product img{
    width: 20vw;
    height: 16.666vw;
    float: left;
}

.catalogContainer div.product div.textContainer{
    float: left;
    width: 70%;
    margin-left: 2%;
}

.catalogContainer div.product div.textContainer h3{
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 2vw;
    margin-top: 20%;
}


.close:hover,
.close:focus {
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

section.productsContainer div.ourProviders{
    width: 100%;
}

section.productsContainer div.ourProviders img{
    display: inline-block;
    margin-top: 2%;
}

section.productsContainer div.ourProviders img.intensity{
    height: 8vw;
    width: 29.44vw;
    margin-right: 10%;
}

section.productsContainer div.ourProviders img.carrier{
    height: 8vw;
    width: 14.88vw;
    margin-right: 10%;
}

section.productsContainer div.ourProviders img.lennox{
    height: 8vw;
    width: 19.06vw;
    margin: 0 auto;
    margin-right: 5%;
}

section.productsContainer div.ourProviders img.mirage{
    height: 6vw;
    width: 28.44vw;
    margin-right: 10%;
}

section.productsContainer div.ourProviders img.midea{
    height: 6vw;
    width: 15.82vw;
}


section.productsContainer h2{
    color: black;
    text-transform: uppercase;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 2.5vw;
    border-bottom: 5px solid black;
    width: 50%;
    margin: 1% auto;
    margin-top: 90px;
}

section.productsContainer a.quoteButton{
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: white;
    font-size: 1.1vw;
    display: block;
    background-color: #0881c9;
    padding: 1.2% 0;
    width: 22%;
    margin: 0 auto;
    border-radius: 30px;
    transition: all .3s ease-in-out;
} 

section.productsContainer a.quoteButton:hover{
    background-color: #95343B;
}

section.tipsContainer{
    width: 100%;
    /*height: 15vw;*/
    background-color: #333333;
}

section.tipsContainer div.tipsTextContainer{
    width: 35%;
    float: left;
    margin-top:90px;
}

section.tipsContainer div.tipsTextContainer h2{
    color: white;
    text-transform: uppercase;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 4vw;
    margin-left: 10%;
    margin-bottom: 0;
}

section.tipsContainer div.tipsTextContainer h2 span{
    color: #0881c9;
}

section.tipsContainer div.tipsTextContainer p{
    color: white;
    font-weight: lighter;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin-left: 11%;
    margin-top: 0;
    font-size: 1.2vw;
}

section.tipsContainer div.tipsSlideshowContainer{
    width: 55%;
    float: right;
    background-color: rgba(255, 255, 255, .15);
    margin-right: 3%;
    margin-top: 90px;
    border: 5px solid #767676;
    box-sizing: border-box;
    overflow: hidden;
    height: 16vw;
    position: relative;
}

section.tipsContainer div.tipsSlideshowContainer div.slide h2{
    /*color: #e96656;*/
    color: #CBCBCB;
    text-transform: uppercase;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 2vw;
    margin-left: 5%;
    margin-bottom: 0;
    line-height: 100%;
}

section.tipsContainer div.tipsSlideshowContainer div.slide p{
    color: white;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;   
    font-size: 1vw; 
}

.tipsSlideshowContainer .slide ul{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: white;
    font-weight: lighter;
    list-style-type: none;
    font-size: 1vw; 
    line-height: 110%;
}

.tipsSlideshowContainer .slide button{
    padding: 1.5% 8%;
    background-color: #0881c9;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    float: right;
    margin-right: 8%;
    margin-bottom: 5%;
}

.tipsSlideshowContainer  .slideshow-modalbox-wrapper{
    display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.tipsSlideshowContainer .slideshow-modalbox-wrapper .modal-content{
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.slideshow-modalbox-wrapper .modal-content h2{
    font-size: 30px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.slideshow-modalbox-wrapper .modal-content p{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    
    font-size: 16px;
}


.slideshow-modalbox-wrapper .modal-content table{
    border: 1px solid black;
}


.slideshow-modalbox-wrapper .modal-content table tr th,td{

    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid black; 
}

.slideshow-modalbox-wrapper .modal-content table tr th{
    text-align: left;
    margin-left: 2%;
    font-size: 20px;
    font-weight: bolder;
}

.slideshow-modalbox-wrapper .modal-content table tr td{
    font-size: 16px;
}

.slideshow-modalbox-wrapper .modal-content ul{
    list-style: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.slideshow-modalbox-wrapper .modal-content .close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
  }
  
.slideshow-modalbox-wrapper .modal-content .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

section.tipsContainer div.contactInfoContainer{
    background-color: #333333;
    display: inline-block;
    width: 100%;
}

section.tipsContainer div.contactInfoContainer p{
    margin: 0;
}

section.tipsContainer div.socialContainer{
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #333333;
    
}

section.tipsContainer div.socialContainer ul{
    padding: 0;
    margin: 0 auto;    
    padding-bottom: 30px;
}

section.tipsContainer div.socialContainer ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10%;
    /*margin-top: 2.5%;*/
}

section.tipsContainer div.socialContainer ul li:nth-child(3){
    margin-right: 0;
}

section.tipsContainer div.socialContainer ul li i{
    
    font-size: 3vw;
    color: white;
    transition: all .3s ease-in-out;
}

section.tipsContainer div.socialContainer ul li i:hover{
    transform: scale(1.1);
}

section.tipsContainer div.contactInfoContainer{
    width: 60%;
    
}

section.tipsContainer div.contactInfoContainer h2{
    margin-top: 8%;
    color: #767676;
    font-size: 2vw;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    margin-left: 5%;
}

section.tipsContainer div.contactInfoContainer p{
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    margin-left: 5%;
}

section.tipsContainer div.mapsContainer{
    width: 40%;
    float: right;
}

section.tipsContainer div.mapsContainer h2{
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    margin-left: 8%;
}

section.tipsContainer div.mapsContainer div.mapsApiContainer{
    width: 50%;
    margin-left: 8%;
    height: 15vw;
    background: green;
    margin-top: 5%;
}

section.tipsContainer div.socialContainer h2{
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.5vw;

}

section.tipsContainer div.contactInfoContainer i{
    color: #A3A3A3;
}

img[src="img/modelo-aire.jpg"]{
    width: 50%;
    height: 36.5%;
}

/*Diseño para tablets*/

@media only screen and (max-width: 1200px){


    header.navBarContainer nav.navBar a{
        font-size: 12px;
    }

    header.navBarContainer nav.navBar{
        width: 65%;
    }

    header.navBarContainer nav.navBar a{
        margin-top: 2%;
        margin-bottom: 4px;
    }

    section div.backgroundContainer div.aboutUsContainer div.aboutUsTextContainer{
        margin-top: 7%;
    }

    section.qualityBanner div.delimiter div.featureList h3{
        font-size: 14px;
    }

    section.qualityBanner div.delimiter div.featureList p{
        font-size: 12.5px;
    }

    section.productsContainer div.relativeContainer{
        width: 85%;
        height: 80vw;
    }
    /*
    section.productsContainer div.relativeContainer div.serviceContainer:first-child  div.textContainer div.delimiter p{
        font-size: 15px;
    }*/

    section.productsContainer div.relativeContainer div.serviceContainer  div.textContainer div.delimiter p{
        font-size: 15px;
    }

    /*
    section.productsContainer div.relativeContainer div.serviceContainer:first-child div.textContainer h2{
        font-size: 2.8vw!important;
    }*/

    section.productsContainer div.relativeContainer div.serviceContainer div.textContainer h2{
        font-size: 2.5vw!important;
    }

    section.tipsContainer div.tipsTextContainer p{
        font-size: 14px;
    }

    section.tipsContainer div.mapsContainer div.mapsApiContainer{
        height: 17vw;
        width: 60%;
    }

    section.tipsContainer div.tipsSlideshowContainer div.slide p{
        font-size: 11px;
    }

    section.productsContainer a.quoteButton{
        padding: 1.4% 2%;
        font-size: 1.5vw;
    }

    section.productsContainer h2.quoteText{
        font-size: 3.2vw;
    }
}

@media only screen and (max-width: 950px){
    header.navBarContainer nav.navBar{
        width: 75%;
    }

    header.navBarContainer{
        height: 8vw;
    }

    section div.backgroundContainer div.aboutUsContainer div.aboutUsTextContainer{
        margin-top: 5%;
        font-size: 13px;
    }

    /*
    section.productsContainer div.relativeContainer div.serviceContainer:first-child div.seeMoreBtn{
        padding: 2% 3.2%;
        font-size: 10px;
    }

    section.productsContainer div.relativeContainer div.serviceContainer:first-child .textContainer .delimiter{
        width: 72%;
    }

    section.productsContainer div.relativeContainer div.serviceContainer:first-child  div.textContainer div.delimiter p{
        margin-top: 0;
    }*/

    section.productsContainer div.relativeContainer{
        height: 100vw;
    }

    section.tipsContainer div.tipsSlideshowContainer{
        height: 19vw;
    }

    .tipsSlideshowContainer .slide ul li{
        font-size: 11px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;

    }

    /*Querys del nuevo logo*/
    .nwlogoin{
        width: 250px;
        height: 150px;
        margin-left: -280px;
        margin-top: -30px;
    }

}

@media only screen and (max-width: 816px){

    nav.mobile-navbar a{
        display: block;
    }


    header.navBarContainer{
        height: 80px;
    }

    header.navBarContainer div.logoContainer{
        width: 200px;
        height: 67.124px;
    }

    header.navBarContainer nav.navBar{
        display: none;
    }

    .mobile-menu{
        display: inline-block;
       
    }

    div.heroContainer{
        height: 400px;
    }

    div.heroContainer div.heroTextContainer h1{
        font-size: 32px;
    }

    div.heroContainer div.heroTextContainer p.subHero{
        font-size: 18px;
    }

    section.productsContainer h2{
        font-size: 24px;
    }

    section.productsContainer .relativeContainer{
        height: 800px!important;
    }

    section.productsContainer .relativeContainer .serviceContainer .imgContainer{
        display: none;
    }

    section.productsContainer .relativeContainer .serviceContainer .textContainer{
        background: white!important;
    }

    /*
    .relativeContainer .serviceContainer:first-child .textContainer h2{
        width: 100%;
        margin: 0 auto!important;
        text-align: center;
    }

    .relativeContainer .serviceContainer:first-child .textContainer .delimiter{
        margin: 0 auto!important;
    }*/

    section.productsContainer div.relativeContainer div.serviceContainer div.seeMoreBtn{
        margin-left: auto!important;
        margin-right: auto!important;
        left: 0!important;
        right: 0!important;
        width: 150px;
        text-align: center;
        padding-top: 15px!important;
        padding-bottom:15px!important;
        margin-top: 4%;
        font-size: 10px;
        padding-left: 3.2%!important;
        padding-right: 3.2%!important;
        
    }

    section.productsContainer div.relativeContainer div.serviceContainer{
        width: 100%;
        height: 30%;
        left:0!important;
        right: 0!important;
    }

    section.productsContainer div.relativeContainer div.serviceContainer:nth-child(1){
        top: 0%;
        background: white;
    }

    section.productsContainer div.relativeContainer div.serviceContainer:nth-child(2){
        top: 33%;
        background: white;
    }

    section.productsContainer div.relativeContainer div.serviceContainer:nth-child(3){
        top: 66%;
        background: white;
    }

    section.productsContainer div.relativeContainer div.serviceContainer div.textContainer h2{
        margin-top: 0;
    }

    section div.backgroundContainer div.aboutUsContainer div.aboutUsTextContainer{
        width: 100%;
    }

    section div.backgroundContainer div.aboutUsContainer{
        width: 88%;
        height: 200px;
        
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+93,0+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 93%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 93%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 93%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
        
        
        }

        section.qualityBanner div.delimiter div.featureList{
            width: 40%;
        }

        section.qualityBanner div.delimiter div.featureList img{
            height: 7vw;
            width: 7vw;
        }
        
        section.qualityBanner div.delimiter div.featureList p{
            display: none;
        }
    
        section.qualityBanner div.delimiter div.featureList:nth-child(3){
            display: inline-block;
            width: 50%;
            margin: 0 auto;
            margin-left: 26%;
        }

        section.aboutUs{
            height: 200px;
        }

        section.tipsContainer div.socialContainer{
            margin-top: 10%;
        }

        .tipsContainer .socialContainer h2{
            font-size: 25px!important;
        }

        section.tipsContainer div.socialContainer ul li i{
            font-size: 25px;
        }

        section.tipsContainer div.tipsSlideshowContainer{
            width: 80%;
            display: block;
            margin: 0;
            margin-right: 10%;
            height: 190px;
        }

        section.tipsContainer div.tipsSlideshowContainer div.slide h2{
            font-size: 26px;
        }
        
        section.tipsContainer div.tipsTextContainer{
            float: none;
            margin: 0 auto;
            width: 60%;
            text-align: center;
        }

        section.tipsContainer div.tipsTextContainer h2{
            font-size: 42px;
        }

        .tipsSlideshowContainer .slide ul{
            line-height: 200%;
            margin: 0;
        }

        section.tipsContainer div.mapsContainer div.mapsApiContainer{
            height: 200px;
            width: 200px;
        }

        section.tipsContainer div.contactInfoContainer h2{
            font-size: 24px!important;
        }

        .nwlogoin{
            width: 250px;
            height: 150px;
            margin-left: -250px;
            margin-top: -30px;
        }
}

@media only screen and (max-width: 500px){
    section.tipsContainer div.tipsSlideshowContainer{
        width: 100%;
        margin: 0;
    }

    .mobile-menu{
        margin-top: 3.8%;
    }

    .tipsSlideshowContainer .slide ul{
        line-height: 240%;
    }

    section.tipsContainer div.mapsContainer{
        margin: 0 auto;
        float: none;
        /*margin-right: 10%!important;*/
        display: block;
        width: 100%;
        text-align: center;
    }

  

    section.tipsContainer div.mapsContainer div.mapsApiContainer{
        margin: 0 auto;
        width: 90%;
        height: 200px;
    }

    section.tipsContainer div.contactInfoContainer{
        display: table;
    }

    section.productsContainer a.quoteButton{
        width: 150px;
        padding: 13px 20px;
        font-size: 13px;
        margin-top: 10px;
    }

    section.productsContainer h2.quoteText{
        font-size: 26px;
        width: 90%;
    }

    section div.backgroundContainer div.aboutUsContainer{
        width: 100%;
        height: 100%;
    }

    section div.backgroundContainer div.aboutUsContainer div.aboutUsTextContainer{
        text-align: center;
    }

    section div.backgroundContainer div.aboutUsContainer div.aboutUsTextContainer h2{
        font-size: 20px;
    }

    section div.backgroundContainer div.aboutUsContainer div.aboutUsTextContainer p{
        font-size: 3.3vw;
    }

    section.aboutUs{
        height: 300px;
    }

    section.aboutUs .backgroundContainer{
        height: 100%;
        background: white;
    }
}

@media only screen and (max-width: 400px){

    .mobile-menu{
        margin-top: 4.2%;
    }

    div.heroContainer div.heroTextContainer{
        top: 15%;
    }

    div.heroContainer div.heroTextContainer h1 span{
    border: none;

    }

    div.heroContainer div.heroTextContainer h1 span.lowerBounds{
        border: none;
    }

    section.productsContainer .relativeContainer{
        height: 1200px!important;
    }
    /*

    section.productsContainer div.relativeContainer div.serviceContainer:first-child div.textContainer h2{
        font-size: 20px!important;
    }*/

    section.productsContainer div.relativeContainer div.serviceContainer div.textContainer h2{
        font-size: 20px!important;
    }

    section.productsContainer div.ourProviders{
        height: 200px;
    }

    section.productsContainer div.ourProviders div{
        height: 50%;
    }

    section.productsContainer div.ourProviders img.intensity{
        height: 12vw;
        width: 44.16vw;    
    }
    
    section.productsContainer div.ourProviders img.carrier{
        height: 12vw;
        width: 22.32vw;
        
        
    }
    
    section.productsContainer div.ourProviders img.lennox{
        height: 12vw;
        width: 28.59vw;
        margin-right: 100px;
    }
    
    section.productsContainer div.ourProviders img.mirage{
        height: 9vw;
        width: 42.66vw;
        margin-top: 70px;
    }
    
    section.productsContainer div.ourProviders img.midea{
        height: 9vw;
        width: 23.73vw;
    }

    section.tipsContainer div.tipsTextContainer{
        display: none!important;
    }

    .tipsContainer .tipsSlideshowContainer{
        display: none!important;
    }
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
