/* INDICE */
/*
    1- Titulos Genéricos
    2- Botones Genéricos
    3- Inputs Text Genéricos
    4- Inputs Select Genéricos
    5- Inputs File Genéricos
    6- Inputs Checkbox Genéricos
    7- Inputs Radio Genéricos
    8- Pelotas Precios Genéricos
    9- Degradados para Background
    10- Bolas enumeración
	11- Owl Carusel - Flechas centradas
*/
/* FIN INDICE */


/*ESTILOS TITULOS GENERICOS*/

.sin-row {
    padding: 0;
}

.alinear-contenido-centro {
    text-align: center;
    margin: 0 auto;
}

.titular-h1-generic {
    font-family: Lato-Bold;
    font-size: 48px;
    color: #ffffff;
    margin: 20px 0;
}

.titular-h1-generic-verde {
    font-family: Lato-Bold;
    font-size: 48px;
    color: #5c8819;
    padding: 2% 2% 0 2%;
}

.posicionar-izquierda {
    text-align: left;
}

.titular-h2-generic {
    font-family: Lato-Bold;
    font-size: 48px;
    color: #ffffff;
    margin: 20px 0;
}

.titular-h3-generic,
.titulo-h3-blanco-generic {
    font-family: Lato-Bold;
    font-size: 32px;
    color: #ffffff;
    margin: 10px 0;
}

.titulo-h3-verde-generic {
    font-family: Lato-Bold;
    font-size: 32px;
    color: #5c8819;
    margin: 60px 0 30px 0px;
}

.titulo-h3-gris-oscuro-generic {
    font-family: Lato-Bold;
    font-size: 32px;
    color: #2C2C2C;
}

.enlace-pdf-generic {
    font-family: Lato-Bold;
    color: #707070;
    font-size: 18px;
    margin: 20px 0;
}

.texto-descriptivo-generic {
    font-family: Lato-Bold;
    color: #ffffff;
    font-size: 18px;
}

.texto-descriptivo-generic-gris {
    font-family: Lato-Regular;
    color: #727272;
    font-size: 18px;
    width: 520px;
}

.titulo-p-gris-oscuro-generic {
    font-family: Lato-Bold;
    font-size: 18px;
    color: #2C2C2C;
}

.descripcion-elemento-gris {
    font-size: 14px;
    color: #707070;
}

.tipografia-verde-generic {
    font-family: Lato-Bold;
    color: #8abd37;
    z-index: 9999 !important;
}

.texto-gris-16-generic {
    font-family: Lato-Bold;
    font-size: 16px;
    color: #3F3F3F;
}

/*FINESTILOS TITULOS GENERICOS*/

/*ESTILOS BOTONES GENERICOS*/
a.btn-generic {
    text-align: center;
    padding: 10px 0;
    margin: 20px 5px;
    border-radius: 31px;
    min-width: 250px;
    font-family: Lato-Black;
    color: #ffffff;
    cursor: pointer;
}

a.btn-generic img {
    padding-left: 10px;
}

a.btn-generic.btn-sin-flecha img {
    display: none;
}

a.btn-generic-orange {
    background-color: #f5a623;
    border: solid 1px #f5a623;
}

a.btn-generic-orange:hover {
    background-color: #ffffff;
    border: solid 1px #f5a623;
    color: #f5a623;
}

a.btn-generic-green {
    background-color: #8abd37;
    border: solid 1px #8abd37;
}

a.btn-generic-green:hover {
    background-color: #ffffff;
    border: solid 1px #8abd37;
    color: #8abd37;
}

a.btn-generic-orange-trans {
    background-color: #ffffff;
    border: solid 1px #f5a623;
    color: #f5a623;
}

a.btn-generic-orange-trans:hover {
    background-color: #f5a623;
    border: solid 1px #f5a623;
    color: #ffffff;
}

a.btn-generic-orange-dark {
    background-color: #f5a623;
    border: solid 1px #f5a623;
    color: #ffffff;
}

a.btn-generic-orange-dark:hover {
    background-color: #d86600;
    border: solid 1px #d86600;
    color: #ffffff;
}

a.btn-generic-green-trans {
    background-color: #ffffff;
    border: solid 1px #8abd37;
    color: #8abd37;
}

a.btn-generic-green-trans:hover {
    background-color: #8abd37;
    border: solid 1px #8abd37;
    color: #ffffff;
}

a.btn-generic-green-dark {
    background-color: #8abd37;
    border: solid 1px #8abd37;
}

a.btn-generic-green-dark:hover {
    background-color: #5C881A;
    border: solid 1px #5C881A;
    color: #ffffff;
}

/*FIN ESTILOS BOTONES GENERICOS*/

/*ESTILOS INPUT TYPE TEXT*/
.wcom-form-generic .form-group select,
.wcom-form-generic .form-group input {
    font-size: 1em;
}

