:root{
    --colorprimary:  #254150;
    --colorsecondary:  #4ab09c;
}

@font-face {
    font-family: "Gotham Book";
    src: url("./fonts/Gotham_Book.otf");
    font-weight: normal;
    font-style: normal;      
}    
@font-face {
    font-family: "Lulo Clean";
    src: url("./fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf");
    font-weight: bold;
    font-style: normal;      
}    

html,body{
    min-height: 100%;
    height: 100%;
}
body{
    
    text-align:center;
    font-family: 'Gotham Book', sans-serif !important;
}
input{
    width: 100%;
    text-align:center;
}
input[type="text"], .btn-sub{
    margin: 10px 0;
    text-align: left;
    font-size: 18px;
    padding: 10px 20px;
}
.content-page{
    padding: 50px 0;
    min-height: 70vh;
}
.bagcov{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;    
}
.content-contact{
    background-image: url('../img/hands-scaled.jpg');
    padding: 50px 0;
}
h1, h2, h3{
    font-family: 'Lulo Clean', sans-serif !important;
}
.title-socios h2{
    color: white;
}
.bl{
    border-left: solid 10px var(--colorsecondary);
    padding: 20px 0 20px 15px;    
}
.br{
    border-right: solid 10px var(--colorsecondary);
    padding: 20px 15px 20px 0px;    
}
.title-home{
    text-align: left;
}
.title-home h1, .title-socios h2, .menu-footer h2{
    font-size: 25px;
}
.title-home h1{
    color: white;
}
.campos-form input{
    background-color: #4ab09c;
    color: white;
    border: solid 1px white;
    border-radius: 40px;    
}

.campos-form input::placeholder {
  color: white;
}

.header-prin{
    background-color: var(--colorprimary);
    padding: 20px 0;
    border-bottom: solid 3px var(--colorsecondary);
}
.header-prin img{
    width: 100%;
    max-width: 180px;
}
.btn-sub{
    text-align: center;
}
.btn-sub button, .btn-sub a {
    text-align: center;
    background-color: #254150;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
}

.content-form{
    width: 100%;
    margin: 0 auto;
    background-color: var(--colorsecondary);
    padding: 40px 20px 35px;
    -webkit-box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.45);    
}

.titulo-form h2{
    text-transform: uppercase;
    color: white;
    font-size: 18px;
}

h3{
    color:#fff;
    margin:0;
}
#ticketplus h4{
    /*color: white;*/
}
.btn{
    border: none;
    color: #fff;
    /*padding: 7px;*/
    /*border-radius: 10px;*/
    /*font-size: 24px;*/
}
.btn:hover{
    background: #1a303c;
    color:#fff;
}
.resultado{
    color:white;
    margin:0;
    height:5px;
    margin-top:5px;
}
.img-bg{
    height:100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.top-p{
    padding-top:12vh;
}
.inp-rut{
    border: solid 1px #c3c3c3;
    background-color: #efefef;
}
.btn-date{
background-color: white;
margin: 0 auto;
display: inline-block;
padding: 10px 20px;
font-size: 24px;
color: #f11723;
font-weight: 700;
text-transform: uppercase;
border-radius: 5px;     
}
.text-mov{
    display: none;
}    
.mensaje{
    color: white;
    margin: 30px auto;  
    margin-bottom: 30px;        
    font-size: 18px;    
}
.mensaje b{
    color: white;
}
footer{
    background-color: var(--colorprimary);
    padding: 50px 0;
    color: white;
}
footer a{
    color: white;
}
footer a:hover{
    color: white;
    text-decoration: underline;
}
.tr{
    width: 100%;
    text-align: right;
}
.tl{
    width: 100%;
    text-align: left;
}
.menu-footer img{
    width: 100%;
    max-width: 200px;
}
.menu-footer.tr{
    border-right: solid 10px var(--colorsecondary);
    padding: 20px 15px 20px 0px;       
}
@media(min-width: 769px){
    .mensaje{
        font-size: 18px;    
        max-width: 70%;
    }       
    .text-desk{
        max-width: 50%
    }    
}
@media(max-width:768px){
    .title-home h1, .title-socios h2, .menu-footer h2{
        font-size: 20px;
    }    
    .titulo-form h2{
        font-size: 17px;
    }    
    .text-mov{
        display: inherit;
    }
    .top-p{
        padding-top:5vh;
    }
    .img-bg{
        height:40vh;
    }
    .menu-footer.tr{
        border-left: solid 10px var(--colorsecondary);
        padding: 20px 0px 20px 15px;   
        border-right: none;
        text-align: left;    
    }    
}