@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
/* GLOBAL */
body{
	margin: auto;
	padding: 0;
	width: 90%;
    font-family: 'Comfortaa', cursive;
    font-weight: 100;
    font-size: 1vw;
}
.geko{
	color: #6d6e71;
}
.geko a{
	color: #6d6e71;
}
/* SERVICIOS */
.servicios h1{
    font-size: 2vw;
	font-family: 'Comfortaa', cursive;
	color: rgb(0, 114, 188);
	display: inline-block;
	margin: auto;
	padding: 20px 80px 20px 40px;
}
/* CAJITAS */
.grid1{
    margin: auto;
    width: 60vw;
    display: grid;
    grid-template-columns: repeat(8, 8vw);
    grid-template-rows: repeat(18, 8vw);
}
.famimg{
    grid-column: 1/4;
    grid-row: 1/4;
    font-size: 2.5vw;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    background: url(../images/familiar.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
}
.famtxt{
    grid-column: 4/7;
    grid-row: 1/4;
    background-color: rgb(241, 109, 34);
    color: #fff;
    padding: 30px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.famtxt button{
    color: rgb(241, 109, 34);
}
.flor{
    grid-column: 7/9;
    grid-row: 1/15;
    background: url(../images/flor.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 20px 20px;
    /* padding-left: 50px; */
}
.corptxt{
    grid-column: 1/4;
    grid-row: 4/7;
    background-color: rgb(162, 126, 45);
    color: #fff;
    padding: 30px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.corptxt button{
    color: rgb(162, 126, 45);
}
.corpimg{
    grid-column: 4/7;
    grid-row: 4/7;
    font-size: 2.5vw;
    font-weight: 700;
    color: #fff;
    text-align: right;
    padding: 20px;
    background: url(../images/corporativo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
}
.ticket{
    grid-column: 1/3;
    grid-row: 7/14;
    background: url(../images/ticket-banner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 20px 20px;
}
.beneficiosimg{
    grid-column: 3/6;
    grid-row: 7/10;
    font-size: 2.5vw;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    background: url(../images/beneficios.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
}
.beneficiostxt{
    grid-column: 6/9;
    grid-row: 7/10;
    background-color: rgb(0, 173, 238);
    color: #fff;
    padding: 30px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.beneficiostxt button{
    color: rgb(0, 173, 238);
}
.romanticotxt{
    grid-column: 3/6;
    grid-row: 10/13;
    background-color: rgb(240, 213, 183);
    color: rgb(161, 126, 45);
    padding: 30px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.romanticotxt button{
    color: rgb(161, 126, 45);
}
.romanticoimg{
    grid-column: 6/9;
    grid-row: 10/13;
    font-size: 2.5vw;
    font-weight: 700;
    color: #fff;
    text-align: right;
    padding: 20px;
    background: url(../images/romantico.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
}
.jovenesimg{
    grid-column: 1/4;
    grid-row: 13/16;
    font-size: 2.5vw;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    background: url(../images/jovenes-y-aventureros.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
}
.jovenestxt{
    grid-column: 4/7;
    grid-row: 13/16;
    background-color: rgb(139, 197, 63);
    color: #fff;
    padding: 30px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.jovenestxt button{
    color: rgb(139, 197, 63);
}
.palmerita{
    grid-column: 7/9;
    grid-row: 13/19;
    background: url(../images/plantita-banner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 20px 20px;
}
.culturaltxt{
    grid-column: 1/4;
    grid-row: 16/19;
    background-color: rgb(235, 0, 139);
    color: #fff;
    padding: 30px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.culturaltxt button{
    color: rgb(235, 0, 139);
}
.culturalimg{
    grid-column: 4/7;
    grid-row: 16/19;
    font-size: 2.5vw;
    font-weight: 700;
    color: #fff;
    text-align: right;
    padding: 20px;
    background: url(../images/cultural.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
}
.boton{
    width: 100%;
    text-align: center;
    position: relative;
    top: 3vw;
    bottom: 2vw;
}
#cotiza{
    width: 15vw;
    height: 3vw;
    justify-content: center;
    font-family: 'Comfortaa', cursive;
    font-size: 1.2vw;
    background-color: #fff;
    border: 0;
}
#cotiza:hover{
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.boldi{
    font-weight: 700;
}

/* FRIKIN MOBILE */
@media only screen and (max-width: 736px) {
    body{
        margin: auto;
        padding: 0;
        width: 100%;
        font-family: 'Comfortaa', cursive;
        font-weight: 100;
        font-size: 2.1vw;
    }
    /* SERVICIOS */
    .servicios h1{
        font-size: 4vw;
        font-family: 'Comfortaa', cursive;
        color: rgb(0, 114, 188);
        display: inline-block;
        margin: auto;
        padding: 20px 80px 20px 40px;
    }
    /* CAJITAS */
    .grid1{
        margin: auto;
        width: 100vw;
        display: grid;
        grid-template-columns: repeat(2, 50vw);
        grid-template-rows: repeat(6, 50vw);
    }
    .famimg{
        grid-column: 1;
        grid-row: 1;
        font-size: 3.5vw;
        font-weight: 700;
        color: #fff;
        padding: 20px;
        background: url(../images/familiar.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 0 20px 0;
    }
    .famtxt{
        grid-column: 2;
        grid-row: 1;
        background-color: rgb(241, 109, 34);
        color: #fff;
        padding: 30px;
        line-height: 1.5;
        margin: 0 0 20px 0;
        text-align: justify;
    }
    .famtxt button{
        color: rgb(241, 109, 34);
    }
    .corptxt{
        grid-column: 1;
        grid-row: 2;
        background-color: rgb(162, 126, 45);
        color: #fff;
        padding: 30px;
        line-height: 1.5;
        margin: 0 0 20px 0;
        text-align: justify;
    }
    .corptxt button{
        color: rgb(162, 126, 45);
    }
    .corpimg{
        grid-column: 2;
        grid-row: 2;
        font-size: 3.5vw;
        font-weight: 700;
        color: #fff;
        text-align: right;
        padding: 20px;
        background: url(../images/corporativo.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 0 20px 0;
    }
    .beneficiosimg{
        grid-column: 1;
        grid-row: 3;
        font-size: 3.5vw;
        font-weight: 700;
        color: #fff;
        padding: 20px;
        background: url(../images/beneficios.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 0 20px 0;
    }
    .beneficiostxt{
        grid-column: 2;
        grid-row: 3;
        background-color: rgb(0, 173, 238);
        color: #fff;
        padding: 30px;
        line-height: 1.5;
        margin: 0 0 20px 0;
        text-align: justify;
    }
    .beneficiostxt button{
        color: rgb(0, 173, 238);
    }
    .romanticotxt{
        grid-column: 1;
        grid-row: 4;
        background-color: rgb(240, 213, 183);
        color: rgb(161, 126, 45);
        padding: 30px;
        line-height: 1.5;
        margin: 0 0 20px 0;
        text-align: justify;
    }
    .romanticotxt button{
        color: rgb(161, 126, 45);
    }
    .romanticoimg{
        grid-column: 2;
        grid-row: 4;
        font-size: 3.5vw;
        font-weight: 700;
        color: #fff;
        text-align: right;
        padding: 20px;
        background: url(../images/romantico.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 0 20px 0;
    }
    .jovenesimg{
        grid-column: 1;
        grid-row: 5;
        font-size: 3.5vw;
        font-weight: 700;
        color: #fff;
        padding: 20px;
        background: url(../images/jovenes-y-aventureros.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 0 20px 0;
    }
    .jovenestxt{
        grid-column: 2;
        grid-row: 5;
        background-color: rgb(139, 197, 63);
        color: #fff;
        padding: 30px;
        line-height: 1.5;
        margin: 0 0 20px 0;
        text-align: justify;
    }
    .jovenestxt button{
        color: rgb(139, 197, 63);
    }
    .culturaltxt{
        grid-column: 1;
        grid-row: 6;
        background-color: rgb(235, 0, 139);
        color: #fff;
        padding: 30px;
        line-height: 1.5;
        margin: 0 0 20px 0;
        text-align: justify;
    }
    .culturaltxt button{
        color: rgb(235, 0, 139);
    }
    .culturalimg{
        grid-column: 2;
        grid-row: 6;
        font-size: 3.5vw;
        font-weight: 700;
        color: #fff;
        text-align: right;
        padding: 20px;
        background: url(../images/cultural.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 0 20px 0;
    }
    .boton{
        width: 100%;
        text-align: center;
        position: relative;
        top: 8vw;
        bottom: 2vw;
    }
    #cotiza{
        width: 20vw;
        height: 4vw;
        justify-content: center;
        font-family: 'Comfortaa', cursive;
        font-size: 1.5vw;
        background-color: #fff;
        border: 0;
    }
    #cotiza:hover{
        cursor: pointer;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }
    .boldi{
        font-weight: 700;
    }
    .flor, .ticket, .palmerita{
        display: none;
    }
}

/* SMALL DEVICES */
@media only screen and (max-width: 480px) {
    .boton{
        width: 100%;
        text-align: center;
        position: relative;
        top: 4vw;
        bottom: 2vw;
    }
}
/* SMALL DEVICES */
@media only screen and (max-width: 400px) {
    .boton{
        width: 100%;
        text-align: center;
        position: relative;
        top: 1.8vw;
        bottom: 2vw;
    }
}