.wcom-form-generic .form-group input[type="text"] {
    border-radius: 20px;
    padding: 7px 20px;
    border: solid 1px #cdcdcd;
    color: #252525;
    width: 100%;
}

.wcom-form-generic .form-group input[type="text"]:focus {
    border: solid 1px #8abd37;
    color: #8abd37;
    -webkit-box-shadow: 0px 0px 17px 1px rgba(138, 189, 55, 0.75);
    -moz-box-shadow: 0px 0px 17px 1px rgba(138, 189, 55, 0.75);
    box-shadow: 0px 0px 17px 1px rgba(138, 189, 55, 0.75);
}

.wcom-form-generic .form-group.has-error input[type="text"] {
    border: solid 1px #a94442;
    -webkit-box-shadow: 0px 0px 17px 1px rgba(169, 68, 66, 0.75);
    -moz-box-shadow: 0px 0px 17px 1px rgba(169, 68, 66, 0.75);
    box-shadow: 0px 0px 17px 1px rgba(169, 68, 66, 0.75);
}

.wcom-form-generic .form-group.has-error .help-block {
    color: #a94442;
}

/*FIN ESTILOS INPUT TYPE TEXT*/

/*ESTILOS INPUT TYPE SELECT*/
.wcom-form-generic .form-group.select select {
    border: solid 1px #cdcdcd;
    border-radius: 20px;
    background: url("/webclipb/gc/prod/adminwcm/img/comunes/iconos/ico-flecha-select.svg") no-repeat;
    background-position-x: 97%;
    background-position-y: 50%;
    cursor: pointer;
    color: #252525;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.wcom-form-generic .form-group.input-file.has-error label[datafichero='estilo-file'] {
    border: solid 1px #a94442;
    -webkit-box-shadow: 0px 0px 17px 1px rgba(169, 68, 66, 0.75);
    -moz-box-shadow: 0px 0px 17px 1px rgba(169, 68, 66, 0.75);
    box-shadow: 0px 0px 17px 1px rgba(169, 68, 66, 0.75);
}

/*FIN ESTILOS INPUT TYPE SELECT*/

/*ESTILOS INPUT TYPE INPUT FILE*/

.wcom-form-generic .form-group.input-file input[type='file'] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.wcom-form-generic .form-group.input-file label[datafichero='estilo-file'] {
    border: solid 1px #cdcdcd;
    border-radius: 20px;
    height: 40px;
    padding-left: 20px;
    background: url("/webclipb/gc/prod/adminwcm/img/comunes/iconos/ico-subir-archivo.svg") no-repeat;
    background-position-x: 97%;
    background-position-y: 40%;
    cursor: pointer;
    padding-top: 6px;
    color: #252525;
    overflow: hidden;
}

/*FIN ESTILOS INPUT TYPE INPUT FILE*/

/*ESTILOS INPUT TYPE CHECKBOX*/

.wcom-form-generic .checkbox input[type="checkbox"] {
    opacity: 0;
    position: relative;
    top: -20px;
    left: 29px;
    width: 20px;
    height: 20px;
    margin-left: -30px;
    margin-top: 0px;
    z-index: 99;
}

.wcom-form-generic .form-group.checkbox label {
    padding-left: 40px;
    color: #a1a1a1;
    position: relative;
}

.wcom-form-generic .form-group.checkbox label a {
    font-family: Lato-Bold;
    color: #a1a1a1;
}

.wcom-form-generic .form-group.checkbox label a:hover {
    font-family: Lato-Bold;
    color: #8abd37;
}

.wcom-form-generic .form-group.checkbox.has-error label {
    color: #a94442;
}

.wcom-form-generic .form-group.checkbox.has-error label a {
    color: #a94442;
}

.wcom-form-generic .form-group.checkbox label::before {
    box-sizing: border-box;
    /* content: ""; */
    display: inline-block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-left: 17px;
    background: #ebebeb;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -ms-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.wcom-form-generic .form-group.checkbox label::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 21px;
    margin-left: 17px;
    margin-top: 3px;
    padding-left: 2px;
    font-size: 19px;
    color: #66AB05;
}

.wcom-form-generic .form-group.checkbox :checked+label::after {
    font-family: 'FontAwesome';
    /* content: "\f00c"; */
    color: #ffffff;
    background: #8abd37;
    font-size: 15px;
}

/* checkbox/radio checked */

/*ESTILOS INPUT TYPE RADIO*/
.wcom-form-generic .radio input[type="radio"],
.wcom-form-generic .radio input[type="radio"] {
    opacity: 0;
    height: 22px;
    width: 22px;
    position: relative;
    left: 6px;
    top: 5px;
    z-index: 9;
}

