/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 120px;
    line-height: 120px;
}
a#logo-container img {
    width: 300px;
    margin-top: 20px;
}
div#index-banner {
    padding-top: 0px;
}
div#index-banner img{
    width: 100%;
}
nav {
    color: #000;
    background-color: #ffffff;
}
nav ul a {
    color: #999999;
    text-transform: uppercase;
    font-family: 'ft-db';
}
nav ul a.active {
    font-family: 'ft-db';
    transition: all ease .4s;
    background-color: #ffffff;
    color: #000000;
}
nav ul a:hover {
    color: #000000;
    transition: all ease .4s;
    background-color: #ffffff;
}
nav ul a.active::after, nav ul a:hover::after {
    content: "";
    width: 100%;
    transition: all ease .4s;
    height: 10px;
    /* background-color: #000; */
    border-bottom: 1px solid #000;
    padding: 2px;
    display: block;
    margin-top: -55px;
}
.titleCeleste {
    color: #019ee4;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
    font-family: 'gb-r';
}
.titleCeleste {
    color: #019ee4;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
    font-family: 'gb-r';
    font-size: 1.8em;
    line-height: 1.2;
    text-transform: uppercase;
}
.titleCeleste b{
    font-family: 'gb-m';
}
.itemsTeleApre {
    text-align: center;
    padding: 40px 15px !important;
}
.itemsTeleApre img{
    width: 120px;
    margin-bottom: 20px;
}
.itemTitleHome {
    font-family: 'gb-r';
    font-size: 1.2em;
    line-height: 1.3;
}
.itemsTeleApre:hover {
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
}
.bajadGris {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #898989;
    font-family: 'gb-li';
}
.bajadGris b{
    font-family: 'gb-i';
}
div#third-banner {
    background: #f6f6f6;
    padding: 40px 0px;
}
.titleVideo {
    font-family: 'gb-r';
    color: #009de0;
    font-size: 2em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 100px;
}
.titleVideoñ{
	font-family: 'gb-m';
}
.btnVideo {
    margin-top: 40px;
}
a.btnVideo {
    background: #009de0;
    font-family: 'lo-bb';
    color: #ffffff;
    padding: 20px 40px;
    font-size: 1.3em;
    transition: all ease .4s;
}
a.btnVideo:hover {
	transition: all ease .4s;
    color: #009de0;
    background: #ffffff;
}
.page-footer .row{
	margin-bottom: 0px;
}
.page-footer {
    padding-top: 30px;
    color: #fff;
    background-color: #009de0;
    text-align: center;
    padding-bottom: 30px;
}
.titleRedesSociales {
    font-family: 'lo-l';
    font-size: 1.2em;
    margin-bottom: 20px;
}
a.footer-logo img {
    width: 250px;
    margin-top: 20px;
}
.borRed {
    /* float: left; */
    display: inline-block;
    width: 55px;
    height: 55px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 51px;
    border-radius: 50px;
    margin: 0px 10px;
    font-size: 1.7em;
    transition: all ease .4s;
}
a .borRed{
	color: #ffffff;
}
.borRed:hover{
	transition: all ease .4s;
	color: #009de0;
	background-color: #ffffff;
}
.modal h1, .modal h2, .modal h3, .modal h4 {
    font-family: 'gb-m';
    color: #009de0;
}
.modal p{
	color: #009de0;
	font-family: 'gb-r';
}
.modal p b{
	font-family: 'gb-m';
}
.modal{
	outline: none;
}
.modal-overlay {
    background: #fff;
}
/* Tamaño del scroll */
.modal::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}
 /* Estilos barra (thumb) de scroll */
