@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 25px;
  color: #2a2a2a;
}

/* 
---------------------------------------------
estilos globales
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #e91e63;
  color: #fff;
}

::-moz-selection {
  background: #e91e63;
  color: #fff;
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-white-button a {
  font-size: 13px;
  color: #e91e63;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h6 {
  position: relative;
  font-size: 15px;
  color: #e91e63;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading h2, .titUbi {
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 900;
  color: #2a2a2a;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
  color: #e91e63 !important;
}

.background-header .nav li a.active {
  color: #e91e63 !important;
}

.header-area {
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #e91e63 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #e91e63 !important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #e91e63 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #e91e63;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #e91e63 !important;
    opacity: 1;
  }

  .thumb{
    text-align: center;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: 30px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #e91e63 !important;
  }

  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
    justify-content: space-around;
  }
}

/* ==== Main CSS === */
.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tCenter{
  text-align: center;
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  margin-top: 50px;
  padding: 50px 0px 0px 0px;
  position: relative;
  z-index: 9;
}

.about-p{
  text-align: center;
  max-width: 100%!important;
}

#about .section-heading h2 {
  padding-right: 120px;
}

#about img {
  width: 100%;
  overflow: hidden;
}

#about .left-text-content p {
  margin-bottom: 25px;
}

#about .right-content {
  margin-left: 30px;
}

#about .right-content .thumb {
  position: relative;
}

#about .right-content .thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  background-color: #e91e63;
  color: #fff;
  border-radius: 50%;
  transform: translate(-35px, -35px);
  transition: all .3s;
}

#about .right-content .thumb a:hover {
  opacity: .9;
}


/*
---------------------------------------------
menu
---------------------------------------------
*/

#trabajos, .servicios {
  margin-top: 120px;
  background-color: #fffafa;
  padding: 0px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#trabajos .section-heading {
  margin-bottom: 80px;
}

.card:hover .info,
.card:hover .info:before {
  transform: translateY(200px) translateZ(0);
}

.title {
  margin: 0;
  padding: 30px 30px 20px 30px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.description {
  padding: 0px 30px;
  color: #fff;
}

#section-trabajo{
  margin-top: 20px;
  padding: 100px 0px 0px 0px;
}

#trabajos .price h6 {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #e91e63;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
}

#trabajos .card .main-text-button {
  margin-left: 30px;
  margin-top: 20px;
  padding-bottom: 30px;
}

#trabajos .owl-menu-item {
  position: relative;
}

#trabajos .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -80px;
  transform: translateY(5px);
}

#trabajos .owl-dots {
  display: none;
}

#trabajos .owl-nav .owl-prev {
  margin-right: 22px;
  outline: none;
}

#trabajos .owl-nav .owl-prev span,
#trabajos .owl-nav .owl-next span {
  opacity: 0;
}

#trabajos .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #e91e63;
  font-size: 39px;
  font-weight: 700;
  content: '\f104';
}

#trabajos .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#trabajos .owl-nav .owl-prev:hover {
  opacity: 1;
}

#trabajos .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#trabajos .owl-nav .owl-next:hover {
  opacity: 1;
}

#trabajos .owl-nav .owl-next {
  margin-left: 22px;
  outline: none;
}

#trabajos .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #e91e63;
  font-size: 39px;
  font-weight: 700;
  content: '\f105';
}


/* 
---------------------------------------------
Contacto
--------------------------------------------- 
*/

#contacto .section-heading {
  margin-bottom: 50px;
}

#contacto .section-heading h6 {
  color: #fff;
}

#contacto .section-heading h2 {
  color: #fff;
  font-weight: 700;
}

#contacto .section-heading h6:before {
  background-color: #fff;
}

#contacto p {
  color: #fff;
  margin-bottom: 65px;
}

#contacto {
  margin-top: 6rem;
  padding: 50px 0px;
  padding-bottom: 80px;
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 550px) {
  .table{
    font-size: 14px!important;
  }

  #contacto .section-heading h2 {
    text-align: center;
  }
}

.favDown{
  font-size: 1.8rem;
}

.secPrecios{
  margin-bottom: 2.5rem;
}