.wcom-form-generic .radio label,
.wcom-form-generic .radio label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.wcom-form-generic .radio label::before,
.wcom-form-generic .radio label::before {
    box-sizing: border-box;
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    border: 1px solid #66AB05;
    background-color: #fff;
    margin-top: 0px;
    margin-left: -20px;
    border-radius: 50%;

    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -ms-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;

    -webkit-box-shadow: inset -1px 1px 1px 0 rgba(199, 195, 199, 1) !important;
    -moz-box-shadow: inset -1px 1px 1px 0 rgba(199, 195, 199, 1) !important;
    -ms-box-shadow: inset -1px 1px 1px 0 rgba(199, 195, 199, 1) !important;
    -o-box-shadow: inset -1px 1px 1px 0 rgba(199, 195, 199, 1) !important;
    box-shadow: inset -1px 1px 1px 0 rgba(199, 195, 199, 1) !important;
}

.wcom-form-generic .radio label::after,
.wcom-form-generic .radio label::after {
    content: " ";
    width: 10px;
    height: 10px;
    left: 3px;
    top: 10px;
    margin-left: -17px;
    margin-top: -4px;
    border-radius: 50%;
    background-color: #66AB05;
    display: inline-block;
    position: absolute;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.wcom-form-generic .radio :checked+label::after,
.wcom-form-generic .radio :checked+label::after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*FIN ESTILOS INPUT TYPE RADIO*/
.wcom-form-generic .form-group.checkbox :checked+label::after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*FIN ESTILOS INPUT TYPE CHECKBOX*/

/*ESTILOS PELOTAS PRECIO*/

.bullet-amarillo-generic {
    background-color: #f5a623;
    width: 100px;
    height: 100px;
    padding-top: 10px;
    border-radius: 50px;
}

.bullet-azul-generic {
    background-color: #52bcec;
    width: 100px;
    height: 100px;
    padding-top: 10px;
    border-radius: 50px;
}

.bullet-amarillo-generic .cantidad-descuento,
.bullet-azul-generic .cantidad-descuento {
    margin-bottom: 0px;
    font-family: Lato-Regular;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
}

.bullet-amarillo-generic .texto-descuento,
.bullet-azul-generic .texto-descuento {
    margin-top: -10px;
    font-family: Lato-Regular;
    font-size: 11px;
    line-height: 1.07;
    text-align: center;
    color: #ffffff;
}

/*FIN ESTILOS PELOTAS PRECIO*/

/*DEGRADADOS BACKGROUND*/

.degradado-fondo-verde {
    background-image: linear-gradient(200deg, #95bd36, #5c8819);
}

/*FIN DEGRADADOS BACKGROUND*/

/*BOLAS DE ENUMERACIÓN*/
.bola-enumeracion {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #5c8819;
    border: 1px solid #5c8819;
    line-height: 70px;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
}

.sombra-bola-enumeracion-1 {
    width: 95px;
    height: 95px;
    border: 12px solid #3f610c26;
    border-radius: 50px;
}

.sombra-bola-enumeracion-2 {
    width: 95px;
    height: 95px;
    border: 12px solid #3f610c36;
    border-radius: 50px;
}

.sombra-bola-enumeracion-3 {
    width: 95px;
    height: 95px;
    border: 12px solid #3f610c57;
    border-radius: 50px;
}

.sombra-bola-enumeracion-4 {
    width: 95px;
    height: 95px;
    border: 12px solid #3f610c7a;
    border-radius: 50px;
}

/*FIN BOLAS DE ENUMERACIÓN*/

/* OWL CAROUSEL - FLECHAS CENTRADAS */

.owl-carousel.flechas-centradas {
    position: relative;
}

.owl-carousel.flechas-centradas .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.owl-carousel.flechas-centradas .owl-nav .owl-prev,
.owl-carousel.flechas-centradas .owl-nav .owl-next {
    width: calc(100% / 12);
}

.owl-carousel.flechas-centradas .owl-nav .owl-prev {
    float: left;
}

.owl-carousel.flechas-centradas .owl-nav .owl-next {
    float: right;
}

/* FIN OWL CAROUSEL - FLECHAS CENTRADAS */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    /*ESTILOS TITULOS GENERICOS*/
    .titulo-h3-gris-oscuro-generic {
        text-align: center;
    }
}

@media (min-width: 577px) and (max-width: 767px){
    .titular-h1-generic {
        font-size: 32px;

    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .degradado-fondo-verde {
        background-image: linear-gradient(250deg, #95bd36, #5c8819);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    /*ESTILOS TITULOS GENERICOS*/
    .titular-h1-generic {
        font-size: 48px;

    }

}

@media (max-width: 576px) {

    .texto-info-slider {
        padding: 0;
        margin-top: 55px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .titular-h1-generic {
        margin: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 32px;
        margin-top: 50px !important;
    }
}