/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* fonts */
@font-face {
  font-family: 'Gotham-Book';
  font-style: normal;
  font-weight: normal;
  src: url('https://comida.tuexperienciaup.com/wp-content/themes/generatepress_child/fonts/Gotham-Book.otf') format('opentype');
}
@font-face {
  font-family: 'Gotham-Medium';
  font-style: normal;
  font-weight: normal;
  src: url('https://comida.tuexperienciaup.com/wp-content/themes/generatepress_child/fonts/Gotham-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Gotham-Bold';
  font-style: normal;
  font-weight: normal;
  src: url('https://comida.tuexperienciaup.com/wp-content/themes/generatepress_child/fonts/Gotham-Bold.otf') format('opentype');
}

a{
	text-decoration:none;
}

p, li {
  font-family: 'Gotham-Book', serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Gotham-Bold';
}
strong,b{
	font-family: 'Gotham-Bold';
}
.gb-button-text{
	font-family: 'Gotham-Medium';
}
.gotham-medium{
	font-family: 'Gotham-Medium';
}
.gotham-bold{
	font-family: 'Gotham-Bold';
}
.gb-highlight{
	background: linear-gradient(90deg, rgba(229,152,54,1) 0%, rgba(237,173,60,1) 50%, rgba(245,193,66,1) 100%) !important;
	padding: 3px 5px;
}
/* Main menu */
.main-navigation .main-nav ul li a{
	font-family: 'Gotham-Bold';
	line-height: 1em;
	text-align: center;
}
.nav-float-right #site-navigation{
	margin-left: 25px;
}
.main-navigation li{
	padding: 60px 10px;
}
.main-navigation li.current-menu-item{
	background: #F5F7F8;
	border-bottom: 4px solid #F59100;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a{
	color: #000;
}

/* Toggle menu */
.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled{
	background: #fff !important;
}

/* Home - Bloque 1 */
.img-movil{
  position: absolute;
}

/* TABS */
.w3-button.active{
	background: linear-gradient(273deg, rgba(229,152,54,1) 0%, rgba(237,173,60,1) 50%, rgba(245,193,66,1) 100%);
	font-family: Gotham-Medium;
	color: #000;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background: #fff;
	text-align: center;
}

/* Style the buttons inside the tab */
.tabbuttons{
	position: relative;
	z-index: 2;
	background-color: #E2E8ED;
	display: inline-flex;
	padding: 6px 8px;
	border-radius: 15px;
	margin: 0 2px;
}
.tab button {
	margin: 0 2px;
	min-width: 200px;
	border-radius: 15px;
	width: auto;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 30px;
  transition: 0.3s;
  font-size: 20px;
	font-family: Gotham-Medium;
	color: #C3C8CB;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background: linear-gradient(273deg, rgba(229,152,54,1) 0%, rgba(237,173,60,1) 50%, rgba(245,193,66,1) 100%);
	color: #000;
}

/* Create an active/current tablink class */
.tab button.active {
  background: linear-gradient(273deg, rgba(229,152,54,1) 0%, rgba(237,173,60,1) 50%, rgba(245,193,66,1) 100%);
	color: #000;
}

.num-pasos mark{
	border-radius: 50%;
	display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
}

/* Contact form */
.wpforms-form input{
	border-radius: 30px !important;
	border: 2px solid #fff !important;
}
.wpforms-form label{
	font-size: 14px !important;
    margin-bottom: 5px !important;
    margin-left: 20px !important;
}
.wpforms-field-checkbox label{
	font-size: 14px !important;
    margin-left: 0px !important;
	font-family: Gotham-Medium;
}
input[type=checkbox]:before,
input[type=checkbox]:after{
	background: transparent !important;
}
input[type=checkbox]{
	background: linear-gradient(273deg, rgba(229,152,54,1) 0%, rgba(237,173,60,1) 50%, rgba(245,193,66,1) 100%) !important;
	border-radius: 4px !important;
}
button[type=submit]{
	background: linear-gradient(273deg, rgba(229,152,54,1) 0%, rgba(237,173,60,1) 50%, rgba(245,193,66,1) 100%) !important;
	border-radius: 30px !important;
	width: 100% !important;
}
.wpforms-container .wpforms-field.wpforms-one-third{
	margin-left: 4px !important;
}

.gb-accordion .gb-icon svg path{
	fill: #F59100 !important;
}


/* Style the tab content */
.tab_img_comida{
	position: absolute;
	margin-left: -180px;
    margin-top: -170px;
}
.tab_img_transporte{
	position: absolute;
    margin-top: -170px;
    width: 100%;
    text-align: right;
    max-width: 1000px;
    margin-left: 170px;
}
.tab_img_comida img,
.tab_img_transporte img{
	max-width: 350px;
}
.tab_heading{
	text-align: center;
	font-family: Gotham-Bold;
	font-size: 24px;
	line-height: 30px;
	margin: 30px auto 50px;
    max-width: 650px;
}
.tabcontent {
  
  padding: 30px 60px;
  border: none;
}
.tabcontent h2{
	color: #F2BA40;
	text-align:center;
}
.tabcontent li{
	font-size: 19px;
	font-family: Gotham-Book;
	margin-bottom: 30px;
	list-style-position: outside;
}
.tabcontent li::marker {
  color: #F7A549;
	font-size: 1.2em;
}

@media (max-width: 767px) {
	.site-header .header-image {
		padding: 10px;
	}
	.tabbuttons{
		background-color: #E2E8ED;
		display: inline-flex;
		padding: 6px 8px;
		border-radius: 15px;
		margin: 0 2px;
		width: 100%;
	}
	.tab button {
		margin: 0 2px;
		min-width: auto;
		border-radius: 15px;
		width: 50%;
	 	background-color: transparent;
	  	border: none;
	  	outline: none;
	  	cursor: pointer;
	  	padding: 10px 15px;
	  	transition: 0.3s;
	  	font-size: 14px;
		font-family: Gotham-Medium;
		color: #C3C8CB;
	}
		.tab_img_comida,
		.tab_img_transporte{
			position: absolute;
			margin-top: -280px;
			width: 100%;
			text-align: center;
			margin-left: -20px;
	}
	.tab_img_comida img, .tab_img_transporte img {
		max-width: 280px;
	}
	.tabcontent {
	  padding: 0px;
	}
	.tab_heading{
		font-size: 17px;
		line-height: 22px;
		margin: 30px auto 20px;
	}
	.tabcontent ul{
		margin: 0 2.5em 1.5em 3em;
	}
	.tabcontent li{
		font-size: 17px;
		line-height: 22px;
		font-family: Gotham-Book;
		margin-bottom: 20px;
		list-style-position: outside;
	
	}
	.tabcontent li::marker {
	  	color: #F7A549;
		font-size: 1em;
	}
	.wpforms-form label{
		margin-left: 0px !important;
	}
}