.precioItem{
  margin-bottom: 5rem;
}

.descT{
  font-size: .9rem;
}

.descP{
  font-size: 1rem;
}

@media (max-width: 990px) {
  .precioItem{
    text-align: center;
  }

  .precioItem{
    margin-bottom: 4rem;
  }
  .descP{
    font-size: 1.2rem;
  }
}

#contacto .phone,
#contacto .ubi,
#contacto .message {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0px 0px 20px 0px;
}

.descT{
  font-size: .9rem;
}

#contacto .phone i,
#contacto .ubi i,
#contacto .message i {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  background-color: #e91e63;
  border-radius: 50%;
  font-size: 24px;
  margin-top: -35px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#contacto .phone h4,
#contacto .ubi h4,
#contacto .message h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}

#contacto .phone span a,
#contacto .ubi span a,
#contacto .message span a {
  font-size: 14px;
  color: #2a2a2a;
  transition: all .3s;
}

#contacto .phone span a:hover,
#contacto .ubi span a:hover,
#contacto .message span a:hover {
  color: #e91e63;
}

#contact {
  margin-left: 30px;
  padding: 40px 0px;
  background-color: #fff;
  border-radius: 5px;
}

#contact h4 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #2a2a2a;
  margin-bottom: 13px;
}

.datepicker-days {
  padding: 30px;
  cursor: pointer;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  color: #2a2a2a;
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 46px;
  border-radius: 5px;
  outline: none;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #e91e63;
}

.contact-form button,
.tab-item a {
  margin-top: -10px;
  font-size: 13px;
  color: #fff;
  background-color: #e91e63;
  padding: 12px 25px;
  width: 100%;
  box-shadow: none;
  border: none;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.tab-item a {
  width: 40%;
  text-align: center;
}

.centerF{
  margin: 0 auto;
  max-width: 75%!important;
  text-align: center;
}

.tab-item {
  text-align: center;
}

#offers .tabs-content p {
  margin-right: 100px;
}

#offers .tabs-content .left-list {
  margin-right: 15px;
}

#offers .tabs-content .right-list {
  margin-left: 15px;
}

#offers .tabs-content .price h6 {
  position: absolute;
  top: 15px;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #e91e63;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  padding: 50px 0px;
  background-color: #e91e63;
}

footer .center-text-content p {
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

footer .right-text-content ul li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
  color: #e91e63;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

footer .right-text-content ul li a:hover {
  color: #2a2a2a;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 480px) {

  .displayImg{
    display: none;
  }
}

@media (max-width: 992px) {

  #chefs .chef-item .thumb img {
    height: auto;
  }

  #top {
    padding-top: 100px;
    height: auto;
  }

  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }

  .header-area .main-nav .nav li.submenu {
    padding-right: 15px;
  }

  .header-area .main-nav .nav li {
    padding-right: 10px;
    padding-left: 10px;
  }

  .header-area .main-nav .nav li a {
    font-size: 15px;
    letter-spacing: 0px;
  }

  #top .left-content {
    text-align: center;
    padding: 25% 0px;
  }

  #about .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }

  #chefs .chef-item {
    margin-bottom: 30px;
  }

  #contacto .phone {
    margin-bottom: 60px;
  }

  #contacto .message {
    margin-bottom: 60px;
  }

  #contact {
    margin-left: 0px;
    margin-top: 30px;
  }

  #offers .tabs-content .left-list {
    margin-right: 0px;
  }

  #offers .tabs-content .right-list {
    margin-left: 0px;
  }

  footer .right-text-content {
    text-align: center;
    margin-bottom: 30px;
  }

  footer .left-text-content p {
    text-align: center;
    margin-top: 30px;
  }
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.btn-wsp {
  background: #0df053;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 30px;
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 30px;
  right: 30px;
  transition: all 0.5s ease;
  z-index: 100;
}

.btn-wsp:hover {
  box-shadow: 0px 1px 30px #4cda79;
  color: #fff;
  transition: all 0.5s ease;
}

.price a {
  color: #FFF;
}

.imgHome img {
  width: 250px !important;
  height: 300px !important;
}

