
:root{
    --colorfirst: #adc90e; 
    --colorsecond: #004d7d;
    --colorthird: #00b0e1;
    --gold: #9a8445;
    --white: #ffffff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #211f20; 
    --grey: #6e6e6e;    
    --lightgrey: #efeff1;
    --verylightgrey: #efeff1;
}
.var_use_example {
    background-color: var(--white);
}

.bg_colorthird {
  background-color: var(--colorthird) !important;
}
.color_colorthird{
  color: var(--colorthird) !important;
}
.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;
}

.bg_gold {
  background-color: var(--gold) !important;
}
.color_gold {
  color: var(--gold) !important;
}

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

@font-face {
  font-family: 'Montserrat-Bold';
  font-style: normal;
  src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
  font-family: 'Montserrat-Light';
  font-style: normal;
  src: url('../fonts/Montserrat-Light.otf');
}

@font-face {
  font-family: 'Montserrat-Regular';
  font-style: normal;
  src: url('../fonts/Montserrat-Regular.ttf');
}

.checkbox_item_custom label,
.checkbox_item_custom label p,
.checkbox_item_custom label .p{
    font-size: 12px !important;
    line-height: 24px !important;
    color: var(--darkgrey) !important;
}

.checkbox_item_custom label a,
.checkbox_item_custom label p a,
.checkbox_item_custom label .p a{
    color: var(--darkgrey) !important;
}

.checkbox_item_custom .container{
    min-height: 5px !important;
}

.checkbox_item_custom .container input:checked ~ .checkmark{
    background-color: var(--colorthird) !important;
}

.checkbox_item_custom .checkmark{
  border: 1px solid var(--colorthird) !important;
}


/*a {
    color: var(--colorfirst) !important;
}*/