.modal::-webkit-scrollbar-thumb  {
  background: #009de0;
  border-radius: 4px;
}
.modal::-webkit-scrollbar-thumb:active {
  background-color: #009de0;
}
.modal::-webkit-scrollbar-thumb:hover {
  background: #009de0;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
 /* Estilos track de scroll */
.modal::-webkit-scrollbar-track{
  background: #fafafa;
  border-radius: 4px;
}
.modal::-webkit-scrollbar-track:hover, 
.modal::-webkit-scrollbar-track:active {
  background: #fafafa;
}
.modal .modal-footer {
    height: 65px;
}
a.modal-close{
    background: #009de0;
    font-family: 'lo-bb';
    color: #ffffff;
    padding: 10px 40px;
    font-size: 1.2em;
    transition: all ease .4s;
    line-height: 20px;
}
a.modal-close:hover{
    background: #ffffff;
    color: #009de0;
}
div#index-banner.bannerRegistro {
    background: #009fe3;
    text-align: center;
}
div#index-banner.bannerRegistro img{
   width: 100px;
   margin-top: 50px;
   margin-bottom: 25px;
}
.titleBannerReser {
    font-family: 'lo-b';
    color: #ffffff;
    font-size: 2.5em;
    margin-bottom: 30px;
}
.subBannerReser {
    font-family: 'gb-r';
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1.4;
    padding-bottom: 50px;
}
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ebebeb;
  margin: auto;
  margin-top: 10px;
}
.tab{
	margin-top: 10px;
	text-align: center;
	font-family: 'gb-r';
	text-transform: uppercase;
	color: #acacac;
	font-size: 1.1em;
}
.tabActive{
	color: #000000;
}
.bannerRegistro3 .row, .bannerRegistro2 .row{
	margin-bottom: 0px;
}
div#third-banner.bannerRegistro3 {
    background: #ebebeb;
}
.titleForm {
    font-family: 'gb-m';
    font-size: 1.3em;
}
.bajadForm {
    font-family: 'gb-r';
    font-size: 1.1em;
    margin-bottom: 20px;
}
::placeholder{ 
	color: #000000 !important; 
	font-family: 'gb-li' !important; 
}
input.uk-input {
    background: #ffffff !important;
    border-bottom: 0px !important;
    padding: 8px 15px !important;
    width: 97% !important;
    margin-bottom: 2% !important;    
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #009fe3;
    -webkit-box-shadow: 0 1px 0 0 #009fe3;
    box-shadow: 0 1px 0 0 #009fe3;
}
input.btnVideo {
    background: #009de0;
    font-family: 'lo-bb';
    color: #ffffff;
    padding: 18px 45px;
    font-size: 1.3em;
    transition: all ease .4s;
    cursor: pointer;
    border: none;
}
input.btnVideo:hover {
    color: #009de0;
    background: #ffffff;
    transition: all ease .4s;
}
[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 0;
    border: 2px solid #fff;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
    background-color: #fff;
}
[type="checkbox"]:checked + span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #009de0;
    border-bottom: 2px solid #009de0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    background-color: #ebebeb;
}
.spanInpt{
	font-family: 'gb-l';
	color: #464646;
}
.spanInpt a{ 
	font-family: 'gb-r';
	text-decoration: underline;
	color: #464646 !important;
}
.titleBannerReser.titleBannerReser2 {
    padding-top: 50px;
}
.titleForm.titleForm2, .bajadForm.bajadForm2, .aligCentr{
    text-align: center;
}
.regExitForm{
	margin-top: 50px;
	margin-bottom: 50px;
}
.mob{
    display: none;
}
.modal ul li{
    color: #009de0;
}
.modal h1, .modal h2{
    font-size: 1.2rem !important;
}
.btnFloating .close{
    display: none;
}
.fixedBtnContact {
    position: fixed;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font-family: 'gb-r';  
}
.fixedBtnContact b{
    font-family: 'gb-m';
    color: #019ee4;
    text-transform: uppercase;
}
.btnFloating i {
    width: 50px;
    height: 50px;
    background: #019ee4;
    color: #fff;
    font-size: 2em;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);       
}
.btnFloating {
    text-align: right;
    margin-right: 20px;
    margin-bottom: 20px;
}
.contentConctBloq {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    text-align: left;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    font-family: 'gb-r';
    margin-bottom: 20px;
    margin-right: 20px;
}
.fixedBtnContact b.bbb {
    color: #000;
    text-transform: capitalize;
}
.titleContentContact {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 5px;
}
.contentConctBloq, .btnFloating .open{
    display: none;
}
.btnFloating .close{
    display: block;
}
.titleBannerReser {
    font-family: 'lo-l';
}
.titleBannerReser b{
    font-family: 'lo-bb';
}
@media screen and (max-width: 1366px) and (min-width: 1280px){
    .titleVideo br {
        display: none;
    }          
}
@media screen and (max-width: 1280px) and (min-width: 800px){
    a.btnVideo {
        padding: 20px 20px;
        font-size: 1.2em;
    } 
    .titleVideo br {
        display: none;
    }      
    .titleForm, .bajadForm{
        padding-left: 15px;
    } 
    .btnRegExit {
        margin-top: 15px;
    }       
}
@media screen and (max-width: 800px){
    .desk{
        display: none;
    }   
    .mob{
        display: block;
    }   
    a#logo-container img {
        width: 230px;
        margin-top: 30px;
    }
    nav .nav-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
    }
    nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
        font-size: 30px;
        margin-top: 4px;
    }
    nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
        font-size: 30px;
        margin-top: 4px;
        color: #019ee3;
    }
    ul#nav-mobile {
        width: 100%;
        background: rgb(255 255 255 / 0.8);
    }
    .sidenav-overlay{
        background-color: transparent;
    }
    .firstMenuMob{
        margin-top: 150px;
    }
    .closeMen {
        /* float: left; */
        position: absolute;
        color: #009fe3;
        font-size: 1.8em;
        margin-top: 4px;
        margin-left: 25px;
    }
    nav ul a.active::after, nav ul a:hover::after{
        display: none;
    }
    .sidenav li > a {
        padding: 0px;
        margin: 0 32px;
        border-bottom: 1px solid;
        font-size: 1.2em;
    }
    nav ul a.active, nav ul a:hover {
        background-color: transparent;
    }
    .socialItems.menuSocialList .borRed {
        color: #000000;
        border: 1px solid;
    }
    .titleRedesSociales.menuSocialTit {
        text-align: center;
        margin-top: 20px;
        height: 75px;
    }
    .socialItems.menuSocialList a.btnSocials {
        display: inline-block;
        padding: 0px;
    }
    .socialItems.menuSocialList {
        text-align: center;
        line-height: 1;
    }
    a.logoFooterMenu {
        text-align: center;
    }
    a.logoFooterMenu img {
        width: 60%;
        margin-top: 30px;
    }
    .titleCeleste br, .titleVideo br, .subBannerReser br, .itemTitleHome br{
        display: none;
    }
    .titleCeleste {
        font-size: 1.4em;
        margin: 20px 10px;
    }
    .itemsTeleApre {
        width: 50% !important;
    }
    .titleVideo {
        font-size: 1.4em;
        margin-top: 10px;
        text-align: center;
        margin-bottom: 30px;
    }
    .btnVideo.mob {
        text-align: center;
    }
    a.btnVideo {
        font-size: 1.2em;
    }
    div#index-banner.bannerRegistro img {
        margin-top: 30px;
    }
    .titleBannerReser {
        font-size: 2em;
    }
    .subBannerReser {
        width: 90%;
        margin-left: 5%;
    }
    #second-banner .tab {
        width: 50%;
    }
    .bannerRegistro3 .col.s12.m6 {
        padding-left: 0px;
    }
    .modal {
        width: 90%;
    }
    .titleForm.titleForm2 {
        margin-bottom: 20px;
    }
    .bajadForm.bajadForm2 {
        font-size: 1em;
    }
    .regExitForm {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .btnRegExit {
        margin-top: 50px;
    }
    .itemsTeleApre {
        padding: 40px 10px !important;
    }
    .itemTitleHome {
        font-size: 1.1em;
    }


}    