.verMas {
  text-align: center;
  margin: 0 auto;
  background: #272626;
  padding: 1rem 2rem !important;
}

.verMas a {
  color: #FFF;

}

.jum {
  display: inline-block;
  margin: .8rem 0.3rem;
  padding: 1rem 1.5rem;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  color: #594f4f;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 8px 0px;
}

.jum:hover{
  color: #594f4f;
}

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

ul.pagination li a.active {
  background-color: #e91e63;
  color: white;
  border: 1px solid #e91e63;
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}

div.center {
  text-align: center;
}


.boxH4 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

.boxP {
  color: #919191;
  margin-left: 25px;
  letter-spacing: 2px;
}

.boxBorder {
  border-right: 1px solid;
  border-color: #43434333;
}

@media only screen and (max-width : 992px) {
  .boxBorder {
    border-right: 0px solid;
  }

  .boxEspacio {
    margin: 2rem 0;
    text-align: center;
  }
}

 /* Styles for wrapping the search box */

 .main {
  width: 50%;
  margin: 50px auto;
}

.sectionN{
  margin: 6rem 0;
}

.imgBuscador{
  max-width: 190px!important;
  max-height: 190px !important;
}

.bodyBuscador{
  text-align: center;
}

.marginBuscador{
  margin-bottom: 2rem;
}

.btn, .btn-primary{
  background-color: #e91e63!important;
  border-color: #e91e63!important;
}

.ui-tabs-nav{
  display: flex;
  flex-wrap: wrap;
}

.comprarSep{
  margin: 3rem 0;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;

}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 70%;
  width: 100%;
  position: absolute;

}

.titUbi{
  margin: 0 auto;
  margin-top: 7rem;
  margin-bottom: 3rem;

}

/* MEDIOS DE PAGO */

