/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/ago/2018, 17:16:15
    Author     : grodrigues
*/ 
 

:root{
    --colorfirst: #00a0DD; 
    --colorsecond: #191919;
    --white: #fff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #5a5a5a; 
    --grey: #969696;
    --lightgrey: #e3d8c7;
    --verylightgrey: #f7f5f2;
}

.var_use_example {
    background-color: var(--white);
}

.bg_colorfirst {
  background-color: var(--colorfirst) !important;
}
.color_colorfirst {
  color: var(--colorfirst) !important;
}
.bg_colorsecond {
  background-color: var(--colorsecond) !important;
}
.color_colorsecond {
  color: var(--colorsecond) !important;
}
.bg_black {
  background-color: var(--black) !important;
}
.color_black {
  color: var(--black) !important;
}
.bg_verydarkgrey {
  background-color: var(--verydarkgrey) !important;
}
.color_verydarkgrey {
  color: var(--verydarkgrey) !important;
}
.bg_darkgrey {
  background-color: var(--darkgrey) !important;
}
.color_darkgrey {
  color: var(--darkgrey) !important;
}
.bg_grey {
  background-color: var(--grey) !important;
}
.color_grey {
  color: var(--grey) !important;
}
.bg_lightgrey {
  background-color: var(--lightgrey) !important;
}
.color_lightgrey {
  color: var(--lightgrey) !important;
}
.bg_verylightgrey {
  background-color: var(--verylightgrey) !important;
}
.color_verylightgrey {
  color: var(--verylightgrey) !important;
}
.bg_white {
  background-color: var(--white) !important;
}
.color_white {
  color: var(--white) !important;
}


@font-face {
  font-family: 'neris-light'; 
  font-style: normal;
  src: url('../fonts/Neris-Thin.otf');                 /*mudar*/            
}


@font-face {
  font-family: 'neris-semi-bold'; 
  font-style: normal;
  src: url('../fonts/Neris-SemiBold.otf');
}

@font-face {
  font-family: 'neris-black'; 
  font-style: normal;
  src: url('../fonts/Neris-Black.otf');
}


@font-face {
  font-family: 'pt-sans-regular';
  font-style: normal;
  src: url('../fonts/PT_Sans-Web-Regular.ttf');
}

@font-face {
  font-family: 'open-sans-regular';
  font-style: normal;
  src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: 'open-sans-light';
  font-style: normal;
  src: url('../fonts/OpenSans-Light.ttf');
}

@font-face {
  font-family: 'avenir-regular';
  font-style: normal;
  src: url('../fonts/AvenirLTStd-Book.otf');
}
@font-face {
  font-family: 'avenir-medium';
  font-style: normal;
  src: url('../fonts/AvenirLTStd-Medium.otf');
}

a {
    color: var(--colorfirst) !important;
    text-decoration: none !important;
}

h1,
.h1 {
  font-family: avenir-regular;
  font-size: 60px;
  line-height: 70px;
  color: var(--colorfirst);
  font-weight: normal !important;
}
h2,
.h2 {
  font-family: avenir-regular;
  font-size: 40px;
  line-height: 50px;
  color: var(--colorfirst);
  font-weight: normal !important;
}
h3,
.h3 {
  font-family: avenir-medium;
  font-size: 20px;
  line-height: 24px;
  color: var(--grey);
  font-weight: normal !important;
}
h4,
.h4 {
  font-family: open-sans-light;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey);
  font-weight: normal !important;
}
h5,
.h5 {
  font-family: Montserrat-Bold;
  font-size: 24px;
  line-height: 32px;
  color: var(--lightgrey);
  font-weight: normal !important;
}
h6,
.h6 {
  font-family: Montserrat-Bold;
  font-size: 18px;
  line-height: 24px;
  color: var(--lightgrey);
  font-weight: normal !important;
}
h7,
.h7 {
  font-family: OpenSans-Bold;
  font-size: 80px;
  line-height: 80px;
  color: var(--white);
  font-weight: normal !important;
}

h8,
.h8 {
  font-family: Bitter-Regular;
  font-size: 20px;
  line-height: 28px;
  color: var(--lightgrey);
  font-weight: normal !important;
}

h12,
.h12 {
  font-family: Raleway-Regular;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  font-weight: normal !important;
}

h13,
.h13 {
  font-family: neris-light;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  font-weight: normal !important;
}

h14,
.h14 {
  font-family: Montserrat-Light;
  font-size: 60px;
  line-height: 80px;
  color: var(--darkgrey);
  font-weight: normal !important;
}

p,
.p, body {
  font-family: open-sans-regular;
  font-size: 14px;
  line-height: 24px;
  color: var(--darkgrey);
  font-weight: normal !important;
}
.row > .h1 *,
.row > .h2 *,
.row > .h3 *,
.row > .h4 *, 
.row > .h12 * {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  font-style: inherit !important;
  color: inherit !important;
}
/* fim de estilos pré definidos */

.loadingwrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.8);
    z-index: 99999;
}



.boxed_lines h3 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: var(--white);
}

.boxed_lines h3:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: var(--white);;
    width: 140px;
}

.boxed_lines h3:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: var(--white);
    width: 140px;
}



.main_btn_radius {
    font-family: pt-sans-regular;
    font-size: 20px;
    line-height: 30px;    
    font-weight: normal !important;
    background-color: transparent !important;
    color: var(--white) !important;
    border: 1px solid var(--colorfirst);
    padding: 10px 20px;
/*    border-radius: 20px;*/
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main_btn_radius p {
  color: var(--colorfirst) !important;
}
.main_btn_radius:hover,
.main_btn_radius.active, 
input[type="submit"].main_btn_radius,
input[type="reset"].main_btn_radius{
  background-color: var(--colorfirst) !important;
  color: white !important;
  text-decoration: none !important;;
  cursor: pointer !important;;
  text-transform: uppercase !important;;
}
.main_btn_radius:hover p,
.main_btn_radius.active p {
  color: white !important;
}



.main_btn_radius_1 {
    /* font-family: pt-sans-regular;
    font-size: 20px;
    line-height: 30px;    
    color: var(--colorfirst) !important;
    font-weight: normal !important; */
    background-color: transparent !important;
    border: 1px solid var(--colorfirst);
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    font-family: avenir-medium;
    font-size: 20px;
    line-height: 24px;
    color: var(--colorfirst);
    font-weight: normal !important;
}
.main_btn_radius_1 p {
  color: var(--colorfirst) !important;
}
.main_btn_radius_1:hover,
.main_btn_radius_1.active, 
input[type="submit"].main_btn_radius_1,
input[type="reautomaticset"].main_btn_radius_1{
  background-color: var(--colorfirst) !important;
  color: white !important;
  text-decoration: none !important;;
  cursor: pointer !important;;
  text-transform: uppercase !important;;
}
.main_btn_radius_1:hover a,
.main_btn_radius_1.active a {
  color: var(--white) !important;
}


.main_btn_radius_white {
    /* font-family: pt-sans-regular;
    font-size: 20px;
    line-height: 30px;    
    color: var(--white) !important;
    font-weight: normal !important; */
    background-color: transparent !important;
    border: 1px solid var(--white);
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    font-family: avenir-medium;
    font-size: 20px;
    line-height: 24px;
    color: var(--white);
    font-weight: normal !important;
}
.main_btn_radius_white a {
  color: var(--white) !important;
}
.main_btn_radius_white:hover,
.main_btn_radius_white.active, 
input[type="submit"].main_btn_radius_white,
input[type="reset"].main_btn_radius_white{
  background-color: var(--white) !important;
  color: white !important;
  text-decoration: none !important;;
  cursor: pointer !important;;
  text-transform: uppercase !important;;
}
.main_btn_radius_white:hover a,
.main_btn_radius_white.active a {
  color: var(--colorfirst) !important;
}

.home-social-icon{
    display: inline-block;
    border-radius: 50%;
    width: 50px; 
    height: 50px; 
    border: solid 1px var(--white);
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
}
.home-social-icon span{
    font-size: 25px;
    color: var(--white);
    line-height: 50px;
    
}

.home-sliderbtn-right{
    border-right: solid 1px var(--colorfirst);
}
.home-sliderbtn-left{
    border-left: solid 1px var(--colorfirst);
}

.active_bold{
    font-weight: bold !important;
}

.piscinas_h2{
    font-size: 30px !important;
    line-height: 35px !important;
}


@media screen and (max-width: 1300px) {
    h2,
    .h2{
      font-size: 30px;
      line-height: 1.2;
    }
}

@media screen and (max-width: 1160px) {
    .home-sliderbtn-right h2{
      font-size: 46px;
      line-height: 1.2;
    }
}

@media screen and (max-width: 1120px) {
    .home-sliderbtn-right h2{
      font-size: 46px;
      line-height: 1.2;
    }
}
@media screen and (max-width: 575px) {
    .home-sliderbtn-right h2{
      font-size: 46px;
      line-height: 1.2;
    }
    .home-sliderbtn-right{
        border-right: none;
    }
    .home-sliderbtn-left{
        border-left: none;
    }
}




    /*@media screen and (max-width: 1220px) {
        h2{
          font-size: 32px;
          line-height: 1.2;
        }
    }
    @media screen and (max-width: 870px) {
        .sliderOverlay h2{
          font-size: 20px;
          line-height: 0.8;
        }
    }*/
    
    
.checkbox_item_custom label{
    font-family: pt-sans-regular !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: var(--darkgrey) !important;
    font-weight: normal !important;
}

.custom-select{
    background-color: white;
    border: solid 1px var(--colorfirst);
}

.piscinas_slider_link{
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px;
}

/*@media screen and (max-width: 575px) {
    .piscinas_slider_link{
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 10px;
    }
}*/
