@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
/*****GENERALES*****/
:root {
  --amarillo: #feba10;
  --rojo: #d51d23;
  --negro: #000;
  --blanco: #fff;
  --texto: #333333;
  --verde: #2db742;
  --azul: #224c90;
  --gris: #9d9d9c;

  --all: all 0.3s ease-in-out;

  --titulos: 'Libre Franklin', sans-serif;
  --general: 'Libre Franklin', sans-serif;
}
*, html{
  margin: 0px;
  padding: 0px;
  box-sizing:border-box;
}
html{
  overflow-x:hidden;
}
body{
  font-size:18px;
  color: var(--blanco);
  background-color: var(--negro) !important;
  font-weight: 400;

  overflow-x: hidden;
  overflow-y: auto;

  min-height: 100%;
  width: 100%;

  font-family: var(--general);

  padding-right: 0px !important;
}

#cl{clear: both;}
#cs{height: 10px;}
.max_width{
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.padding_width{
  padding: 100px 20px;
}
.padding_width_chico{
  padding: 20px 20px;
}
.grises{transition: var(--all);}
.grises:hover{opacity: 0.6;}
.puntero{cursor: pointer;}
a{text-decoration: none;}
.tabla_responsiva{
  width: 100%;
}
.tabla_responsiva table{
  width: 100%;
}
#tama_tabla, #tama_tabla table{
  width: 100% !important; 
}
.box_shadow{
  box-shadow: black 0em 0em 0.3em;
  width: 100%;
}
.back_shadow{
  background-color: rgb(0,0,0,0.4);
  width: 100%;
}
/*****FIN GENERALES*****/
/*****INICIO******/
.fondo_inicial{
  background-image:url('../img/fondo.jpg');
  background-size:cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
}
.flex_inicio{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
.f_inicio_uno{

}
.f_inicio_dos{
  width: 70%;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 40px;
  line-height: 42.5px;
}
h9{
  color: var(--azul);
  font-size: 50px;
  line-height: 52.5px;
  display: block;
  letter-spacing: -1px;
}
.flex_tres{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 30px;
}
.flex_tres a{
  width: 30%;
  text-decoration: none;
  color: var(--rojo);
  transition: var(--all);
}
.flex_tres a:hover{
  color: var(--verde);
}
.flex_tres img{
  display: block;
  height: 150px;
  margin-bottom: 10px;
}
h10{
  font-weight: 800;
  font-size: 55px;
  line-height: 57.5px;
  display: block;  
}
.fondo_contacto{
  background-color: var(--gris);
  width: 100%;
  font-weight: 500;
  font-size: 24px;
}
.flex_between{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.alinear{
  align-items: center;
}
.nosotros_texto{
  width: 55%;
  color: var(--blanco);
  font-size: 20px;
}
.justificar{
  text-align: justify;
}
.lista{
  padding: 15px;
  list-style: none;
}
.lista li {
  padding-left: 1em; 
  text-indent: -.7em;
  list-style: none;
}
.lista li::before {
  content: "• ";
  color: var(--verde);
}
.whats{
  position: fixed;
  z-index: 3;
  width: 50px;
  height: 50px;
  color: var(--negro);
  background-color: var(--verde);
  border-radius: 50%;
  text-align: center;
  transition: var(--all);
  cursor: pointer;
  display: flex;
  justify-content: center;
  bottom: 15px;
  right: 15px;
  padding: 4px;
}
.whats:hover{
  background-color: var(--rojo);
}

.flexy{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 10px 0;
}
.flexy img{
  height: 120px;
  opacity: 0.8;
}
.rotado{
  transform: scaleX(-1);
}
.agenda{
  padding: 12px 15px;
  background-color: var(--blanco);
  color: var(--negro);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 20px;
  text-decoration: none;
  transition: var(--all);
}
.agenda:hover{
  background-color: var(--rojo);
  color: var(--negro);
}
.flex_agenda{
  display: flex;
  align-items: center;
  justify-content: center;
}
.de_agenda{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--gris);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 15px;
}
.de_agenda img{
  margin-right: 15px;
  height: 40px;
}
.flex_local{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-top: 50px;
}
.flex_local img{
  width: 22.5%;
}
.mapa{
  width: 100%;
  height: 400px;
  border: none;
}
.calavera_ubicacion{
  text-align: center;
  color: var(--blanco);
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0;
}
.titulo_ubicacion{
  text-transform: uppercase;
  letter-spacing: 10px;
  margin: 12.5px 0 17.5px 0;
}
.calavera_ubicacion a{
  text-decoration: none;
  color: var(--blanco);
  transition: var(--all);
}
.calavera_ubicacion a:hover{
  color: var(--rojo);
}
.calavera_ubicacion img{
  height: 70px;
}
.blanco{
  font-weight: 600;
  font-size: 20px;
  color: var(--blanco);
}
.flex_historia{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: justify;
}
.flex_historia img{
  height: 300px;
  margin-right: 20px;
}
/*****FIN INICIO*****/
/*****GALERIA*****/
.boton_galeria{
  text-align: center;
  display: flex;
  justify-content: center;
}
.boton_galeria img{
  height: 35px;
}
.my_galeria{
  width: 25%;
  float: left;
  position: relative;
}
.my_galeria img{
  width: 100%;
  /*max-height: 350px;*/
}
.hover_galeria{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: var(--all);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  opacity: 0;
  cursor: pointer;
}
.hover_galeria:hover{
  opacity: 1;
}
.hover_galeria::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 17px;
  right: 17px;
  bottom: 15px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 8%, transparent 8%, transparent 92%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 8%, transparent 8%, transparent 92%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 11%, transparent 11%, transparent 89%, rgba(255, 255, 255, 0.5) 89%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 11%, transparent 11%, transparent 89%, rgba(255, 255, 255, 0.5) 89%, rgba(255, 255, 255, 0.5) 100%);
  background-size: 100% 1.5px, 100% 1.5px, 1.5px 100%, 1.5px 100%;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  background-repeat: no-repeat;
}
.cajas_galeria{
  font-family: var(--titulos);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: var(--blanco);
  text-transform: uppercase;
}
.linea_galeria{
  height: 3px;
  width: 40px;
  background-color: var(--gris);
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 8px;
}
h13{
  font-weight: 300;
  font-size: 18px;
}
/*****FIN GALERIA*****/
/*****MODAL*****/
/*
.my-modal{
  margin: 0 auto;
}
.my-modal .modal-body{
  padding: 0 !important;
  width: auto !important;
}
.my-modal .modal-content{
  border-radius: 0 !important;
  width: auto !important;
}
.my-modal .carousel-item{
  width: auto !important;
  max-height: 90vh;
  min-height: 80vh;
}
.my-modal .carousel-inner{
  background-color: transparent !important;
}
.my-modal .modal-body img{
  max-height: 90vh;
  min-height: 80vh;
  margin: 0 auto !important;
}
*/
/*****FIN MODAL*****/
/*****MENU*****/
.cien{
  width: 100%;
}
.max_width_menu{
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
.logo_calavera{
  height: 180px;
  margin: 15px 10px;
  cursor: pointer;
}
.de_menu_calavera{
  padding: 15px 0;
  width: 100%;
  background: var(--negro);
  z-index: 10;
}
.menu_calavera{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
.menu_calavera a{
  text-decoration: none;
  color: var(--blanco);
  transition: var(--all);
  padding: 0 7.5px;
}
.menu_calavera a:hover{
  color: var(--rojo);
}
.cerrar_menu{
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 12;
  position: fixed;
  height: 100vh;
}
.icono_menu{
  display: none;
  z-index: 11;
  position: fixed;
  left: 10px;
  top: 10px;
  background-color: var(--blanco);
  border-radius: 2px;
  transition: var(--all);
  cursor: pointer;
  padding: 5px;
}
.icono_menu img{
  height: 25px;
}
.icono_menu:hover{
  background-color: var(--gris);
}
.logo{
  height: 80px;
}
.menu_inicio{
  padding: 0 80px;
  color: var(--negro);
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 32px;
}
.sale_menu_inicio{
  display: none;
  color: var(--negro);
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 32px;
  margin-bottom: 15px;
}
.redes{
  display: flex;
  justify-content: flex-end;
}
.redes a{
  margin-left: 10px;
}
.redes img{
  height: 30px;
}
#redes{
  position: absolute;
  display: none;
  bottom: 15px;
  z-index: 1;
  width: 100%;
}
#redes .redes{
  justify-content: center;
}
.img_libro{
  width: 52%;
  float: left;
  margin: 0 20px 10px 0;
}
.texto_libro{
  text-align: justify;
}
.espacio{
  height: 15px;
}
.at_j{
  text-align: justify;
  padding: 20px;
  font-size: 14px;
}
.lista_avi{
  padding: 25px 25px 7.5px 25px !important;
}
.lista_avi li{
  margin-bottom: 5px;
}
#no_ver_menu{
  display: none;
}
#ver_menu{
  animation-duration: 0.5s;
  animation-name: sale_menu;
  display: none;
}
@keyframes sale_menu {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
/*****FIN MENU*****/
/*****ALBUM*****/
.album{
  position: relative;
}
.tamano_album{
  /*width: calc(100% - 90px);*/
  width: 100%;
  margin: 0 auto;
  background-color: var(--blanco);
}
.tamano_album img{
  width: 97%;
  margin: 0 1.5%;
  transition: var(--all);
  /*cursor: pointer;*/
}
.tamano_album img:hover{
  /*filter: grayscale(80%);*/
}
.icono_album{
}
.icono_album img{
  width: 95%;
}
.ref_buttons button{
  position: absolute;
  z-index: 1;
  top: calc(50% - 22.5px);
  border: none;
  /*background-color: var(--azul);
  border-radius: 50%;
  */
  background: none;
  color: var(--blanco);
  height: 45px;
  width: 45px;
  cursor: pointer;
  transition: var(--all);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}
.ref_buttons button:hover{
  opacity: 1;
}
.ref_buttons button img{
  height: 25px;
}
.flecha_siguiente{
  right: 0;
  transform: rotate(180deg);
}
/*****FIN ALBUM*****/
/*****ACORDION*****/
.dt{
  color: var(--blanco);
  font-size: 15px;
  cursor: pointer;
}
.dd{
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
  padding-bottom: 10px;
  color: var(--blanco);
  transition: var(--all);
}
.dd:hover, .dt:hover{
  color: var(--azulin);
}
/*****FIN ACORDION*****/
/*****ANIMACIONES*****/
.loader-section{
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--negro);
  z-index:999;
  transition: all 1s 1s ease-out;
  opacity:1;
}
.loaded{
  opacity:0;
  z-index:-1;
}
.loader{
  width: 48px;
  height: 48px;
  border: 5px solid var(--blanco);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotateMe {
 transition: transform 2s ease-out;
}
.rotateMe:hover {
 transform: rotate(360deg);
}
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  /*vertical-align: middle;*/
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*****FIN ANIMACIONES*****/
/*****PIE*****/
.pie{
  width: 100%;
  color: var(--blanco);
}
.padding_pie{
  padding: 20px 15px 22.5px 15px;
}
.linea_pie{
  border-top: 0.2px solid rgba(255, 255, 255, 0.2);
}
.mi_pie{
  text-align: center;
  width: 100%;
  color: var(--blanco);
  font-weight: 600;
}
.subir{
  transform: rotate(-90deg);
  margin-right: 10px;
  background-color: var(--blanco);
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--negro);
  text-align: center;
  transition: var(--all);
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
}
.subir:hover{
  color: var(--negro);
  background-color: var(--rojo);
}
.flex_start{
  display: flex;
  justify-content: center;
}
.flex_end{
  display: flex;
  justify-content: center;
}
.flex_tel{
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: var(--blanco);
  transition: var(--all);
  margin-left: 10px;
}
.flex_tel:hover{
  color: var(--rojo);
}
.flex_tel img{
  height: 40px;
}
.flex_tel a{
  color: var(--blanco);
  transition: var(--all);
  text-decoration: none;
}
.flex_tel a:hover{
  color: var(--rojo);
}
.para_aviso{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: var(--blanco);
  font-weight: 600;
  font-size: 12px;
  margin-top: -2.5px;
}
.para_aviso div{
  margin: 0 2px;
  cursor: pointer;
  transition: var(--all);
}
.para_aviso div:hover{
  color: var(--rojo);
}
.m_ubicacion{
  margin-top: -12.5px;
}
.vega img{
  height: 70px;
  cursor: pointer;
  margin: 12.5px 0;
}
/*****FIN PIE*****/
/*****CONTACTO*****/
.flex_contacto{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
}
.info_contacto{
  width: 49%;
  color: var(--blanco);
  font-size: 20px;
  font-weight: 600;
}
.iconos_contacto{
  margin: 10px;
}
.flex_redes{
  display: flex;
  align-items: center;
}
.centerr{
  justify-content: center;
  margin-top: 5px;
}
.startt{
  justify-content: flex-start;
}
.de_flex_redes img{
  margin-left: 10px;
  margin-right: 10px;
  height: 40px;
  transition: var(--all);
}
.mapa_contacto{
  height: 300px;
  margin-top: 5px;
}
form{
  width: 48%;
  background-color: var(--blanco);
  border-radius: 4px;
  padding: 35px;
}
form label{
  font-size: 20px;
  font-weight: 400;
  display: block;
  line-height: 30px;
}
input[type='text'], input[type='password'], input[type='number'], input[type='date'], input[type='time'], select {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--negro) !important;
  color: var(--negro);
  padding: 10px !important;
  margin-bottom: 5px !important;
  font-size: 16px !important;
  font-family: var(--titulos);
}
select {
  padding: 15px !important;
}
select option {
  color: var(--negro);
}
h11{
  font-weight: 800;
  font-size: 22px;
}
#area{
  width:100%;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--negro);
  color: var(--negro);
  padding: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: var(--titulos);
}
input::placeholder, #area::placeholder{
  /*text-transform: uppercase;*/
  color: #868686;
}
form button{
  border: none;
  border-radius: 5px!important;
  margin: 0 auto !important;
  background-color: var(--negro);
  padding: 10px 32px;
  font-size: 20px;
  color: var(--blanco);
  text-decoration: none;
  cursor: pointer;
  transition: var(--all);
  text-align: center;
  float: right;
  text-transform: uppercase !important;
  font-weight: 600;
  margin-top: 10px !important;
  display: block;
}
form button:hover{
  background-color: var(--rojo);
}
.flex_tel2{
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
  color: var(--blanco);
  transition: var(--all);
  margin-left: 10px;
}
.flex_tel2:hover{
  color: var(--rojo);
}
.flex_tel2 img{
  height: 40px;
}
.flex_tel2 a{
  color: var(--blanco);
  transition: var(--all);
  text-decoration: none;
}
.flex_tel2 a:hover{
  color: var(--rojo);
}
/*****FIN CONTACTO*****/
/*****RESPONSIVOS*****/
.tabla_responsiva{
  display: block;
  overflow-x: auto;
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1250px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1150px) {

}
@media screen and (max-width: 1100px) {
  .menu_inicio{
    padding: 0 20px;
  }
}
@media screen and (max-width: 1050px) {

}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 975px) {
  .menu_inicio{
    font-size: 25px;
  }
}
@media screen and (max-width: 940px) {
  .flex_between{
    flex-flow: column;
  }
  .flex_inicio{
    flex-flow: column;
  }
  .f_inicio_dos{
    width: 100%;
  }  
}
@media screen and (max-width: 900px) {
  .fondo_inicial{
    background-size: auto;
  }
  .my_galeria{
    width: 50%;
  }
  .logo_calavera{
    margin: 10px;
  }
}
@media screen and (max-width: 890px) {
  .logo{
    height: 70px;
  }
  .menu_inicio{
    display: none;
  }
  .flex_inicio{
    margin-top: 50px;
  }
  .sale_menu_inicio{
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .flex_tres{
    font-size: 20px;
    line-height: 25px;
  }
  .flex_tres a{
    width: 32%;
  }
}
@media screen and (max-width: 850px) {
  .mi_pie{
    flex-flow: column;
  }
}
@media screen and (max-width: 780px) {
  #redes{
    display: block;
  }
  .fondo_inicial{
    /*background-position: left;*/
  }
  .flex_contacto{
    flex-flow: column;
  }
  form{
    width: 100%;
    margin-top: 15px;
    padding: 25px;
  }
  .info_contacto{
    width: 100%;
  }
  form button{
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 740px) {
  .flexy img{
    height: 80px;
  }
  .de_agenda{
    font-size: 16px;
    margin: 0 10px;
  }
  .de_agenda img{
    margin-right: 10px;
    height: 35px;
  }
}
@media screen and (max-width: 700px) {

}
@media screen and (max-width: 690px) {
  .flex_tres{
    flex-flow: column;
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
  }
  .flex_tres a{
    width: 100%;
    margin-top: 30px;
  }
  .logo_calavera{
    height: auto;
    width: 70%;
    margin: 5px;
  }
  .icono_menu{
    display: block;
  }
  .menu_calavera{
    padding: 20px;
    flex-flow: column;
    width: 60%;
    background-color: var(--negro);
    position: fixed;
    z-index: 12;
    margin: auto;
    min-height: 100vh;
  }
  #ver_menu{
    display: block;
  }
  .de_menu_calavera{
    display: none;
  }
}
@media screen and (max-width: 650px) { 
  .de_agenda{
    margin: 0 7.5px;
  }
  .de_agenda img{
    margin-right: 7.5px;
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .flex_agenda{
    flex-flow: column;
    align-items: flex-start;
  }
  .de_agenda{
    margin: 5px 10px;
    font-size: 18px;
  }
  .de_agenda img{
    margin-right: 10px;
    height: 35px;
  }
  .flexy{
    flex-flow: column;
  }
  .flexy img{
    height: 120px;
    margin-bottom: 25px;
  }
  .rotado{
    display: none;
  }
  .tabla_responsiva table{
    width: 120%;
  }
  .flex_end{
    flex-flow: column;
  }
  .centerr{
    margin-bottom: 15px;
  }
  .flex_tel{
    margin-left: 0px;
    margin-top: -15px;
  }
  .flex_start{
    margin-bottom: 15px;
  }
  .flex_historia{
    flex-flow: column;
    justify-content: center;
  }
  .flex_historia img{
    margin-bottom: 25px;
  }
  .flex_local img{
    width: calc(50% - 5px);
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 567px) {
  .m_ubicacion{
    margin-top: 0px;
    flex-flow: column;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {

}
@media screen and (max-width: 510px) {

}
@media screen and (max-width: 500px) {
  .tabla_responsiva table{
    width: 150%;
  }
  .flex_start{
    flex-flow: column;
  }
  .subir{
    margin-bottom: 10px;
  }

  h9{
    font-size: 35px;
    line-height: 37.5px;
  }
  h10{
    font-size: 40px;
    line-height: 42.5px;
  }

  .my_galeria{
    width: 100%;
  }
  .logo_calavera{
    width: 85%;
  }
}
@media screen and (max-width: 470px) {
  .flex_inicio{
    margin-top: 30px;
  }
  .logo{
    height: 60px;
  }
  .caja_whats{
    display: none;
  }
}
@media screen and (max-width: 435px) {
  .mapa{
    height: 350px;
  }
}
@media screen and (max-width: 400px) {
  .tabla_responsiva table{
    width: 200%;
  }
  .flex_historia img{
    width: 100%;
  }
  .mapa{
    height: 300px;
  }
  .iconos_contacto{
    margin: 10px 0px;
    font-size: 16px;
  }
} 
@media screen and (max-width: 350px) { 
  .flex_local img{
    width: 100%;
  }
  form button{
    border: none;
    padding: 5px;
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {

}
/*****FIN RESPONSIVOS*****/