.contenedorMedio{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3rem;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.mediosPago{
  margin: 0 auto;
  margin-top: 5rem;
}

.marTop{
  margin-top: 10rem;
}

.ite{
  display: flex;
  align-items: center;
}

.podw{
  margin-left: 0.5rem;
  font-size: .95rem;
}


@media (max-width: 1045px){
  .contenedorMedio{
    flex-direction: column;
    align-items: center;
  }

  .ite{
    margin: 1rem 0;
    
  }
}

@media (max-width: 750px){
  .contenedorMedio{
    align-items: center;
    width: 75%;
  }
}

@media (max-width: 325px){
  .contenedorMedio{
    align-items: center;
    width: 92%;
  }
}

/* 
  *
  */

  .flexMedios{
    display: flex;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
  }

  .mmPago, .mmEnvios{
    display: flex;
    justify-content: center;
    padding: 1rem;
    text-align: center;
  }

  .item-medio-p{
    display: flex;
    flex-wrap: wrap;
  }

  .item-medio p{
    font-size: 11px;
    text-align: center;
  }

  .item-medio-p img{
    width: 60px;
    margin: 3px 2px;
  }

  .item-medio-e{
    margin: 0 15px;
    margin-bottom: 3rem;
  }

  .item-medio-e p{
    font-size: 12px;
    color: #444;
  }

  .item-medio-e img{
    width: 80px;
    margin: 3px 2px;
  }

  @media only screen and (max-width : 767px){
    .sepMediaF {
        margin-top: 2rem;
    }
}

.servImg img{
  border-radius: 3%;
  width: 70%;
  height: 100%;
}

@media (max-width: 480px) {

  .displayImg{
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }

  .servImg{
    max-width: 70%!important;
  }

  .servImg img{
    border-radius: 3%;
    width: 100%;
    height: 100%;
    margin: 2rem 0;
  }
}

.sobreMi{
  margin-top: 3rem;
}

.avatarLogo{
  width: 40%!important;
}

@media only screen and (max-width : 767px){
  .sobreMi{
    margin-top: 0rem;
  }

  .avatarLogo{
    width: 35%!important;
  }

  .imgHome img {
    width: 300px !important;
    height: 360px !important;
  }

  .card {
    height: 360px;
  }

  .centerH2{
    text-align: center;
    padding-right: 0px!important;
  }

}

.message a, .phone a, .ubi a{
  color: #212529!important;
  text-decoration: none;
}

.section-b{
  margin: 4rem 0;
  margin-top: 2rem;
}

.preguntas-frecuentes{
  margin: 2rem auto;
  width: 40%;
}

.preguntas-frecuentes-2col{
  display: flex;
  justify-content: space-around;
  margin-top: -4rem;
}

.section-preguntas-frecuentes{
  margin: 3rem 0;
  margin-top: 6rem;
}

@media only screen and (max-width : 767px) {
  .preguntas-frecuentes{
    width: 80%;
  }
}

.table thead th {
    vertical-align: middle!important;
}

.boxH4 a{
  color: #212529;
}

.logoText{
  color: #e91e63;
  margin-top: 29px;
  font-size: 18px;
}

.logoImg{
  display: none;
  position: absolute;
  top: 12px;
  border-radius: 10%;
  width: 55px;
}

@media (max-width: 400px) {
  .logoText{
    display: none;
  }

  .logoImg{
    display: block;
  }
}

.miCard{
  width: 60%;
  height: 50px;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 993px) {
  .table td, .table th {
    padding: 1.2rem;
  }
}

.box1{
  color: #3c3b3b;
}

.box1:hover{
  color: #3c3b3b;
}

.box2{
  color: #959595;
  margin-left: 2rem;
  font-size: 15px;
}

.boxH4 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

.instafeed-fallback {
  background: rgba(67,67,67,0.03);
  padding: 2rem 1rem;
  padding-top: 4.5rem;
  text-align: center;
}


.insta-icon{
  font-size: 4rem;
  position: relative;
  bottom: 1.3rem;
}

.mediosPage {
  width: 25%;
  margin: 1.2rem 1rem;
}

@media screen and (min-width: 370px) {
  .mediosPage {
      width: 22%;
  }
}


@media screen and (min-width: 520px) {
  .mediosPage {
      width: 16%;
  }
}

@media screen and (min-width: 990px) {
  .mediosPage {
      width: 8%;
  }
} 

.mediosPago {
  margin-top: -2rem;
}

.contenedorMedio {
  padding: 1rem;
}

.ite {
  padding: 1rem 1.5rem;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .contenedorMedio {
      align-items: center;
      width: 85%;
  }

  .ite {
      padding: 1.2rem 0.1rem;
      margin: 0;
  }
}

@media (max-width: 325px) {
  .contenedorMedio {
      align-items: center;
      width: 100%;
  }

  .contenedorMedio {
      padding: 1rem;
  }

  .ite {
      padding: 1.2rem 0.1rem;
      margin: 0;
  }
}

.thumb img{
  width: 150px!important;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 5px #fbeffb;
}

.bHora{
  border-top: 0px solid #dee2e6;
}

.centerAbout{
  flex-direction: column;
  align-items: center;
}

.mtop7{
  margin-top: 7rem!important;
}

.mtop3{
  margin-top: 3rem!important;
}

.ptop5{
  padding: 5rem 0!important;
}

.cursorP{
  cursor: pointer;
}

.aboutIt{
  text-align: center;
  margin-bottom: 1rem!important;
}

.profile-card__name, .profile-card__name a {
  color: #6944ff;
  font-weight: 700;
  font-size: 20px;
  margin-top: 0.2rem;
}

.iconN {
  color: rgb(29, 155, 240);
  font-size: 1.2rem;
}

.profile-card-loc {
  color: #324e63;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}

.left-text-content p{
  padding: 0 1rem;
}

@media (max-width: 430px){

  .iconN {
    font-size: 1.1rem;
  }

  .profile-card__name, .profile-card__name a {
    font-size: 18px;
  }

  .left-text-content p{
    font-size: 16px;
  }

}

.profile-card-loc__txt a{
  color: #324e63;
}

.profile-card-loc__txt{
  font-size: 1rem;
}

@media (max-width: 400px) {

  .logoOut img{
    display: none;
  }

  .profile-card-loc__txt{
    font-size: 1.3rem;
  }
}