/* ////TIPOGRAFIA */

@font-face {
    font-family: 'Gambetta';
    src: url('../fonts/Gambetta-Regular.eot');
    src: url('../fonts/Gambetta-Regular#iefix') format('embedded-opentype'),
        url('../fonts/Gambetta-Regular.woff2') format('woff2'),
        url('../fonts/Gambetta-Regular.woff') format('woff'),
        url('../fonts/Gambetta-Regular.ttf') format('truetype'),
        url('../fonts/Gambetta-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gambetta';
    src: url('../fonts/Gambetta-Semibold.eot');
    src: url('../fonts/Gambetta-Semibold#iefix') format('embedded-opentype'),
        url('../fonts/Gambetta-Semibold.woff2') format('woff2'),
        url('../fonts/Gambetta-Semibold.woff') format('woff'),
        url('../fonts/Gambetta-Semibold.ttf') format('truetype'),
        url('../fonts/Gambetta-Semibold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.eot');
    src: url('../fonts/Roboto-LightItalic#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/Roboto-LightItalic.woff') format('woff'),
        url('../fonts/Roboto-LightItalic.ttf') format('truetype'),
        url('../fonts/Roboto-LightItalic.svg') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-SemiBold.eot');
    src: url('../fonts/Roboto-SemiBold#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('../fonts/Roboto-SemiBold.woff') format('woff'),
        url('../fonts/Roboto-SemiBold.ttf') format('truetype'),
        url('../fonts/Roboto-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* ///GENERALES */

/* //TEXTOS */
.texto_ancho_hero{
    max-width: 620px;
}
.texto_ancho_parrafo{
    max-width: 560px;
}
.texto_fondo_azul h1{
    width: auto;
    padding: 10px 24px;
    display: inline-block;
    background: #006EBD;
}
.texto_fondo_rojo h3{
    width: auto;
    padding: 10px 24px;
    display: inline-block;
    background: #EA4E50;
    margin-bottom: 0;
}
.texto_fondo_rojo{
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

/* ///IMAGENES */
.imagen_cat_home img{
    height: 150px;
    object-fit: cover;
    object-position: center;
}

/* ///BOTONES */
.boton_categoria a i{
        font-size: 17px !important;
    }
@media screen and (min-width:1024px){
    .boton_categoria a i{
        display: none;
    }
    .boton_categoria:hover a i{
        display: initial;
    }
    .boton_categoria:hover a .fl-button-text{
        font-weight: 500;
    }
}

@media screen and (max-width:767px){
    .menu_politicas .menu-item a{
        padding-left: 0px;
    }
}

/* ///GRID PRODUCTOS */

/* ///FIN GENERALES */
.producto_grid .pp-content-post{
    margin-bottom: 0 !important;
}
.producto_contenedor .producto_image img{
    height: 270px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width:767px){
    .producto_contenedor .producto_image img{
        height: 170px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}
.producto_contenedor .producto_caja_texto{
    padding: 24px;
}
.producto_contenedor .producto_caja_texto .producto_titulo{
    color:#323748;
    font-family: 'Gambetta';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 5px;
}
@media screen and (max-width:767px){
    .producto_contenedor .producto_caja_texto .producto_titulo{
        font-size: 16px;
        font-style: normal;
    }
    .producto_contenedor .producto_caja_texto{
        padding: 12px;
    }
}
.producto_contenedor .producto_caja_texto .producto_codigo .product_meta{
    padding-top: 0;
    border: 0;
    font-family: 'Roboto';
    color: #EA4E50;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 20px;
}
.producto_contenedor .producto_caja_texto .producto_descripcion p{
    font-family: 'Roboto';
    color: #006EBD;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}
/* ///FORM CONTACT */
input:focus:not([type="submit"]),
textarea:focus,
select:focus{
    outline: none ;         /* Desactiva el contorno */
    box-shadow: none ;      /* Desactiva sombras */
    border: none ;        /* Elimina bordes */
    background: transparent !important;
    border-bottom: 1px solid #006EBD !important;
    color: #1B2227 !important;
}
.form_indalpesa p{
    margin-bottom: 0;
}

.form_indalpesa input[type="text"],
.form_indalpesa input[type="email"],
.form_indalpesa input[type="tel"]{
    margin-bottom: 20px;
    width: 100%;
    font-family: 'Roboto';
}
.form_indalpesa input[type="text"],
.form_indalpesa input[type="email"],
.form_indalpesa input[type="tel"]{
    background-color: transparent;
    color: #1B2227;
    font-weight: 300;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #006EBD;
    padding-left: 10px;
    width: 100%;
}
.form_indalpesa textarea{
    background-color: transparent;
    color: #1B2227;
    font-weight: 300;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #006EBD;
    padding-left: 10px;
    width: 100%;
    height: 100px;
    font-family: 'Roboto';
}
.form_indalpesa ::placeholder{
    color:#1B2227;
    font-family: 'Roboto';
}
@media screen and (max-width:1024px){
    .form_indalpesa input[type="text"],
    .form_indalpesa input[type="email"],
    .form_indalpesa input[type="tel"]{

        max-width: 100%;
        width: 100%;
    }
    .form_indalpesa textarea{

        max-width: 100%;
        width: 100%;
    }
}
.form_indalpesa input[type=checkbox] {
    position: relative;
      cursor: pointer;
      width: 0px;
}
.form_indalpesa input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0px;
    left: -4px;
    background-color: transparent;
    /* box-shadow: 0px 1px 1px #000; */
    border: 1px solid #000;
    border-radius: 0px;
}
.form_indalpesa input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #006EBD;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 2px;
}
.form_indalpesa .wpcf7-acceptance .wpcf7-list-item{
	margin-left: 0;
    margin-top:10px;
}

.form_indalpesa .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{
	margin-left: 15px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #1B2227;
    font-family: 'Roboto';
}
.form_indalpesa .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 21px;
    font-family: 'Roboto';
}
.form_indalpesa .wpcf7-acceptance input[type="checkbox"]{
    margin-left: 5px;
}
.form_indalpesa .wpcf7-spinner{
    display: none;
}
.form_indalpesa input[type="submit"]{
    display: flex;
    padding: 16px 40px 16px 40px;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #006EBD;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #006EBD;
    transition: 0.4s;
    font-family: 'Roboto';
    letter-spacing: 3px;
    text-transform: uppercase;
}
.form_indalpesa input[type="submit"]:hover{
    background: #006EBD;
    color: #fff;
}
body.iphone-fix .form_indalpesa input[type="submit"] {
    padding-bottom: 16px !important;
  }

/* @media screen and (max-width:767px){
    .form_indalpesa input[type="submit"]{
        width: 100%;
    }
} */

.form_indalpesa .wpcf7-not-valid-tip{
    font-size: 16px;
    color: #000;
}

.wpcf7-response-output{
    font-size: 16px;
    color: #000;
    border: 0 !important;
}


/* ////MENU RESPONSIVE */
@media screen and (max-width:1023px){
    header .pp-menu-nav #menu-menu-principal .menu-item .menu-item-text{
        padding-right: 28px;
    }
    header .pp-menu-nav #menu-menu-principal .menu-item .menu-item-text .pp-menu-toggle{
        left: initial;
    }
    /* header .pp-menu-nav #menu-menu-principal .sub-menu .menu-item .menu-item-text{
        padding-right: 0;
    } */
}

/* ///FIN DE MENU RESPONSIVE */



/* IDIOMA */
/* .gtranslate_wrapper .gt_float_switcher{
    background: #FAEF6C;
    padding: 0px 10px;
    border-radius: 10px;
}
.gtranslate_wrapper .gt_float_switcher img{
    display: none;
}
.gtranslate_wrapper .gt_float_switcher a{
    font-family: 'acuminextracondensed';
    font-size: 24px;
}
.gtranslate_wrapper .gt_float_switcher a:hover{
    background: transparent !important;
    color: #000 !important;
}
.gtranslate_wrapper .gt_float_switcher .gt-lang-code{
    font-family: 'Roboto';
    font-size: 24px;
}
.gtranslate_wrapper .gt_float_switcher .gt_options,
.gtranslate_wrapper .gt_float_switcher .gt-selected{
    background: transparent;
} */
/* FIN IDIOMA */
