/*
CTC Separate Stylesheet
Updated: 2020-08-03 16:09:17
*/

/*Cargar fuentes*/
@font-face {
    font-family: 'title';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'regular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'italic';
    src: url('fonts/poppins-regularitalic-webfont.woff2') format('woff2'),
         url('fonts/poppins-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*,
.uagb-rm__desc{
    font-family: 'regular';
}
.entry-header{
    display: none;
}
.entry-content h1, 
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
{
    font-family: 'title';
}
body,#site-content{
	background-color:white;
}
h2{
    font-size:3.4em;
    margin-bottom: 40px !important;
}
h2.long{
    font-size:2.4em
}
.post-inner{
	padding-top:1rem;
}
.nomargtop{
    margin-top: 0 !important;
}
/*Estilos header*/
.site-logo img{
    max-height: 100px;
    height: 99px;
    transition: all .25s;
}
.header-titles-wrapper{
    justify-content: center !important;
    margin-left: 50px;
}
.modal-menu li a{
    color:#FBAE17;
    text-shadow: 0 0 0 2px rgba(0,0,0,0.5);
}
.nav-toggle{
    left: 0;
}
.nav-toggle .toggle-icon,
.nav-toggle svg{
    height: 2.2em;
    width: 2.6em;
    margin-left: -2px;
}
/*Si el menú esta en modo fixed*/
.mob-catchSticky .header-inner{
    height: 90px;
    padding: 20px;
}

.mob-catchSticky .header-inner img{
    height: 50px;
}
.wpml-ls-legacy-dropdown-click{
    width: 80px;
    position: absolute;
    top: 25px;
    right: 10px;
}
.mob-catchSticky .wpml-ls-legacy-dropdown-click{
    top:35px
}
.wpml-ls-legacy-dropdown-click a{
    border:none;
}
/*Estilos para portada de menu*/
.portada-menu{
	padding:20rem 2rem 15rem;
}
.portada-menu h1{
    color:white;
    font-family: 'title';
    font-size: 45px;
    text-align: center;
}
.portada-menu.rocos{
	background-image: url('http://vermenu.com.mx/wp-content/uploads/2020/08/Fondo-principal-rocos.jpg');
	background-size:cover;
	background-position:80%;
	max-width:95% !important;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-flow:column
}
@media screen and (min-width:48.1em){
  .portada-menu.rocos{
      background-position: center;
  }
}
.boton-portada{
	background-color: white;
	text-transform:uppercase;
	font-size:14px;
	color:black;
	text-decoration:none;
	padding:15px 30px;
}

/*Estilos para lista de precios*/
.table-header{
    display:flex;
}
.tipo-producto{
    font-weight: bold;
    text-transform: uppercase;
}
.tipo-producto,
.row .producto{
    width: 55%;
}
.row .producto{
    color: #3a3a3a;
}
.row.un-precios .producto{
 width: 85%
}
.row .producto{
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.row .producto.no-border{
    border:none;
}
.medida-producto{
    font-size: 16px;
    color:#3a3a3a;
}
.producto.combo{
    text-transform: uppercase;
    font-family: 'title';
}
.medida-producto,
.row .precio{
    width:22%;
}
.row .precio{
    font-family: 'title';
}
/*Codigo solo para plugin*/
.uagb-rm__separator{
    width: 88% !important;
}

.uagb-rm__title{
    margin-top: 10px !important;
    font-weight: 400;
    font-family: 'regular';
    margin:0 !important;
    width: 80%;
}
.uagb-rm__price{
    color:#000 !important;
    font-weight: 700;
    font-family: 'title';
    font-style: normal;
}
.uagb-rm__desc{
    color: #808080 !important;
    font-style: normal;
    margin-bottom:0 !important;
}
.uagb-rest_menu__wrap{
    padding: 0 !important;
}
/*Estilos para html*/
.table-content{
    margin-bottom: 40px;
}
.table-content.combo{
    margin-bottom: 10px;
}
.table-content .row{
    display: flex;
}
.eleccion-combo{
    color:#FBAE17;
    font-family: 'italic';
}
.costo-extra{
    color: #FBAE17;
    font-family: 'title';
}
.entry-content ul li{
    list-style:none;
    max-width: 65% !important;
}
.entry-content ul li::before{
   content: "-";
   position: absolute;
   width: 10px;
   height: 10px;
   margin-left: -10px;margin-top: 2px;
}
ul.slick-dots li::before{
  content:""; 
}
/*Estilos en testimonios*/
.small-title{
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0 !important;
}
.small-title + h2{
    margin-top: 0;
}
.uagb-tm__desc{
    padding-bottom: 40px;
}
.uagb-tm__desc::after{
    content: " ";
    position: absolute;
    width: 200px;
    height: 1px;
    background-color: #666;
    margin-top: 60px;
    margin-left: -100px;
    left: 50%;
}
.wp-block-image + .alignfull{
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.uagb-slick-carousel{
    padding-left: 40px !important;
    padding-right: 40px !important;
}
/*Estilos footer*/
footer {
    background-color: black !important;
    margin-top: 0 !important;
}
footer *{
    color:white
}
footer .datos{
    max-width: 90%;
    margin:0 auto
}
.datos p{
    text-align: center;
}
.uppercase{
    text-transform: uppercase;
}
.datos ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 100px;
    margin: 0 auto 30px;
}
.icon{
    width:30px;
    height: 30px;
    background-size: cover;
}
.icon a{
    color: transparent;
}
.icon-face{
    background-image: url(img/facebook@2x.png);
}
.icon-insta{
    background-image: url(img/instagram@2x.png);
}