/* @import url('Fonts/Bariol_Bold.otf');
@import url('Fonts/Bariol_Bold_Italic.otf');
@import url('Fonts/Bariol_Regular.otf');
@import url('Fonts/Bariol_Regular_Italic.otf');
@import url('Fonts/DIN\ Condensed\ Bold.ttf');
@import url('Fonts/Geomanist-Bold.otf');
@import url('Fonts/Geomanist-Ultra.otf');
@import url('Fonts/Simplisicky\ Fill.ttf'); */
@font-face {
  font-family: 'Geomanist-Ultra';
  src: url('Fonts/Bariol_Regular.off') format('off'),
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('Fonts/DIN\ Condensed\ Bold.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: 'Bariol';
  src: url('Fonts/Bariol_Bold_Italic.otf') format('otf'),
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('Fonts/Bariol_Bold_Italic.otf') format('truetype');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}


/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c1c1c1;
  border-radius: 50px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



button.btn-combos:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #000 !important;
}


.font-geomanist {
  font-family: "Geomanist-Ultra" !important;
}

.font-bariol {
  font-family: "Bariol" !important;
}

.ico-nav {
  position: relative;
  top: -30px;
  right: -20px;
}

.btn-pedido-en-linea {
  width: 180px;
  /* margin-left: 0.5rem; */
  /* position: absolute;
  right: 140px; */
}