h1,
.h1 {
  font-family: 'Montserrat-Bold';
  font-size: 40px;
  line-height: 50px;
  color: var(--colorsecond);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

h2,
.h2 {
  font-family: 'Montserrat-Light';
  font-size: 24px;
  line-height: 30px;
  color: var(--colorthird);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

h3,
.h3 {
  font-family: 'Montserrat-Bold';
  font-size: 20px; 
  line-height: 30px;
  color: var(--colorfirst);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

h4,
.h4 {
  font-family: 'Montserrat-Light';
  font-size: 16px;
  line-height: 24px;
  color: var(--grey);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

h5,
.h5 {
  font-family: 'pt-sans-regular';
  font-size: 24px;
  line-height: 30px;
  color: var(--colorsecond);
  font-weight: normal !important;
}

/* 
h6,
.h6 {
  font-family: RobotoSlab-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: OpenSans-Regular;
  font-size: 16px;
  line-height: 16px;
  color: var(--darkgrey);
  font-weight: normal !important;
} */

p,
.p {
  font-family: 'OpenSans-Regular';
  font-size: 14px;
  line-height: 22px;
  color: var(--colorsecond);
  font-weight: normal !important;
  padding: 0;
  margin: 0;
}

.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;
}

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


.checkbox_item_custom label{
    font-size: 12px !important; 
}

@media (max-width: 1250px) {
  h1,
  .h1 {
    font-size: 35px;
    line-height: 40px;
  } 
  h2,
    .h2 {
      font-size: 18px;
      line-height: 26px;
    }
    h3,
    .h3 {
      font-size: 20px; 
      line-height: 28px;
    }
    p, 
    .p{
      font-size: 15px; 
      line-height: 23px;
    }
}

@media (max-width: 575px) {
    h1,
    .h1 {
      font-size: 30px;
      line-height: 35px;
    } 
    
    h2,
    .h2 {
      font-size: 24px;
      line-height: 26px;
    }
    h3,
    .h3 {
      font-size: 15px; 
      line-height: 23px;
    }
}

.tipo_sl{
    padding: 5px;
    margin: 5px;
    display: block !important;
}
.tipo_sl *{
    margin: 0;
}

/*delays*/
.delay-100ms {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay-200ms {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay-300ms {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay-400ms {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.delay-500ms {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay-600ms {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay-700ms {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.delay-800ms {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.delay-900ms {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
/*end delays*/


/* -----------------------CUSTOM----------------------- */

h1,
.h1{
  padding-top: unset;
  margin-top: unset;
}
h2,
.h2{
  padding-top: unset;
  margin-top: unset;
}
h3,
.h3{
  padding-top: unset;
  margin-top: unset;
}
h4,
.h4{
  padding-top: unset;
  margin-top: unset;
}

a{
  text-decoration: none;
  color: var(--colorsecond);
  cursor: pointer !important;
}
a:hover{
  text-decoration: none;
  color: var(--grey);
}

@media (max-width: 1038px) {
  .main_body{
    width: 90% !important;
  }
}


/* BTNS */

.btn_solid_colorfirst_round{
  background-color: var(--colorfirst);
  padding: 15px 25px;
  border-radius: 50px;
  color: white;
}
.btn_solid_colorfirst_round:hover{
  color: white !important;
}

.btn_solid_colorsecond_round{
  background-color: var(--colorsecond);
  padding: 15px 25px;
  border-radius: 50px;
  color: white;
}
.btn_solid_colorsecond_round:hover{
  color: white !important;
}

.btn_solid_colorthird_round{
  background-color: var(--colorthird);
  padding: 15px 25px;
  border-radius: 50px;
  color: white;
}
.btn_solid_colorthird_round:hover{
  color: white !important;
}


.btn_border_colorfirst_round{
  border: solid 1px var(--colorfirst);
  padding: 15px 25px;
  border-radius: 50px;
  color: var(--colorfirst) !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.btn_border_colorfirst_round:hover{
  background-color: var(--colorfirst);
  color: white  !important;
}


.btn_border_colorthird_round{
  border: solid 1px var(--colorthird);
  padding: 15px 25px;
  border-radius: 50px;
  color: var(--colorthird);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.btn_border_colorthird_round:hover{
  background-color: var(--colorthird);
  color: white  !important;
}

.btn_solid_white_round{
  background-color: var(--white);
  padding: 15px 25px;
  border-radius: 50px;
  color: var(--colorsecond);
}
.btn_solid_white_round:hover{
  color: var(--colorsecond) !important;
}

/* END BTNS */


/* slick dots */

.slick-dots{
    list-style-type: none;
    position: absolute;
    /* left: 50%; */
    padding: 0;
    bottom: 0;
    /* right: auto; */
    /* -ms-transform: translate(-50%,0px);
    -webkit-transform: translate(-50%,0px);
    transform: translate(-50%,0px); */

    width: 100%;
    display: flex;
    justify-content: center;
}
.slick-dots li{
    float: left;
    margin: 5px;
}
.slick-dots .slick-active button{
    border: none;
    border-bottom: solid 3px white;
}
.slick-dots button{
    cursor: pointer;
    border: none;
    border-bottom: solid 1px white;
    /* border-radius: 50%; */
    background-color: transparent;
    color: transparent;
    width: 18px !important;
    height: 18px !important;
}

@media (max-width: 750px) {
  .slick-dots button{
    width: 28px !important;
    height: 28px !important;
  }
}

/* end slick dots */




/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-sizer.sizer50,
.grid-item.sizer50 {
  width: 50% !important;
}

.grid-item .artista_overlay{
  max-height: 100% !important;
}

.grid-item {
  height: auto;
  float: left;
  border: 5px transparent solid;
}

.grid-item--width25 { width:  25%; }
.grid-item--width33 { width:  33.33%; }
.grid-item--width66 { width:  66.66%; }
.grid-item--width50 { width:  50%; }
.grid-item--width100 { width:  100%; }

.grid-item--height600{
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
}

.grid-item--height300{
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}

.grid-item--height-auto{
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
}


.grid-item--height150{
  height: 150px !important;
  min-height: 150px !important;
  max-height: 150px !important;
}
 
@media (max-width:920px) {    
  .grid-item--width25 { width:  100%; }
  .grid-item--width50 { width:  100%; }
  .grid-item--width33 { width:  100%; }

  .grid-item.sizer50 {
    width: 100% !important;
  }

  .grid-item {
    width: 100% !important;
  }

}

.caracteristicas_mobile_holder{
	display: none;
}

@media (max-width:1050px) {    
	.caracteristicas_desktop_holder{
		display: none;
	}
	.caracteristicas_desktop_padding{
		display: none;
	}
	.caracteristicas_mobile_holder{
		display: block;
	}
}



/* STYLED SELECTPICKER */

  .styled_select .filter-option{
    text-align: center !important;
  }

  .styled_select .dropdown-toggle{
    background-color: var(--colorthird);
    border-radius: 50px;
    border: none;
    outline: none !important;
    padding: 10px 20px;
  }
  .styled_select .dropdown-toggle[aria-expanded="true"]{
    background-color: var(--colorsecond);
  }
  .styled_select .filter-option-inner-inner{
    color: var(--white) !important;
  }
  .styled_select .dropdown-toggle::after{
    color: var(--white) !important; 
  }

/* END STYLED SELECTPICKER */
