@charset "utf-8";
/* CSS Document */

body{font-family: 'Montserrat', sans-serif;}
	

.pc {display: block;}
.movil{display: none;}
.centrar {
    display: block;
    margin: 0px auto;
}
.informacion .col-9 {
    display: flex;
}
.informacion h5, .informacion h6 {
    color: rgba(204,170,110,1.00);
    font-family: 'Montserrat', sans-serif;
}
.informacion p {
    line-height: 1.8em;
}
.informacion a {
    text-decoration: none;
    color: rgba(120,120,120,1.00);
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2em;
    color: rgba(120,120,120,1.00);
    font-size: 14px;
}
.tituloSeccion {
    margin: 2.5em 0em;
}
p strong {
    color: rgba(48,48,48,1.00);
    font-weight: 300;
}
.testimonios a {
    text-decoration: none;
    color: rgba(204,170,110,1.00);
    font-weight: 300;
    font-style: italic;
}
.testimonios .col-4 {
    padding: 0% 4%;
}
.testimonios .iconoTestimonio {
    width: 40px;
    height: 40px;
}
.testimonios .iconoTestimonio .icono {
    fill: rgba(204,170,110,1.00);
}
.testimonios p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    color: rgba(48,48,48,1.00);
    font-size: 13px;
}
.margenTop100 {
    margin-top: 100px;
}


/*--------Menu-------*/
button{background-color: transparent;}
.idioma {
    display: inline-flex;
    margin-top: 20px!important;
}
.idioma .separador {
    padding-top: 4px;
}
.idioma .contBand {
    width: 65px!important;
}
.idioma .contBand .bandera, .idioma .contBand .ciglaId {
    float: left;
    margin-left: 5px;
}
.idioma .contBand .ciglaId {
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
}
.idioma .contBand a {
    text-decoration: none;
}
.bandera {
    width: 25px;
    height: 25px;
    display: block;
}
.logo-movil {
    display: none;
}
.informacion .cont-mapa {
    width: 100%;
    min-height: 400px;
}
.formulario {
    background-color: rgba(239,236,232,1.00);
}
.footer {
    background-color: rgba(239,236,232,1.00);
}
.footer .logoFooter {
    max-width: 150px;
    height: auto;
    margin-top: 18%;
    margin-left: 34%;
}
.footer .txt-derechos {
    font-size: 9px;
    color: rgba(17,17,17,1.00);
}
.footer ul li {
    list-style: none;
    float: left;
    margin-left: 2%;
}
.footer div {
    min-height: 50px;
}
.footer a {
    text-decoration: none;
    color: rgba(120,120,120,1.00);
}
.footer .direccion {
    font-size: 12px;
    font-style: italic;
    line-height: 1.3em;
}
.footer ol, ul {
    padding-left: 0rem;
}
.footer .txtPrivacidad {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 13px;
    line-height: normal;
    color: rgba(48,48,48,1.00);
}
.slider {width: 100%;}
.slick-prev {
    left: 15px;z-index: 99;
}
.slick-next {
    right: 25px;z-index: 99;
}

.slick-slide {
    margin: 0px 5px;
}
.slick-slide img {
    width: 100%;
}
.slick-prev:before, .slick-next:before {
    color: black;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: .5;
}
.slick-current {
    opacity: 1;
}




/*--------Tee Time-------*/
.teeTimeInformacion ul li{list-style: none;margin: 10px 0px;}
.teeTimeInformacion ul li .txtColor{color: rgba(204,170,110,1.00);}
.teeTimeInformacion .mapaCoyote{max-width: 380px; min-height: 380px; margin: 0px auto; display: block;}
.espacioTop100{margin-top: 100px;}
.espacioTop50{margin-top: 50px;}
.espacioBottom100{margin-bottom: 100px;}


.tarifas .tituloTabla{font-weight: 500;letter-spacing: 0.05em;font-size: 20px;}
.tarifas table{border: solid 1px rgba(120,120,120,1.00);max-width: 70%;}
.tarifas table tr{border: solid 1px rgba(120,120,120,1.00);text-align: center;font-size: 14px;height: 33px;}
.tarifas table td{border: solid 1px rgba(120,120,120,1.00);}
.tarifas .vigencia{font-weight: 500;letter-spacing: 0.05em;font-size: 14px;}



/*--------Membresia-------*/
.membresia{padding: 0px;overflow-x: hidden;}



/*--------Academia-------*/
.academia{padding: 0px;overflow-x: hidden;}
.tituloDorado{color: rgba(204,170,110,1.00); font-weight: 400; font-size: 25px;}



@media (max-width:425px) {
.pc {display: none!important;}
.movil{display: block!important;}
.idioma {
    margin: 25px auto 25px auto!important;
    max-width: 140px!important;
    padding-top: 20px!important;
}
h2, h3, h4 {text-align: center;
}
.col-4 {
    width: 100%;
}
.col-8 {
    width: 100%;
}
.col-9 {
    width: 100%;
}
.col-6 {
    width: 100%;
}
	
p {font-weight: 400;font-size: 14px;text-align: center;}
.tituloSeccion {
    margin: 1.5em 0em;text-align: center;
}
.informacion .col-9 {
    display: block;
}
.offset-4 {
    margin-left: 0%;
}
.footer .logoFooter {
    margin: 1% auto;
}
.footer .txt-derechos {
    font-size: 10px;
    color: rgba(17,17,17,1.00);
    text-align: center;
}
.informacion h5, .informacion h6 {text-align: center;}
.testimonios .iconoTestimonio {margin: 0px auto;}
.footer ul{
    margin: 20px auto;
    width: 150px;
}	
.tarifas table { max-width: 100%;}
.tarifas .tituloTabla {
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 20px;
    text-align: center;
}
.logo-movil {
    display: block;
    width: 29%;
    float: left;
    margin: 5px 0px 0px 0px!important;
}
.zetta-menu1 > ul > li > a, .zetta-menu1 > ul > li > a:visited {
    font-size: 9pt;
    font-weight: 500;
    color: #303030;
    padding: 13px 10px 0px 5px;
    height: 60px;
    line-height: 64px;
    text-align: center;
}
.fa {
    font-size: 30px!important;
    margin-top: 10%;
}
}
