@import url('https://fonts.cdnfonts.com/css/berlin-sans-fb-demi');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@600&family=Rubik:wght@700&display=swap');
@import url('https://css.gg/details-more.css');

/* IMPORTA LAS TIPOGRAFIAS E ICONOS */

* {
	padding: 0px;
	margin: 0px;
	/* REINICIA LOS VALORES POR DEFECTO DEL NAVEGADOR */
}

:root {
	--red: #ff3838;
	--white: #ffffff;
	--black: #000000;
  --colorFondo: #111111;
  --colorPrimario: #ffc700;
  --colorSecundario: #FFFFFF;
  --colorTerciario: #a50000;
  --background-dark: #2d3548;
  --text-light: rgba(255,255,255,0.6);
  --text-lighter: rgba(255,255,255,0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 900px;
  /* VARIABLES GLOBALES DEL DOCUMENTO */
}

html, body {
  height: 100%;
  width: 100%;
  background-color: var(--colorFondo) !important;
  /*background-image: url("/assets/Fondo.png");*/
  background-position-x: center;
  background-size: contain;
  color:#FFFFFF !important;
  font-family: 'Rubik', sans-serif !important;
}

@font-face {
  font-family: "Friday Beach";
  src: url("/assets/Friday.ttf");

  /*Agrega una fuente personalizada de un directorio local*/
}

a {
  text-decoration: none !important;
}

a:hover {
  color: #FFFFFF !important;
}

#backtotop {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}
#backtotop:active {
  background-color: #555;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}

/*-------------------------------*/
/* ESTILOS DEL MENU DE NAVEGACION*/
/*-------------------------------*/

.navegacion {
	background-color: transparent;
	padding: 30px 10px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1366px;
	z-index: 99;
  font-family: 'Rubik', sans-serif;
}

.navegacion a {
	float: left;
	color: var(--white);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	padding: 12px;
}

.navegacion__navegacion-list a:hover {
	color: var(--red);
}

.navegacion__navegacion-list a.active {
	color: var(--red);
}

.navegacion__navegacion-list a {
	transition: color 0.5s ease;
}

.navegacion .navegacion__icon {
	display: none;
}
.navegacion ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navegacion li{
  list-style: none;
}

/*---------------------------------------*/
/* FIN DE ESTILOS DEL MENU DE NAVEGACION */
/*---------------------------------------*/

#title{
  text-align: center;
  font-size: 40px;
  font-family: "Friday Beach", serif;
}
.sucursales-title{
  color: var(--colorPrimario);
  margin-top: 12%;
}

.poza{
  display: flex;
  justify-content: center;
  align-items: center;
}

.papantla{
  display: flex;
  justify-content: center;
  align-items: center;
}
.tuxpan{
  display: flex;
  justify-content: center;
  align-items: center;
}
h1{
  text-align: center;
  color: black;
  font-size: 40px;
  font-family: "Friday Beach";
  src: url("/assets/Friday.ttf");
}

p{
  text-align: center;
  color: black;
  font-size: 20px;
}

article{
  background-color: rgba(255, 229, 0, 1);
  margin: 10px;
  width: 70%;
  border-radius: 15px;
}

h4{
  text-align: center;
  color: black;
  font-size: 20px;
}

h3{
  text-align: center;
  color: rgba(193, 177, 35, 0.8)
  font-size: 20px;
}

img{
  display: block;
  margin: 0 auto;
}

.pie{
   justify-content: center;
  color: cyan;
}

.links {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------*/
/* ESTILOS DEl FOOTER */
/*--------------------*/
footer{
    width: 100%;
    padding: 50px 0px;
    background-image: url("/assets/titospie.svg");
    background-size: cover;
    margin-top: 120px;
}

.footer-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
}

.footer-container__box{
    display: flex;
    flex-direction: column;
    padding: 40px;
}


.footer-container__company{
    max-width: 350px;
    margin-top: 20px;
    font-weight: 500;
    color: var(--black);
    font-size: 18px;
}

.footer-container__box h2{
    margin-bottom: 30px;
    color: var(--colorFondo);
    font-weight: 700;
}

.footer-container__box a{
    margin-top: 10px;
    font-family: 'Berlin Sans FB Demi', sans-serif;
    color: var(--black);
    font-weight: 600;
}

.footer-container__box a:hover{
    opacity: 0.8;
}

.footer-container__box a .fab{
    font-size: 20px;
}

.footer-copyright{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0px 40px;
}

.footer-copyright p{
    margin-top: 20px;
    color: #7a7a7a;
}

.footer-copyright hr{
    border: none;
    height: 1px;
    background-color: #7a7a7a;
}

/*---------------------------*/
/* FIN DE ESTILOS DEl FOOTER */
/*---------------------------*/

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

  /*NAVEGACION MOVIL*/
  .navegacion {
		padding: 10px;
	}
	.navegacion .navegacion__menu {
		display: none;
	}
	.navegacion .navegacion__icon {
		display: block;
		position: absolute;
		top: 13px;
		right: 13px;
	}
	.navegacion.show {
		background: var(--black);
	}
	.navegacion.show .navegacion__menu {
		display: block;
		width: 100%;
	}
	.navegacion.show .navegacion__menu a {
		width: 100%;
	}
  iframe{
    width: 70%;
    
  }
}