.section-services {
  text-align: center;
  color: white;
  background-image: url("../img/fondos/fondo2.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.img-ham-sec-service {
  max-width: 105%;
}

.img-al-car-sec-service {
  max-width: 100%;
  margin-left: 60px;
}

.section-menu {
  text-align: center;
  color: white;
  background-image: url("../img/fondos/f3.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.img-menu {
  max-width: 40%;
}

.img-lo_nuevo_cortes {
  max-width: 60%;

}

.img-menu-interna {
  width: 65px !important;
}

.img-menu-interna-hot {
  width: 55px !important;
}

.img-menu-interna-pollo {
  width: 65px !important;
  position: relative;
  left: -24px;
}

.img-platos-menu {
  max-width: 100%;
}

.img-burger-menu {
  max-width: 60%;
  margin-bottom: 1.9rem;
}

.img-sanduche-menu {
  max-width: 80%;
}

.img-choripan-menu {
  max-width: 65%;
}

.card-burger {
  border-top-left-radius: 40px !important;
  border-top-right-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
  border: solid 0px rgb(230, 90, 44);
  background-image: url("../img/fondos/fondo2.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 600px;
}

.card-cortes {
  border-top-left-radius: 40px !important;
  border-top-right-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
  border: solid 0px rgb(230, 90, 44);
  background-image: url("../img/fondos/fondo2.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  max-height: 580px;
}

.card-header-burger {
  border-top-left-radius: 40px !important;
  border-top-right-radius: 40px !important;
  background: rgb(230, 90, 44) !important;
  border: solid 3px rgb(230, 90, 44);
  font-family: "Geomanist-Ultra" !important;
}

.col-menu {
  padding: 1rem !important;
}

.card-body {
  color: rgb(58, 58, 58) !important;
}

.card-title-up {
  position: relative;
  top: -18px;
}

.row-menu {
  /* font-style: italic; */
  font-family: "Bariol" !important;

}

.col-precio {
  color: rgb(230, 90, 44);
  font-size: 1.2rem;
  font-weight: bold;
}

.section-a-tu-gusto {
  text-align: center;
  color: white;
  background-image: url("../img/fondos/f3.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.img-hazlo-a-tu-gusto {
  max-width: 105%;
  margin: 0 auto;
  position: relative;
  left: -20px;
}

.img-elige {
  width: 70%;
}

.img-ingredientes {
  max-width: 45%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.img-ingredientes-pina {
  max-width: 38%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.img-ingredientes-cham {
  max-width: 25%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.img-ingredientes-salami {
  width: 55%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.btn-ingredientes {
  background-color: #fff !important;
  color: rgb(58, 58, 58) !important;
  /* font-style: italic !important; */
  border-radius: 20px !important;
  font-family: "Bariol" !important;
  font-size: 1.5rem;
}


.row-ingredientes {
  min-height: 130px;
}

.section-lo-nuevo {
  text-align: center;
  color: white;
  background-image: url("../img/fondos/f3.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.col-precio-cortes {
  color: rgb(230, 90, 44);
  font-size: 1.8rem;
  font-weight: bold;
}

.precio-point {
  position: relative;
  top: -10px;
}

.section-combos {
  text-align: center;
  color: white;
  background-image: url("../img/fondos/fondo2.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.img-combos {
  max-width: 40%;
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
}

.btn-combos {
  min-height: 60px;
  border-radius: 14px;
  font-family: "Geomanist-Ultra" !important;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.p-combos {
  font-weight: bold;
  font-size: 1.3rem;
  font-family: "Bariol" !important;

}

.btn-combos-precios {
  font-weight: bold;
  font-size: 1.8rem;
  color: rgb(255, 170, 2);
  border-radius: 14px;
  font-family: "Bariol" !important;
}

.img-combo-left {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  left: -20px;
}

.section-on-line {
  text-align: center;
  color: white;
  background-image: url("../img/fondos/fondo9.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.img-flechas-menu{
  max-width: 3%;
  position: relative;
  bottom: -240px;
  left: -680px;
}

.img-flechas-menu-d{
  max-width: 3%;
  position: relative;
  top: -690px;
  right: -680px;
}

.img-flecha_pedidos {
  max-width: 13%;
  position: relative;
  top: -170px;
  right: -100px;
}

.img-bebidas{
  max-width: 100%;
}

.card-header-registro {
  border-radius: 14px;
  padding: 2.5rem;
  background: rgb(236, 236, 236)
}

.border-rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.input-precios-pedido {
  font-size: 1.2rem;
  font-family: "Bariol"
}

.input-total-pedido {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: bold;
}

.div_verificar {
  font-size: 2.2rem !important;
}

.card-header-verifique {
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
  background: rgb(255, 170, 2) !important;
  border: solid 3px rgb(255, 170, 2);
}

.card-body-pedido {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 2.5rem;
  background: rgb(236, 236, 236)
}

.btn-verificar {
  border-radius: 12px;
  font-family: "Geomanist-Ultra" !important;
  font-size: 1.5rem;
}

.contacto-section {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 72px);
  background: url("../img/fondos/fondo12.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  /* max-height: 625px; */
}

.div-contacto {
  background: rgb(243, 237, 236);
  min-height: 400px;
  margin-top: 1rem;
  padding: 3rem;
}

.input-contacto {
  margin-bottom: 0.5rem !important;
  border: rgb(230, 90, 44) solid 1px !important;
  font-family: "Bariol" !important;

}

.ico-redes-sociales {
  width: 30px;
  margin: 0.7rem;
  margin-left: 0 !important;
}

.row-contact {
  color: #fff;
}

.modal-yellow {
  background: rgb(255, 170, 2);
}

.element-login {
  margin: 0.5rem;
}

.nav-mensajes {
  position: relative;
  /* right: -10%; */
  min-width: 80px !important;
  border-right: rgb(255, 255, 255) solid 0px !important;
  display: none;
}

.badge-danger {
  color: #fff;
  background-color: rgb(230, 90, 44);
  position: relative;
  left: -10px;
  top: -30px;
  padding: 0.3rem;
  font-family: "Geomanist-Ultra" !important;
  
}

.badge-danger-p {
  color: #fff;
  background-color: rgb(230, 90, 44);
  position: relative;
  left: -10px;
  top: -10px;
  padding: 0.3rem;
  font-family: "Geomanist-Ultra" !important;
  font-style: normal !important
}

.ico-pedidos {
  max-width: 15px;
}

.ico-mensajes {
  max-width: 20px;
}

.img-inicio {
  width: 40%;
}

.row-card{
  margin: 0 auto; max-width: 80%;
}

.pedidos-on-line{
  max-width: 60%;
}

.img-registrate{
  max-width: 80%;
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important;
  }

  .img-inicio {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    width: 80% !important;
  }

  .row-card{
    margin: 0 auto; max-width: 100%;
  }

  .img-elige {
    width: 90%;
  }

  .img-flecha_pedidos {
    max-width: 30% !important;
    position: relative;
    top: -50px !important;
    left: -110px;
  }

  .pedidos-on-line{
    max-width: 90%;
  }

  .img-registrate{
    max-width: 100%;
  }

  .card-header-registro {
    padding: 0.5rem !important;
  }

  .img-menu {
    max-width: 80%;
  }
}


@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
  .row-card{
    margin: 0 auto; max-width: 100%;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}


/*!
 * Start Bootstrap - Agency v5.0.7 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  /* font-family: "Geomanist-Ultra"; */
}

p {
  line-height: 1.75;
}

a {
  color: #fed136;
}

a:hover {
  color: #fec503;
}

.text-primary {
  color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  /* font-family: "Bariol"; */

}

section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }

  .ico-hidden-xs {
    display: none;
  }

}

.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #fed136;
  border-color: #fed136;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: rgb(242, 244, 246);
  border-bottom: rgb(230, 90, 44) solid 5px;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: rgb(109, 98, 120);
  border: 0;
  background-color: #fed136;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: bold !important;
  font-style: italic;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: rgb(109, 98, 120);
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: rgb(230, 90, 44);
  font-weight: bold !important;
  font-style: italic;
}

@media (min-width: 992px) {
  #mainNav {
    background-color: rgb(242, 244, 246) !important;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
    border-bottom: rgb(230, 90, 44) solid 5px;

  }

  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    border-right: rgb(109, 98, 120) solid 2px;
  }

  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgb(242, 244, 246);
    border-bottom: rgb(230, 90, 44) solid 5px;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 180px;
  }

  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline>li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline>li:after,
.timeline>li:before {
  display: table;
  content: ' ';
}

.timeline>li:after {
  clear: both;
}

.timeline>li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline>li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body>ul,
.timeline .timeline-body>p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }

  .timeline>li {
    min-height: 100px;
    margin-bottom: 100px;
  }

  .timeline>li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .timeline>li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }

  .timeline>li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline>li {
    min-height: 150px;
  }

  .timeline>li .timeline-panel {
    padding: 0 20px 20px;
  }

  .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .timeline>li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline>li {
    min-height: 170px;
  }

  .timeline>li .timeline-panel {
    padding: 0 20px 20px 100px;
  }

  .timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }

  .timeline>li .timeline-image h4 {
    margin-top: 40px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/fondos/fondo13.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background-color: #fed136;
}