*
{
    transition: all 0.5s;
    box-sizing: border-box;
}
html,
body,
p,
a,
label,
h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'San Francisco Pro';
}
body
{
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}
a
{
    text-decoration: none;
}
.aux
{
    clear: both;
}
.div_centrado_padre
{
    display: flex;
    justify-content: center;
}
.encabezado_img
{
    width: 100%;
    height: 80%;
}
.encabezado_img_02
{
    width: 100%;
    height: 90%;
    margin: 0px;
}
.encabezado_img_03
{
    width: 100%;
    height: 70%;
    margin: 0px;
}
.div_fondo_img_01
{
    width: 100%;
    height: auto;
    margin: 0px;
}
.div_contenedor_img_01
{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px;
}
.div_contenedor_img_01:before
{
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}
.encabezado_img .cont_img_encab
{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter:brightness(0.6);
    opacity: 0.93;
}
.cont_img_encab_03
{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter:brightness(0.6);
    opacity: 0.93;
}
.encabezado_img .cont_text_img
{
    background: none;
    position: absolute;
    display: table;
    width: 80%;
    height: 80%;
    overflow: hidden;
}
.cont_text_img_02
{
    background: none;
    position: absolute;
    display: table;
    width: 90%;
    height: 70%;
    overflow: hidden;
}
.cont_text_img_03
{
    background: none;
    position: absolute;
    display: table;
    width: 80%;
    height: 70%;
    overflow: hidden;
}
.cont_text_img_04
{
    background: none;
    position: absolute;
    display: table;
    width: 80%;
    height: 90%;
    overflow: hidden;
}
.cont_img_gen
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter:brightness(0.9);
    opacity: 0.93;
    z-index: -5;
}
.cont_img_gen_02
{
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cont_text_img_gen
{
    position: relative;
    width: 100%;
    height: 100%;
}
.cont_text_img_gen_01
{
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.cont_frase_index_01
{
    margin: 5% 3%;
    padding: 25px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    text-align: right;
    background-color: #DDDDDD50;
    border-radius: 30px;
    backdrop-filter: blur(15PX);
}
.cont_frase_index_02
{
    padding: 50px;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background-color: none;
    text-align: center;
}
.cont_frase_index_02 img
{
    width: 60%;
    margin: 0 auto;
}
.icono_peq_01
{
    height: 30px;
    margin: 7px 3px 0px 3px;
}
.frase_index
{
    font-family: "MYRIADPRO BOLD";
    font-size: 28px;
    text-align: justify;
    color: #F8F8F8;
    display: inline-block;
    margin: 3px auto;
    -webkit-text-stroke: 0.03em #282828bb;
}
.autor_index
{
    font-family: "MYRIADPRO BOLD";
    font-size: 20px;
    text-align: right;
    color: #f8f8f8;
    display: inline-block;
    margin: 3px auto;
    -webkit-text-stroke: 0.04em #282828bb;
}
/**/

.padre_div_tabla
{
    display: table;
}
.encabezado_img .cont_text_img div,
.hijo_div_tabla
{
    display: table-cell;
    vertical-align: middle;
}
.encabezado_img .cont_text_img h1,
.titulo_encab_img
{
    font-size: 3.5em;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px 0px;
}
.encabezado_img .cont_text_img p,
.texto_encab_img,
.cont_text_img_04 p,
.cont_text_img_03 p,
.cont_text_img_02 p
{
    font-size: 1em;
    display: block;
    color: #fff;
    text-align: center;
}
.aux_margen_arriba_01
{
    height: 40%;
}
.hr_sep_01
{
    background-color: none;
    color: #fff;
    width: 90%;
    margin: 5px auto;
}
.hr_sep_02
{
    background-color: none;
    color: #F8F8F8;
    width: 90%;
    margin: 5px auto;
}
.hr_sep_03
{
    background-color: none;
    color: #232323;
    width: 90%;
    margin: 5px auto;
}
.hr_sep_aux_01
{
    opacity: 0;
    width: 100%;
    margin: 0.25px;
    border: 0.25px;
    display: none;
}
.hr_sep_aux_02
{
    opacity: 0;
    width: 100%;
    margin: 0.25px;
    border: 0.25px;
    display: none;
}
.altura_fija_03
{
    height: 350px;
}
.nota_chica_10_1
{
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 10px;
    background-color: #ccc;
    color: #232323;
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 2px;
}
.nota_chica_02
{
    font-size: 14px;
    padding: 1px 5px;
    border-radius: 10px;
    color: #232323;
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0px 0px 10px 0px;
    /*border: 1px #282828 solid;*/
}
.nota_chica_03
{
    font-size: 14px;
    padding: 1px 5px;
    text-align: right;
    margin: 0px 0px 0px 0px;
    /*border: 1px #282828 solid;*/
}
.encab_mini_03
{
    height: 150px;
    display: table;
}
.elementos_res_01
{
    display: table;
    height:300px;
}
.elementos_res_02
{
    display: table;
    height:auto;
}
.cont_elementos_res_01
{
    display: table-cell;
    vertical-align: middle;
}
.cont_elementos_res_01 img
{
    margin: 0px auto 15px auto;
}
.div_centrado_aux_01
{
    text-align: center;
    align-items: center;
}
.div_centrado_aux_02
{
    margin: 0 auto;
    text-align: center;
}
.titulo_01
{
    font-size: 30px;
    text-align: center;
    margin: 15px 5px;
}
.titulo_01_01
{
    font-size: 30px;
    margin: 15px 5px;
}
.titulo_02
{
    font-size: 25px;
    text-align: center;
    margin: 0px 5px 25px 5px;
}
.titulo_0202
{
    font-size: 25px;
    text-align: center;
    margin: 15px 5px;
}
.titulo_0203
{
    font-size: 25px;
    text-align: center;
    margin: 0px 5px 10px 5px;
}
.titulo_0204
{
    font-size: 25px;
    text-align: center;
    margin: 5px;
}
.titulo_03
{
    font-size: 40px;
    text-align: center;
    margin: 0px 5px 25px 5px;
}
.titulo_04
{
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 15px 0px;
}
.titulo_04_02
{
    font-size: 20px;
    text-align: center;
    margin: 15px 0px;
}
.titulo_05
{
    font-size: 2.8em;
    text-align: center;
    margin: 10px 20%;
}
.texto_01
{
    font-size: 20px;
    text-align: center;
    margin: 5px 5px;
}
.texto_02
{
    font-size: 25px;
    text-align: center;
    margin: 5px 5px;
}
.texto_02_02
{
    font-size: 25px;
    text-align: center;
    margin: 25px 5px;
}
.texto_02_03
{
    font-size: 25px;
    text-align: justify;
    margin: 0px 0px 15px 0px;
}
.texto_03
{
    font-size: 20px;
    text-align: center;
    margin: 15px 5px;
}
.texto_04
{
    font-size: 21px;
    text-align: center;
    margin: 15px 5px;
    line-height: 1.5em;
}
.texto_05
{
    font-size: 19px;
    text-align: justify;
    margin: 15px 0px;
}
.texto_05_02
{
    font-size: 19px;
    text-align: justify;
    margin: 5px 0px;
}
.texto_05_lista
{
    font-size: 19px;
    text-align: justify;
    margin: 2px 0px;
}
.texto_05_lista_02
{
    font-size: 20px;
    text-align: center;
    margin: 2px 0px;
}
.texto_05_lista_03
{
    font-size: 19px;
    text-align: justify;
    margin: 5px 0px;
}
.texto_06
{
    font-size: 18px;
    text-align: justify;
    margin: 15px 0px;
}
.texto_cursiva_01
{
    font-style: italic;
}
.destacado_01
{
    font-weight: bolder;
    text-decoration: underline;
}
#whats_lk,
#youtube_lk,
#face_lk,
#correo_lk,
#telefono_lk,
#ubicacion_lk,
#valor_est,
.centrado_loko
{
    text-align: center;
}
.pad_none
{
    padding: 0px;
}
.pad_loko_chico
{
    padding: 7px;
}
.pad_loko_medio
{
    padding: 15px;
}
.pad_loko_grande
{
    padding: 25px;
}
.pad_loko_grande_02
{
    padding: 30px 10%;
}
.pad_loko_grande_03
{
    padding: 30px 6%;
}
.pad_loko_grande_enc
{
    padding: 50px;
}
.pad_loko_grande_enc_02
{
    padding: 70px 40px;
}
.pad_loko_grande_enc_03
{
    padding: 120px 40px;
}
.pad_loko_grande_enc_03_03
{
    padding: 120px;
}
.pad_loko_grande_enc_03_04
{
    padding: 120px 0px;
}
.pad_loko_grande_enc_03_05
{
    padding: 120px 0px 60px 0px;
}
.pad_loko_grande_enc_03_06
{
    padding: 0px 0px 120px 0px;
}
.pad_loko_grande_enc_04
{
    padding: 250px 150px;
}
.pad_loko_grande_enc_05
{
    padding: 60px 20px;
}
.pad_loko_grande_enc_06
{
    padding: 200px 20px;
}
.pad_loko_grande_enc_07_01
{
    padding: 0px 80px;
}
.div_loko_img_texto
{
    padding: 0px;
    margin: 0px;
}
.cont_img_d_i_01_izq
{
    float: left;
    height: 400px;
    width: 30%;
    overflow: hidden;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
}
.cont_img_d_i_01_izq img
{
    width: 100%;
}
.cont_img_d_i_01_izq_texto
{
    float: right;
    /*background-color: aquamarine;*/
    height: 400px;
    width: 70%;
}

.carrusel_falso_01
{
    width: 100%;
    background-color: none;
    overflow: hidden;
}
.carrusel_no_v
{
    opacity: 0;
    float: right;
    margin-left: 105%;
    position: absolute;
    width: 100%;
}
.carrusel_v
{
    opacity: 100;
    float: left;
    margin-left: 0px;
    position: relative;
    width: 100%;
}

.img_aux_01
{
    width: 100%;
    height: auto;
}
.img_aux_02
{
    width: auto;
    height: 100%;
}
.img_aux_03
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_aux_04
{
    max-height: 80%;
    width: 80%;
}

.div_loko_img_texto_02,
.div_loko_img_texto_03
{
    padding: 0px;
    margin: 0px;
    position: relative;
    height: 600px;
}
.div_loko_img_texto_04
{
    padding: 0px;
    margin: 0px;
    position: relative;
    height: 800px;
}
.div_loko_img_texto_05
{
    padding: 0px;
    margin: 0px;
    position: relative;
    height: 900px;
}
.cont_img_d_i_02_izq
{
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
}
.cont_img_d_i_02_izq_texto
{
    position: absolute;
    right: 0;
    overflow: hidden;
    height: 100%;
    width: 50%;
}
.cont_img_d_i_02_der
{
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
}
.cont_img_d_i_02_der_texto
{
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 50%;
}
.cont_img_d_i_03_der
{
    position: absolute;
    right: 0;
    height: 100%;
    width: 35%;
    overflow: hidden;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
}
.cont_img_d_i_03_der_texto
{
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 65%;
}
.carrusel_img_01
{
    height: 300px;
    overflow: hidden;
    background-color: #232323;
}
.elemento_carrusel_01,
.elemento_carrusel_02,
.elemento_carrusel_03,
.elemento_carrusel_04,
.elemento_carrusel_espera_01,
.elemento_carrusel_espera_02,
.elemento_carrusel_trans_01_01
{
    width: 25%;
    height: 300px;
    overflow: hidden;
    text-align: center;
    background-attachment:scroll;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
}
.elemento_carrusel_01
{
    left:0;
    z-index: 1;
}
.elemento_carrusel_02
{
    left:25%;
    z-index: 1;
}
.elemento_carrusel_03
{
    left:50%;
    z-index: 1;
}
.elemento_carrusel_04
{
    left:75%;
    z-index: 1;
}
.elemento_carrusel_espera_01
{
    left: -25%;
    z-index: 0;
}
.elemento_carrusel_trans_01_01
{
    left: 125%;
    z-index: -2;
}
.elemento_carrusel_espera_02
{
    left: 125%;
    z-index: 0;
}
.cont_carrusel_01_01
{
    position: relative;
    background-color: #00000044;
    width: 100%;
    height: 60%;
    top: -300px;
    opacity: 0;
}
.cont_carrusel_01_02
{
    position: relative;
    background-color: #00000044;
    width: 100%;
    height: 40%;
    bottom: -300px;
    opacity: 0;
}
.elemento_carrusel_01:hover .cont_carrusel_01_01,
.elemento_carrusel_02:hover .cont_carrusel_01_01,
.elemento_carrusel_03:hover .cont_carrusel_01_01,
.elemento_carrusel_04:hover .cont_carrusel_01_01
{
    top: 0px;
    opacity: 1;
}
.elemento_carrusel_01:hover .cont_carrusel_01_02,
.elemento_carrusel_02:hover .cont_carrusel_01_02,
.elemento_carrusel_03:hover .cont_carrusel_01_02,
.elemento_carrusel_04:hover .cont_carrusel_01_02
{
    bottom: 0px;
    opacity: 1;
}
.texto_carrusel_01
{
    font-family: "MYRIADPRO BOLD";
    font-size: 20px;
    text-align: right;
    padding: 0px;
    margin: 0px;
}

#elementos_contacto img
{
    width: 40%;
    max-width: 70px;
}
.f_negro
{
    background-color: #000;
    color: #fff;
}
.f_negro_01
{
    background-color: #232323;
    color: #fff;
}
.f_gris_03
{
    background-color: #444;
    color: #fff;
}
.f_gris_02
{
    background-color: #888;
    color: #fff;
}
.f_gris_01
{
    background-color: #ccc;
    color: #232323;
}
.f_blanco
{
    background-color: #fff;
    color: #232323;
}
.mapa_completo
{
    height: 500px;
}
.mapa_completo iframe
{
    width: 100%;
    height: 500px;
}
.cont_gen_info_grande_01
{
    margin: 0 auto;
    width: 60%;
}
.cont_gen_info_grande_01_01
{
    margin: 0 auto;
    width: 45%;
}
.cont_gen_info_grande_02_img
{
    margin: 0 auto;
    width: 80%;
    background-color: #00000055;
}
.cont_gen_info_grande_03
{
    margin: 0 auto;
    width: 100%;
}
.color_fondo_01
{
    background-color: #f8f8f8;
}
.color_fondo_02
{
    background-color: #232323;
}
.formularios_01
{
    display: table;
    height: 34px;
}
.formularios_01 input,
.formularios_01 textarea
{
    background-color: #fff;
    border: none;
}
.formularios_01 .icono_loko,
.formularios_01 .input_loko,
.formularios_01 .input_loko_file
{
    display: table-cell;
    vertical-align: middle;
}
.formularios_01 .icono_loko
{
    width: 20%;
    height: 34px;
    float: left;
    background-color: #ffffff;
    padding: 5px 0px;
}
.formularios_01 .icono_loko img
{
    height: 24px;
    max-width: 50%;
}
.formularios_01 .input_loko
{
    width: 80%;
    height: 34px;
    float: left;
    background-color: #fff;
    padding: 5px 0px;
}
.formularios_01 .input_loko input
{
    height: 24px;
    width: 100%;
}
.formularios_01 .input_loko_completo
{
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    padding: 0px;
}
.formularios_01 .input_loko_completo input,
.formularios_01 .input_loko_completo textarea,
.formularios_01 .input_loko_file input
{
    width: 100%;
    padding: 0px;
}
.input_submit_01
{
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
}
#mensaje_archivo,
#caja_file_01
{
    position: fixed;
    left: -200%;
}
#caja_file_02
{
    position: fixed;
    right: -200%;
}
.radio_01
{
    width: auto;
	appearance: none;
	outline: none;
	cursor: pointer;
	border-radius: 10px;
	padding: 10px 15px;
	background-color: none;
	color: #232323;
	font-size: 17px;
	transition: all 0.6s;
}/*
.radio_01:hover
{
	background-color: #dddddd;
	transition: all 0.6s;
}*/
.radio_01:checked
{
	background-color: #BB8C42;
	color: #f8f8f8;
	transition: all 0.6s;
}
.radio_01:before
{
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}
.radio_02,
.radio_03
{
    width: auto;
	appearance: none;
	outline: none;
	cursor: pointer;
	border-radius: 10px;
	padding: 10px 15px;
	background-color: none;
    border: 2px solid #BB8C42;
	font-size: 17px;
	transition: all 0.6s;
}
.radio_02
{
	color: #232323;
}
.radio_03
{
	color: #f8f8f8;
}
.radio_02:checked,
.radio_03:checked
{
	background-color: #BB8C42;
	color: #f8f8f8;
	transition: all 0.6s;
}
.radio_02:before,
.radio_03:before
{
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}



.input_submit_01 input[type="submit"]
{
    width: 100%;
    height: auto;
    background-color: #BB8C42;
    border-radius: 5px;
    padding: 15px 10px;
    color: #f8f8f8;
}
.input_submit_01 input[type="submit"]:hover
{
    background-color: #C39854;
    border-radius: 10px;
}
.formularios_01 .input_loko_file
{
    width: 80%;
    height: 34px;
    float: left;
}
.formularios_01 .input_loko_file input[type="file"]
{
    height: 34px;
    width: 100%;
}
.padre_aux_link
{
    text-align: center;
    margin: 10px 0px;
}
.hip_ador_01,
.hip_ador_01_01,
.hip_ador_01_02,
.hip_ador_02,
.hip_ador_03
{
    padding: 5px 5px;
    text-decoration: none;
    display: inline-block;
    margin: 1px 10px;
    border-radius: 5px;
    width: auto;
}
.hip_ador_09
{
    padding: 0px 7px;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    border-radius: 20px;
    width: auto;
    font-weight: normal;
    font-size: 0.9em;
    color: #fff;
    background-color: #232323;
    border: 2px solid #232323;
}
.hip_ador_09:hover
{
    padding: 0px 9px;
    color: #232323;
    background-color: #ccc;
}
.hip_ador_01_01,
.hip_ador_01_02
{
    margin: 0 auto;
}
.hip_ador_01,
.hip_ador_01_01,
.hip_ador_01_02
{
    color: #fff;
    background-color: #232323;
    border: 2px solid #232323;
}
.hip_ador_01:hover,
.hip_ador_01_01:hover
{
    color: #232323;
    background-color: #fff;
    border-radius: 12px;
}
.hip_ador_01_02:hover
{
    color: #232323;
    background-color: #ccc;
    border-radius: 12px;
}
.hip_ador_02
{
    color: #232323;
    background-color: #fff;
    border: 2px solid #fff;
}
.hip_ador_02:hover
{
    color: #fff;
    background-color: #232323;
    border-radius: 12px;
}
.hip_ador_03
{
    color: #232323;
    background-color: #ccc;
    border: 2px solid #232323;
}
.hip_ador_03:hover
{
    color: #ccc;
    background-color: #232323;
    border-radius: 12px;
}
.hip_ador_04
{
    padding: 15px;
    text-decoration: none;
    display: inline-block;
    margin: 5px 15px;
    border-radius: 10px;
    width: auto;
    color: #f8f8f8;
    background-color: #232323;
    border: 2px solid #232323;
    font-weight: bolder;
}
.hip_ador_04:hover
{
    border-radius: 15px;
    width: auto;
    color: #232323;
    background-color: #f8f8f8;
}
.hip_ador_05
{
    padding: 2px 4px;
    color: #f8f8f8;
    background-color: #444;
    border: 1px solid #444;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    margin: 2px 0px;
}
.hip_ador_05:hover
{
    color: #232323;
    background-color: #f8f8f8;
}
.hip_ador_06
{
    padding: 7px;
    text-decoration: none;
    display: inline-block;
    margin: 5px 15px;
    border-radius: 10px;
    width: auto;
    color: #f8f8f8;
    background-color: #232323;
    border: 2px solid #232323;
    font-weight: bolder;
}
.hip_ador_06 p
{
    margin: 0;
    color: #f8f8f8;
}
.hip_ador_06:hover
{
    border-radius: 10px;
    width: auto;
    color: #232323;
    background-color: #f8f8f8;
}
.hip_ador_06:hover p
{
    color: #232323;
}
.hip_ador_07
{
    font-size: 12px;
    display: block;
    color: #232323;
    font-weight: bolder;
    padding: 0px;
    text-align: left;
    text-decoration: underline;
}
.hip_ador_07:hover
{
    color: #767676;
    padding-left: 10px;
}
.hip_ador_08
{
    width: auto;
    height: auto;
    display: inline-block;
    background-color: #BB8C42;
    border-radius: 5px;
    padding: 15px 10px;
    color: #f8f8f8;
}
.hip_ador_08:hover
{
    background-color: #C39854;
    border-radius: 15px;
}
.lista_01
{
    padding-inline-start: 30px;
    margin: 5px 0px;
}
.color_lista_01 li
{
    color: #fff;
}
.color_lista_02 li
{
    color: #f8f8f8;
}
.color_lista_03 li
{
    color: #767676;
}
.color_lista_04 li
{
    color: #232323;
}
.color_lista_05 li
{
    color: #000;
}
.lista_02
{
    padding-inline-start: 30px;
    margin: 5px 0px;
}
.lista_03
{
    list-style: none;
    padding-inline-start: 0px;
    margin: 0px 0px;
}

.color_p_01
{
    color: #fff;
}
.color_p_02
{
    color: #f8f8f8;
}
.color_p_03
{
    color: #000;
}
.color_p_04
{
    color: #232323;
}
.color_p_04_02
{
    color: #232323;
    font-weight: bold;
}
.color_p_05
{
    color: #767676;
}
.color_p_01_img_fondo
{
	color: #fff;
	position: relative
}
.p_pie_pagina_01
{
    font-size: 12px;
    padding: 4px 1PX;
    margin: 0px;
}
.p_pie_pagina_02_01
{
    text-align: justify;
    font-size: 11px;
    padding: 2px;
    margin: 0px;
}
.p_pie_pagina_02_02
{
    text-align: right;
    font-size: 10px;
    padding: 2px;
    margin: 0px;
}
.cont_frases_pie
{
    width: 80%;
    margin: 0 auto;
}
.hip_ador_04_imi_nav
{
    padding: 4px;
    text-decoration: none;
    display: block;
    margin: 1px 5px;
    color: #8d8d8d;
    font-size: 12px;
}
.hip_ador_04_imi_nav:hover
{
    margin: 1px 10px;
    color: #fff;
}
.botones_flot
{
    position: fixed;
    width: 70px;
    z-index: 1;
}
.botones_flot img
{
    width: 90%;
}
#whatsapp_bot_fot
{
    bottom: 10px;
    right: 90px;
}
#messenger_bot_fot
{
    bottom: 10px;
    right: 10px;
}
.col_1,
.col_2,
.col_2_3,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12
{
    float: left;
    position: relative;
    /*border: 2px #435434 solid;*/
}
.col_1
{
    width: 100%;
}
.col_2
{
    width: 50%;
}
.col_2_3
{
    width: 66.66%;
}
.col_3
{
    width: 33.33%;
}
.col_4
{
    width: 25%;
}
.col_5
{
    width: 20%;
}
.col_6
{
    width: 16.66%;
}
.col_7
{
    width: 14.285%;
}
.col_8
{
    width: 12.50%;
}
.col_9
{
    width: 11.11%;
}
.col_10
{
    width: 10%;
}
.col_11
{
    width: 9.09%;
}
.col_12
{
    width: 8.33%;
}
#valor_01,
#valor_02,
#valor_03,
#valor_04,
#valor_05,
#valor_06,
#valor_07,
#valor_08,
#valor_09,
#valor_10
{
    float: left;
    position: relative;
    width: 16.6666666666%;
}
.pie_pagina_loko
{
    padding: 50px 25px;
    background-color: #232323;
    text-align: left;
}
.pie_pagina_loko img
{
    width: 100%;
    max-height: 110px;
}
.mensaje_edo_01
{
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
    margin: 0px;
}
.color_correcto
{
    background-color: #a3ffa3;
    color: #232323;
}
.color_incorrecto
{
    background-color: #ffa7a7;
    color: #232323;
}
.color_aviso
{
    background-color: #fffda3;
    color: #232323;
}



/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

@media (max-width:1200px)
{
    .encabezado_img,
    .encabezado_img .cont_text_img,
    .encabezado_img_03,
    .cont_text_img_02,
    .cont_text_img_03
    {
        height: 50%;
    }
    .aux_margen_arriba_01
    {
        height: 30%;
    }
    .col_1
    {
        width: 100%;
    }
    .col_2
    {
        width: 50%;
    }
    .col_2_3
    {
        width: 66.66%;
    }
    .col_3
    {
        width: 33.33%;
    }
    .col_4,
    .col_5,
    .col_6
    {
        width: 25%;
    }
    .col_7
    {
        width: 14.285%;
    }
    .col_8,
    .col_9,
    .col_10,
    .col_11,
    .col_12
    {
        width: 12.5%;
    }
    #valor_02
    {
        width: 50%;
    }
    #valor_01,
    #valor_03
    {
        width: 25%;
    }
    #valor_05
    {
        width: 24%;
    }
    #valor_04,
    #valor_06
    {
        width: 38%;
    }
    .hr_sep_aux_01
    {
        display: block;
    }
    .texto_05
    {
        font-size: 18px;
        text-align: justify;
        margin: 12px 0px;
    }
    .texto_05_lista
    {
        font-size: 18px;
    }
    #whats_lk,
    #youtube_lk
    {
        width: 50%;
    }
    #face_lk,
    #correo_lk,
    #telefono_lk,
    #ubicacion_lk
    {
        width: 25%;
    }
    .altura_fija_03 .col_6
    {
        width: 25%;
    }
    .altura_fija_03
    {
        height: 270px;
    }
    .encab_mini_03
    {
        height: 100px;
    }
    .cont_mini_03
    {
        height: 170px;
    }
    .pad_loko_grande_enc   
    {
        padding: 50px 20px;
    }
    .pad_loko_grande_enc_04
    {
        padding: 200px 80px;
    }
    .pad_loko_grande_02
    {
        padding: 30px 50px;
    }
    .pad_loko_grande_enc_03_04
    {
        padding: 80px 0px;
    }
    .cont_gen_info_grande_01
    {
        width: 90%;
    }
    .cont_gen_info_grande_01_01
    {
        width: 60%;
    }
    .cont_frase_index_01
    {
        margin: 30px 30px 0px 50px;
        width: 60%;
    }
    .encabezado_img_02,
    .cont_text_img_04
    {
        height: 75%;
    }
    
    .elemento_carrusel_01,
    .elemento_carrusel_02,
    .elemento_carrusel_03,
    .elemento_carrusel_04,
    .elemento_carrusel_espera_01,
    .elemento_carrusel_espera_02,
    .elemento_carrusel_trans_01_01
    {
        width: 33.333333%;
    }
    .elemento_carrusel_01
    {
        left:0;
        z-index: 1;
    }
    .elemento_carrusel_02   
    {
        left: 33.333333%;
        z-index: 1;
    }
    .elemento_carrusel_03   
    {
        left: 66.666666%;
        z-index: 1;
    }
    .elemento_carrusel_espera_01
    {
        left: -33.333333%;
        z-index: 0;
    }
    .elemento_carrusel_trans_01_01
    {
        left: 133.333333333%;
        z-index: -2;
    }
    .elemento_carrusel_04,
    .elemento_carrusel_espera_02
    {
        left: 133.333333333%;
        z-index: 0;
    }
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

@media (max-width:900px)
{
    .encabezado_img,
    .encabezado_img .cont_text_img,
    .encabezado_img_02,
    .encabezado_img_03,
    .cont_text_img_02,
    .cont_text_img_03,
    .cont_text_img_04
    {
        height: 40%;
    }
    .aux_margen_arriba_01
    {
        height: 30%;
    }
    .col_1,
    #met_pag_01
    {
        width: 100%;
    }
    #whats_lk,
    #youtube_lk,
    .col_2,
    #met_pag_02,
    #met_pag_03
    {
        width: 50%;
    }
    
    .col_2_3
    {
        width: 66.66%;
    }
    .col_3,
    .col_4,
    .col_5,
    .col_6
    {
        width: 50%;
    }
    .col_7,
    .col_8,
    .col_9,
    .col_10,
    .col_11,
    .col_12
    {
        width: 25%;
    }
    #valor_01,
    #valor_04
    {
        width: 100%;
    }
    #valor_02,
    #valor_06
    {
        width: 60%;
    }
    #valor_03,
    #valor_05
    {
        width: 40%;
    }
    .hr_sep_aux_01
    {
        display: none;
    }
    .hr_sep_aux_02
    {
        display: none;
    }
    #whats_lk,
    #youtube_lk,
    #face_lk,
    #correo_lk,
    #telefono_lk,
    #ubicacion_lk
    {
        width: 50%;
    }
    .altura_fija_03 .col_6
    {
        width: 25%;
    }
    #formulario_correo .col_2,
    #formulario_correo .col_3
    {
        width: 100%;
    }
    .encabezado_img .cont_img_encab,
    .cont_img_gen,
    .encabezado_img_02,
    .encabezado_img_03,
    .cont_img_encab_03
    {
        background-attachment: scroll;
    }
    .encabezado_img_02,
    .cont_text_img_04
    {
        height: 50%;
    }
    .cont_frase_index_01
    {
        margin: 15px 15px 0px 10px;
        width: 70%;
    }
    .frase_index
    {
        font-size: 23px;
        color: #F8F8F8;
        margin: 2px auto;
    }
    .autor_index
    {
        font-size: 18px;
        margin: 1px auto;
    }
    .pad_loko_grande_enc_03_03
    {
        padding: 90px 40px;
    }
    .pad_loko_grande_enc_03_04
    {
        padding: 50px 0px;
    }
    .pad_loko_grande_enc_04
    {
        padding: 150px 30px;
    }
    .pad_loko_grande_02
    {
        padding: 10px;
    }
    .cont_img_d_i_01_izq
    {
        width: 100%;
    }
    .cont_img_d_i_01_izq img
    {
        width: 100%;
    }
    .cont_img_d_i_01_izq_texto
    {
        float: right;
        /*background-color: aquamarine;*/
        width: 100%;
    }    
    .elemento_carrusel_01,
    .elemento_carrusel_02,
    .elemento_carrusel_03,
    .elemento_carrusel_04,
    .elemento_carrusel_espera_01,
    .elemento_carrusel_espera_02,
    .elemento_carrusel_trans_01_01
    {
        width: 50%;
    }
    .elemento_carrusel_01
    {
        left:0;
        z-index: 1;
    }
    .elemento_carrusel_02
    {
        left: 50%;
        z-index: 1;
    }
    .elemento_carrusel_espera_01
    {
        left: -50%;
        z-index: 0;
    }
    .elemento_carrusel_trans_01_01
    {
        left: 150%;
        z-index: -2;
    }
    .elemento_carrusel_03,
    .elemento_carrusel_04,
    .elemento_carrusel_espera_02
    {
        left: 150%;
        z-index: 0;
    }
    .div_contenedor_img_01
    {
        background-attachment:scroll;
    }
    
    .div_loko_img_texto_02,
    .div_loko_img_texto_04,
    .div_loko_img_texto_05
    {
        height: auto;
    }
    .cont_img_d_i_02_izq,
    .cont_img_d_i_02_der
    {
        position: relative;
        width: 100%;
        height: 400px;
    }
    .cont_img_d_i_02_izq_texto,
    .cont_img_d_i_02_der_texto
    {
        position: relative;
        height: auto;
        width: 100%;
    }
    .div_loko_img_texto_03
    {
        height: 600px; 
    } 
    .cont_img_d_i_03_der
    {
        height: 100%;
        width: 50%;
    }
    .cont_img_d_i_03_der_texto
    {
        height: 100%;
        width: 50%;
    }
    .titulo_0202
    {
        font-size: 23px;
        text-align: center;
        margin: 10px 5px;
    }
    .titulo_05
    {
        font-size: 2.5em;
        margin: 10px 10%;
    }
    .texto_05
    {
        font-size: 17px;
        text-align: justify;
        margin: 10px 0px;
    }
    .texto_05_lista
    {
        font-size: 17px;
    }
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

@media (max-width:600px)
{
    .encabezado_img,
    .encabezado_img .cont_text_img,
    .encabezado_img_02,
    .encabezado_img_03,
    .cont_text_img_02,
    .cont_text_img_03,
    .cont_text_img_04
    {
        height: 40%;
    }
    .encabezado_img .cont_text_img h1,
    .cont_text_img_02 h1,
    .cont_text_img_03 h1,
    .cont_text_img_04 h1
    {
        font-size: 2em;
        margin: 10px 0px;
    }
    .encabezado_img .cont_text_img p,
    .cont_text_img_02 p,
    .cont_text_img_03 p,
    .cont_text_img_04 p
    {
        font-size: 0.9em;
        text-align: justify;
    }
    .aux_margen_arriba_01
    {
        height: 30%;
    }
    .col_1,
    #met_pag_01,
    #met_pag_02,
    #met_pag_03
    {
        width: 100%;
    }
    #whats_lk,
    #youtube_lk,
    .col_2
    {
        width: 50%;
    }
    .col_2_3
    {
        width: 66.66%;
    }
    .col_3
    {
        width: 100%;
    }
    .col_4,
    .col_5,
    .col_6,
    .col_7,
    .col_8,
    .col_9,
    .col_10,
    .col_11,
    .col_12
    {
        width: 100%;
    }
    #valor_01,
    #valor_02,
    #valor_03,
    #valor_04,
    #valor_05,
    #valor_06,
    #valor_07,
    #valor_08,
    #valor_09,
    #valor_10
    {
        width: 100%;
    }
    #whats_lk,
    #youtube_lk,
    #face_lk,
    #correo_lk,
    #telefono_lk,
    #ubicacion_lk
    {
        width: 100%;
    }
    .altura_fija_03 .col_6
    {
        width: 25%;
    }
    .pad_loko_grande_enc
    {
        padding: 40px 5px;
    }
    .pad_loko_grande_02
    {
        padding: 15px;
    }
    .pad_loko_grande_enc_03_04
    {
        padding: 30px 0px;
    }
    .cont_gen_info_grande_01
    {
        width: 100%;
    }
    .pie_pagina_loko
   
   {
        padding-bottom: 80px;
        text-align: center;
    }
    .encabezado_img_02,
    .cont_text_img_04
   {
        height: 300px;
    }
    .cont_frase_index_01
   
   {
        margin: 10px 10px 0px 10px;
        width: 85%;
    }
    .frase_index
   
   {
        font-size: 22px;
    }
    .autor_index
   
   {
        font-size: 17px;
    }
    .pad_loko_grande_enc_03,
    .pad_loko_grande_enc_03_03
   
    {
        padding: 50px 20px;
    }
    .titulo_01   
    {
        font-size: 20px;
        margin: 10px 3px;
    }
    .titulo_01_01
    {
        font-size: 25px;
        margin: 0px 2px 15px 2px;
    }
    .titulo_02   
    {
        font-size: 20px;
        margin: 15px 5px;
    }    
    .titulo_03   
    {
        font-size: 30px;
        margin: 0px 3px 15px 3px;
    }
    .titulo_04
    {
        font-size: 19px;
        text-align: center;
        margin: 0px 0px 15px 0px;
    }
    .titulo_05
    {
        font-size: 2em;
        margin: 10px 20px;
    }
    .texto_01
    {
        font-size: 15px;
        text-align: justify;
        margin: 3px;
    }
    .texto_02
    {
        font-size: 20px;
        text-align: justify;
        margin: 3px;
    }
    .texto_03
    {
        font-size: 22px;
        text-align: justify;
        margin: 8px 3px;
    }
    .texto_04
    {
        font-size: 17px;
        text-align: justify;
        margin: 8px 3px;
        line-height: 1.2em;
    }
    .texto_02_02
    {
        font-size: 22px;
        text-align: justify;
        margin: 25px 5px;
    }
    .texto_06
    {
        font-size: 17px;
        text-align: justify;
        margin: 10px 0px 0px 0px;
    }
    
    .elemento_carrusel_01,
    .elemento_carrusel_02,
    .elemento_carrusel_03,
    .elemento_carrusel_04,
    .elemento_carrusel_espera_01,
    .elemento_carrusel_espera_02,
    .elemento_carrusel_trans_01_01
   
   {
        width: 100%;
    }
    .elemento_carrusel_01
   
   {
        left:0;
        z-index: 1;
    }
    .elemento_carrusel_espera_01
   
   {
        left: -100%;
        z-index: 0;
    }
    .elemento_carrusel_trans_01_01
   
   {
        left: 200%;
        z-index: -2;
    }
    .elemento_carrusel_02,
    .elemento_carrusel_03,
    .elemento_carrusel_04,
    .elemento_carrusel_espera_02
   
   {
        left: 200%;
        z-index: 0;
    }
    .titulo_0202
    {
        font-size: 20px;
        text-align: center;
        margin: 10px 5px;
    }
    .texto_05
    {
        font-size: 15px;
        text-align: justify;
        margin: 10px 0px;
    }
    .texto_05_lista
    {
        font-size: 15px;
    }
    .div_loko_img_texto_03
    {
        height: 600px; 
    } 
    .cont_img_d_i_03_der
    {
        position: relative;
        height: 350px;
        width: 100%;
    }
    .cont_img_d_i_03_der_texto
    {
        position: relative;
        height: 250px;
        width: 100%;
    }
    .img_aux_04
    {
        max-height: 90%;
        width: 90%;
    }
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

@font-face
{
    font-family: "San Francisco Pro";
    src: url("../font_2021/SF-UI-Display-Regular.otf");
}
@font-face
{
    font-family: "MYRIADPRO BOLD";
    src: url("../font_2021/MYRIADPRO-BOLD.OTF");
}