/*
Theme Name: PMKT - Denver
Theme URI: http://puntomarketing.net
Author: PMKT DEV
Author URI: PMKT DEV
Description: 
Version: 1.0
License: 
License URI: 
Text Domain: pmkt
Tags: 
*/
@import url("https://fonts.googleapis.com/css?family=Ubuntu&display=swap");
body {
  font-family: "Ubuntu", sans-serif;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

h2 {
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  h2 {
    font-size: 1rem;
  }
}

/** Backgrounds */
.bg-primary {
  background-color: #295aa5 !important;
  color: #FFF;
}

.bg-secondary {
  background-color: #702d8b !important;
  color: #FFF;
}

.bg-info {
  background-color: #ebb630 !important;
  color: #FFF;
}

.bg-danger {
  background-color: #cb2128 !important;
  color: #FFF;
}

/** Buttons */
.btn {
  height: 42px;
  border: 0;
}

.btn-primary {
  background-color: #295aa5;
  color: #FFF;
}

.btn-primary:hover {
  background-color: #214884;
  color: #FFF;
}

.btn-secondary {
  background-color: #702d8b;
  color: #FFF;
}

.btn-secondary:hover {
  background-color: #57236c;
  color: #FFF;
}

.btn-info {
  background-color: #ebb630;
  color: #FFF;
}

.btn-info:hover {
  background-color: #dda415;
  color: #FFF;
}

/* Forms */
option {
  color: #333;
}

.form-group label {
  font-size: 0.9rem;
  color: #999;
}
.form-group .form-control {
  background-color: rgba(0, 0, 0, 0.04);
  color: white;
  height: 42px;
  line-height: 42px;
  border: 0;
}
.form-group .form-control:focus, .form-group .form-control:active, .form-group .form-control:hover {
  box-shadow: none;
}

.form-inline label {
  margin-right: 20px;
}
.form-inline .form-control {
  margin-right: 20px;
}

.header .container {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .container .navs {
  margin-left: auto;
}
.header .container .navs .navbar .navbar-nav a {
  font-size: 14px;
  text-transform: uppercase;
}

#calculador {
  padding-bottom: 60px !important;
}
#calculador .container {
  position: relative;
}
#calculador .title {
  position: absolute;
  bottom: 100%;
  left: calc(50% - 216px);
  display: flex;
  margin: 0;
}
@media (max-width: 992px) {
  #calculador .title {
    left: 0;
  }
}
#calculador .title .izq, #calculador .title .cen, #calculador .title .der {
  display: inline-block;
  height: 50px;
}
#calculador .title .izq, #calculador .title .der {
  width: 50px;
}
#calculador .title .izq {
  border-radius: 0 0 25px 0;
}
#calculador .title .izq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
  background-color: #f8f9fa;
  height: 100%;
  width: calc(100% - 100px);
}
#calculador .title .cen {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  border-radius: 25px 25px 0 0;
  z-index: 2;
}
#calculador .title .der {
  border-radius: 0 0 0 25px;
}
@media (min-width: 993px) {
  #calculador .form-inline > * {
    flex: 2;
    align-self: flex-end;
  }
  #calculador .form-inline > .btn {
    flex: 1;
  }
}
#calculador label {
  color: #FFF;
}
#calculador form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}
#calculador form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
#calculador form :-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}
#calculador form :-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

.featured-product {
  overflow: hidden;
}
.featured-product .title {
  position: relative;
  border-radius: 100px 0 0 100px;
  text-align: right;
}
.featured-product .title.bg-secondary:after {
  background-color: #702d8b;
}
.featured-product .title.bg-info:after {
  background-color: #ebb630;
}
.featured-product .title.bg-danger:after {
  background-color: #cb2128;
}
.featured-product .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vh;
  height: 100%;
}
.featured-product.inverse .title {
  border-radius: 0 100px 100px 0;
  text-align: left;
}
.featured-product.inverse .title:after {
  left: unset;
  right: 100%;
}

#presentaciones {
  padding-bottom: 100px !important;
}
.contacto .form-control {
  color: #333;
}
@media (max-width: 992px) {
  .contacto {
    padding-bottom: 50px !important;
  }
}
.contacto .container {
  position: relative;
}
.contacto .container .title {
  position: absolute;
  bottom: 100%;
  left: 15px;
  display: flex;
  margin: 0;
}
@media (min-width: 992px) {
  .contacto .container .title {
    left: 0;
  }
}
.contacto .container .title .izq, .contacto .container .title .cen, .contacto .container .title .der {
  display: inline-block;
  height: 50px;
}
.contacto .container .title .izq, .contacto .container .title .der {
  width: 50px;
}
.contacto .container .title .izq {
  border-radius: 0 0 25px 0;
}
.contacto .container .title .izq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
  background-color: #295aa5;
  height: 100%;
  width: calc(100% - 100px);
}
.contacto .container .title .cen {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  border-radius: 25px 25px 0 0;
  z-index: 2;
}
.contacto .container .title .der {
  border-radius: 0 0 0 25px;
}

.puntos-de-venta {
  display: flex;
  cursor: pointer;
}
@media (min-width: 991px) {
  .puntos-de-venta {
    position: absolute;
    bottom: 100%;
    right: 10%;
  }
}
@media (max-width: 992px) {
  .puntos-de-venta {
    margin-bottom: 5px;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.puntos-de-venta .izq, .puntos-de-venta .cen, .puntos-de-venta .der {
  display: inline-block;
  height: 50px;
}
.puntos-de-venta .izq, .puntos-de-venta .der {
  width: 50px;
}
.puntos-de-venta .izq {
  border-radius: 0 0 25px 0;
}
.puntos-de-venta .izq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
  background-color: white;
  height: 100%;
  width: calc(100% - 100px);
}
.puntos-de-venta .cen {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  border-radius: 25px 25px 0 0;
  z-index: 2;
}
.puntos-de-venta .der {
  border-radius: 0 0 0 25px;
}

.puntos-de-venta-modal .map {
  width: 100%;
  height: 600px;
}
.puntos-de-venta-modal .sucursal {
  display: none;
}

.footer {
  position: relative;
  font-size: 14px;
}
.footer, .footer a, .footer address {
  color: rgba(255, 255, 255, 0.5) !important;
}
@media (max-width: 992px) {
  .footer {
    overflow: hidden;
    background-color: #295aa5;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer .col {
  position: relative;
  background-color: #295aa5;
}
@media (min-width: 993px) {
  .footer .col {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .col:first-child {
    border-radius: 0 40px 0 0;
  }
  .footer .col:nth-child(3) {
    border-radius: 40px 0 0 0;
  }
}
.footer .col:first-child:before, .footer .col:last-child:after {
  content: "";
  position: absolute;
  background-color: #295aa5;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100vh;
}
.footer .col:first-child:before {
  right: 100%;
}
.footer .col:last-child:after {
  left: 100%;
}
.footer .col .nav ul li {
  font-size: 14px;
  line-height: 1.6rem;
  list-style: none;
}
.footer .brand {
  height: calc(75% + 20px);
  margin-top: -30px;
  display: flex;
  align-items: center;
  padding: 38px;
  border-radius: 0 0 100px 100px;
}
.footer .social-networks li {
  line-height: 3 !important;
}
.footer .social-networks li svg {
  margin-right: 10px;
}

.master-slider .ms-bullets {
  bottom: -30px !important;
}