/* New Styles */
a{
  color: #6aa551;
}
nav {
    box-shadow: none;
}
a#logo-container img {
    width: 180px;
    margin-top: 35px;
}
a#banner-container img {
    margin-top: 50px;
}
#third-banner iframe{
    display: none;
}
.titleCeleste.fraseVerd {
    color: #999999;
    font-family: 'ft-db';
    font-size: 1.4em;
    text-align: left;
    width: fit-content;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 60px;
    border-left: 10px solid #6AA551;
    padding-left: 15px;
}
.itemTitleHome {
    font-family: 'ft-bo';
    font-size: 1.2em;
    /* FONT-WEIGHT: 600; */
}
.itemsTeleApre img {
    width: 85px;
    margin-bottom: 30px;
}
.page-footer {
    background-color: #B3B3B3;
    padding-top: 40px;
    padding-bottom: 40px;
}
.titleVideo {
    font-family: 'ft-bo';
    font-size: 1.5em;
    color: #000000;
}
.titleVideo b{
    font-family: 'ft-db';
}
a.btnVideo, input.btnVideo {
    font-family: 'ft-db';
    padding: 15px 30px;
    background: #000000;
    border-left: 10px solid #6aa551;
}
a.btnVideo:hover, input.btnVideo:hover {
    background: #6aa551;
    color: #ffffff;
}
.imgHomeVidPrev img {
    height: 400px;
    width: auto;
    cursor: pointer;
}
.imgHomeVidPrev {
    text-align: right;
}
a.footer-logo img {
    width: 180px;
    margin-top: 25px;
}
.socialItems, .titleRedesSociales{
    float: right;
}
.titleRedesSociales {
    font-family: 'ft-db';
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 30px;
    margin-right: 20px;
}
.borRed:hover{
    color: #6aa551;
}
.socialItems {
    margin-top: 15px;
}
.modal h1, .modal h2, .modal h3, .modal h4{
    color: #6aa551;
}
.modal p {
    color: #000000;
    font-family: 'ft-db';
}
/* Tamaño del scroll */
.modal::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}
 /* Estilos barra (thumb) de scroll */
.modal::-webkit-scrollbar-thumb  {
  background: #6aa551;
  border-radius: 4px;
}
.modal::-webkit-scrollbar-thumb:active {
  background-color: #6aa551;
}
.modal::-webkit-scrollbar-thumb:hover {
  background: #6aa551;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
 /* Estilos track de scroll */
.modal::-webkit-scrollbar-track{
  background: #fafafa;
  border-radius: 4px;
}
.modal::-webkit-scrollbar-track:hover, 
.modal::-webkit-scrollbar-track:active {
  background: #fafafa;
}
.modal ul li {
    color: #6aa551;
}
a.modal-close {
    background: #6aa551;
}
a.modal-close:hover {
    color: #6aa551;
}
div#index-banner.bannerRegistro{
    background-color: #ffffff;
}
div#index-banner.bannerRegistro img{
    width: 100%;
}
.tab {
    font-family: 'ft-bo';
    color: #999999;
}
.tab.tabActive {
    font-family: 'ft-db';
    color: #000000;
}
.titleForm {
    font-family: 'ft-db';
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: 10px;
}
::placeholder{ 
    font-family: 'ft-bo' !important; 
}
[type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid #50a644;
    border-bottom: 2px solid #50a644;
}
span.spanInpt {
    /* text-transform: uppercase; */
    font-family: 'ft-bo';
    /* color: #999999; */
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #50a644;
    -webkit-box-shadow: 0 1px 0 0 #50a644;
    box-shadow: 0 1px 0 0 #50a644;
}
.titleForm2{
    font-family: 'ft-bo';
}
.titleForm2 b{
    font-family: 'ft-db';
}
.titleForm2 {
    font-family: 'ft-bo';
    font-size: 1.5em;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 45px;
}
.bajadForm.bajadForm2 {
    font-family: 'ft-bo';
    text-transform: uppercase;
    font-size: 1em;
}
.itemTitleHome {
    text-transform: uppercase;
}
input[type="submit"].btnVideo {
    margin-top: 10px;
}
.legBot2 {
    font-size: .7em;
    font-style: italic;
    margin-top: 30px;
}

@media screen and (max-width: 1366px) and (min-width: 1280px){
        
}
@media screen and (max-width: 1280px) and (min-width: 800px){
    .imgHomeVidPrev img {
        width: 100%;
        height: auto;
    }
    .titleVideo{
        margin-top: 50px;
    }
}
@media screen and (max-width: 800px){
    nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
        color: #6aa551;
    }
    a#logo-container img {
        width: 145px;
        margin-top: 30px;
    }
    nav .brand-logo {
        left: 25%;
    }
    nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
        height: 85px;
        line-height: 85px;
    }
    a#banner-container img {
        margin-top: 15px;
    }
    .titleCeleste.fraseVerd {
        font-size: 1.1em;
        margin-bottom: 30px;
        margin-top: 40px;
    }
    .itemsTeleApre {
        width: 33.3333% !important;
    }
    .container {
        width: 95%;
    }
    .itemTitleHome {
        font-size: .9em;
    }
    .itemsTeleApre img {
        width: 70px;
        margin-bottom: 25px;
    }
    .titleVideo {
        font-size: 1.3em;
    }
    .imgHomeVidPrev img {
        width: 100%;
        height: auto;
    }
    .titleRedesSociales.mob {
        margin-top: 0;
        float: none;
        text-align: center;
        margin: 0;
    }
    a.footer-logo img {
        width: 150px;
        margin-top: 50px;
    }  
    .closeMen {
        color: #50a644;
        margin-right: 25px;
        right: 0;
    }
    nav ul a.active {
        color: #50a644;
        border-color: #000000;
    }
    ul#nav-mobile .titleRedesSociales.menuSocialTit {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-top: 45px;
    }
    ul#nav-mobile .socialItems.menuSocialList {
        width: 100%;
    }
    ul#nav-mobile a.logoFooterMenu img {
        width: 35%;
    }
    .titleForm{
        margin-left: 0px;
    }
    input.uk-input {
        width: 94% !important;
    }
    #second-banner .tab {
        padding: 0px !important;
    }
    .titleForm.titleForm2 br, .bajadForm.bajadForm2 br{
        display: none;
    }
    .titleForm.titleForm2 {
        font-size: 1.4em;
    }
    .bajadForm.bajadForm2 {
        margin-top: 35px !important;
    }
    .col.s12.m6.aligCentr.btnRegExit {
        text-align: left;
    }
    div#third-banner iframe{
        height: 165px;
    }

}