@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);

.icon-mail {
  background: url(../img/svg/mail4.svg) no-repeat;
  background-size: 70%;
  background-position: center;
}
.icon-whatsapp {
  /*background: url(../img/svg/bubbles.svg) no-repeat;*/
  background: url(../img/svg/whatsapp-white.svg) no-repeat;
  background-size: 30px;
  background-position: center;
}
@font-face {
  font-family: 'GeomanistRegular';
  src: url('fonts/geomanist-regular-webfont.ttf');
  
  /*a name to be used later*/
  /*URL to font*/
}
@font-face {
  font-family: 'Panton';
  src: url('fonts/Panton-LightCaps.otf');
  
  /*a name to be used later*/
  /*URL to font*/
}
@font-face {
  font-family: 'PantonBlack';
  src: url('fonts/Panton-BlackCaps.otf');
  
  /*a name to be used later*/
  /*URL to font*/
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: #f76464;
  /*border-left: 1px solid #ccc;*/
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
body {
  overflow-x: hidden;
  font-family: 'GeomanistRegular' !important;
  font-size: 12pt;
}
.home-bg {
  min-height: 700px;
  background-image: url(../img/diseno/slider_bg.jpg);
}
.titulos h1 {
  margin-top: 300px;
  color: white;
  font-family: 'Titillium Web';
}
.titulos-int h1 {
  margin-top: 200px;
  color: white;
  font-family: 'Titillium Web';
}
@media screen and (min-width: 768px) {
  .menu-v {
    position: fixed;
    bottom: 0;
    right: 120px;
    width: 150px;
    z-index: 1000;
    font-size: 11pt;
    display: flex;
  }
  .menu-v .menu-v-item {
    padding: 5px;
    margin: 15px;
    background-color: rgba(237, 28, 36, 0.3);
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 30px;
    color: white;
    min-height: 50px;
    min-width: 50px;
  }
  .menu-v .menu-v-whatsapp {
    background-color: rgb(0, 121, 87) !important;
    padding: 5px;
    margin: 5px 0 5px 0;
    background-color: rgba(237, 28, 36, 0.3);
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 100px;
    color: white;
    width: 120px;
    height: 50px;
    cursor: pointer;
  }
  .menu-v .menu-v-whatsapp .icon-text{
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0px;
  } 
  .menu-v .menu-v-whatsapp a,
  .menu-v .menu-v-item a {
    color: #fff;
  }
  
  .menu-v .menu-v-item .icon-text {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .menu-v .mensaje {
    display: none;
  }
  .menu-v .mensaje input {
    margin: 5px 0;
    width: 100%;
    border: 0;
  }
  .menu-v .mensaje textarea {
    height: 150px;
    margin: 5px 0;
    width: 100%;
    border: 0;
  }
  .menu-v .mensaje #bot-enviar-mensaje {
    background-color: #fff;
    color: #ed1c24;
  }
}
@media screen and (max-width: 768px) {
  .menu-v {
    display: none;
  }
}
.notice-success,
.notice-error {
  display: none;
  color: #fff;
  background-color: none !important;
}
.notice-success .notice,
.notice-error .notice {
  padding: 10px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  background-color: #ff6b00;
}
.notice-success .notice-arrow,
.notice-error .notice-arrow {
  height: 30px;
  width: 100%;
  background: url(../img/svg/avisos-bg-flecha.svg) no-repeat;
  background-position: center;
}
.notice-success .notice {
  background-color: #1731ff;
}
.notice-success .notice-arrow {
  background: url(../img/svg/avisos-bg-flecha-success.svg) no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .menu-v-mobile {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 50px;
    z-index: 1090;
  }
  .menu-v-mobile .item {
    display: block;
    margin: 0 0 5px 0;
  }
  .menu-v-mobile .item img {
    width: 50px;
    height: 50px;
    padding: 8px;
    background-color: #f76464;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
}
@media (min-width: 768px) {
  .menu-v-mobile {
    display: none;
  }
}
.home-logo {
  margin-left: 5%;
  width: 290px;
  position: fixed;
  z-index: 1101;
}
@media (max-width: 768px) {
  .home-logo {
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto;
  }
}
.home-logo .logo {
  display: inline-block;
  padding-top: 0;
  margin: 0;
}
.home-logo .logo-text {
  display: inline-block;
  color: #fff;
  padding: 10px 10px 25px 10px;
  margin: 50px 10px 50px 10px;
  border-left: 1px dotted #fff;
}
.home-logo-bg {
  opacity: 0;
  width: 300px;
  height: 250px;
  background: url(../img/svg/rect_logo.svg) no-repeat;
}
.menu-top-container {
  overflow: hidden;
  height: 200px;
}
@media screen and (min-width: 960px) {
  .menu-top {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    margin-top: 80px;
    color: #ed1c24;
    text-align: center;
    position: absolute;
    left: 35%;
    top: 0;
    min-width: 700px;
  }
  .menu-top a {
    text-decoration: none;
    margin: 15px;
    color: #ed1c24;
    position: relative;
    font-size: 11pt;
  }
}
@media screen and (max-width: 960px) {
  .menu-top {
    margin-top: 80px;
    display: none;
  }
}
.menu_top_item_only {
  min-width: 100px !important;
  width: 100px !important;
  right: 0;
  top: 50px;
  margin: 0 100px 0 auto;
}
/*@media screen and (max-width: 960px) {*/
  .overlay-container-mobile {
    display: none;
    z-index: 800;
    position: fixed;
    background-color: #f76464;
    margin: 0 !important;
    overflow-x: auto;
  }
/*}
@media screen and (min-width: 960px) {
*/  .overlay-container-mobile {
    display: none;
  }
/*}*/
.ov-menu {
  z-index: 1101;
}
@media screen and (max-width: 960px) {
  .ov-menu .menu-top-mobile {
    position: relative;
    margin: 240px 25% auto 25%;
    height: 310px;
    text-align: center;
  }
  .ov-menu .menu-top-mobile a {
    text-decoration: none;
    padding: 10px;
    color: #ed1c24;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    display: block;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    margin: 10px 0 10px 0;
  }
}
@media screen and (min-width: 960px) {
  .ov-menu .menu-top-mobile {
    display: none;
  }
}
.ov-contacto {
  z-index: 1103;
}
.ov-contacto .logo {
    position: relative;
    display: block;
    max-width: 300px;
    margin: 5px auto;
}
.ov-contacto .mensaje-title {
  position: relative;
  display: block;
  color: white;
  margin: 5px auto;
  text-align: center;
  padding: 30px 0;
}
/*@media screen and (max-width: 960px) {*/
  .ov-contacto .contacto-mobile {
    position: relative;
    min-height: 350px;
    margin: 10% 20% 20% 20%;
  }
  .ov-contacto .contacto-mobile input {
    padding: 15px;
  }
  .ov-contacto .contacto-mobile input,
  .ov-contacto .contacto-mobile textarea {
    display: block;
    width: 100%;
    max-width: 500px; 
    margin: 5px auto;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
  }
  .ov-contacto .contacto-mobile textarea {
    padding-left: 15px;
    min-height: 140px;
  }
/*}*/
@media screen and (max-width: 960px) {
  .icon-menu-mobile {
    position: fixed;
    right: 80px;
    top: 80px;
    width: 50px;
    z-index: 1100;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
  }
  .icon-menu-mobile:hover {
    background-color: red;
  }
}
@media screen and (max-width: 480px) {
  .icon-menu-mobile {
    right: 7px;
    top: 7px;
  }
}
@media screen and (min-width: 960px) {
  .icon-menu-mobile {
    display: none;
  }
}
/******************************
 * HOME SLIDERS CAPTIONS
 ******************************
*/
.sliders {
  overflow: hidden;
  height: 700px;
}
.captions-container {
  margin-top: 300px;
}
@media (max-width: 480px) {
  .captions-container {
    margin-top: 400px;
  }
}
.captions-container .slide-pweb-caption {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 3px 0 0 0px;
  width: 100%;
  width: 300px;
  color: #ed1c24;
  padding: 10px;
  clear: both;
  position: relative;
  opacity: 0;
}
.captions-container .slide-pweb-caption h1 {
  font-family: 'Titillium Web';
  font-size: 20pt;
  margin: 0px;
  color: #ed1c24;
}
.captions-container .slide-pweb-caption-sub {
  background-color: rgba(255, 255, 255, 0.9);
  color: #ed1c24;
  padding: 10px;
  margin: 3px 0 0 0px;
  clear: both;
  position: relative;
  width: 100%;
  opacity: 0;
  left: 100%;
}
.captions-container .slide-pweb-caption-sub h2 {
  font-family: 'Titillium Web';
  margin: 0;
  font-weight: 500;
  color: red;
  font-size: 1.2em;
}
.captions-container .slide-pweb-caption-desc {
  background-color: rgba(255, 255, 255, 0.9);
  color: #ed1c24;
  padding: 10px;
  margin: 3px 0 0 0px;
  clear: both;
  position: relative;
  width: 100%;
  opacity: 0;
}
.captions-container .slide-pweb-caption-desc h3 {
  font-family: 'Titillium Web';
  margin: 0;
  font-weight: 500;
  color: red;
  font-size: 11pt;
}
.captions-container .slide-paginas-web {
  position: absolute;
  left: 40%;
  top: 200px;
  z-index: 10;
}
@media (max-width: 480px) {
  .captions-container .slide-paginas-web {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.captions-container .slide-paginas-web .img1,
.captions-container .slide-paginas-web .img2,
.captions-container .slide-paginas-web .img3 {
  position: absolute;
  opacity: 0;
}
.captions-container .slide-paginas-web .img3 {
  position: relative;
}
/*** SLIDE SOCIAL ****/
.slide-social {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  padding: 20px;
  top: 220px;
  left: 38%;
  border-radius: 180px;
  width: 230px;
  height: 230px;
  color: #ed1c24;
  text-align: center;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .slide-social {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 480px) {
  .slide-social {
    top: 300px;
    width: 180px;
    height: 180px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.slide-social h1,
.slide-social h2 {
  font-family: 'Titillium Web';
  color: #ed1c24;
}
.slide-social h1 {
  font-size: 18pt;
  margin-top: 30%;
  line-height: 20pt !important;
}
.slide-social h2 {
  font-size: 12pt;
  line-height: 0 !important;
}
@media (max-width: 480px) {
  .slide-social h1 {
    margin-top: 20%;
  }
}
.slide-social-circulos {
  position: absolute;
  padding: 20px;
  top: 220px;
  left: 38%;
  border-radius: 180px;
  width: 230px;
  height: 230px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .slide-social-circulos {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 480px) {
  .slide-social-circulos {
    top: 300px;
    width: 180px;
    height: 180px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.slide-social-circulos .social1,
.slide-social-circulos .social2,
.slide-social-circulos .social3,
.slide-social-circulos .social4 {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 80px;
}
.slide-social-circulos .social1 {
  left: -70px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/svg/facebook_circle_color.svg) no-repeat;
}
.slide-social-circulos .social2 {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -70px;
  background: url(../img/svg/twitter_circle_color.svg) no-repeat;
}
.slide-social-circulos .social3 {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -70px;
  background: url(../img/svg/youtube_circle_black.svg) no-repeat;
}
.slide-social-circulos .social4 {
  right: -70px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/svg/google_circle_color.svg) no-repeat;
}
/** SLIDE DEV **/
.slide-dev {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 650px;
  height: 500px;
}
.slide-dev .slide-dev-text {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  width: 0;
  height: 70px;
  position: absolute;
  top: 302px;
  left: 0;
  color: red;
  padding: 15px;
  /*15px*/
  opacity: 0;
  overflow: hidden;
}
.slide-dev .slide-dev-text h1,
.slide-dev .slide-dev-text h2 {
  font-family: 'Titillium Web';
  color: #ed1c24;
}
.slide-dev .slide-dev-text h1 {
  line-height: 30pt;
  min-width: 450px;
  font-size: 20pt;
  margin-bottom: 0px !important;
}
.slide-dev .slide-dev-text h2 {
  line-height: 18pt;
  font-size: 14pt;
  margin: 0 !important;
  min-width: 450px;
}
.slide-dev .slide-dev-line {
  width: 0px;
  /*650px*/
  height: 1px;
  background-color: white;
  position: absolute;
  top: 300px;
  left: 0;
}
.slide-dev .slide-dev-img1 {
      position: absolute;
    top: -110px;
    left: -40%;
    right: 0;
    margin: 0 auto;
    width: 238px;
    height: 421px;
    overflow: hidden;
}
.slide-dev .slide-dev-img1 img {
  margin-top:450px;
}
.slide-dev .slide-dev-img2 {
  position: absolute;
    top: 30px;
    left: 30%;
    width: 592px;
    height: 421px;
    overflow: hidden;
}
.slide-dev .slide-dev-img2 img {
  margin-top: 600px;
}
.bloq-4,
.bloq-3,
.bloq-2,
.bloq-1a, {
  overflow: hidden;
  font-size: 1.2em;
  line-height: 120%;
  min-height: 600px;
  padding-top: 50px;
  font-family: 'Titillium Web';
}
.bloq-4 h1,
.bloq-3 h1,
.bloq-2 h1,
.bloq-1 h1,
.bloq-1a h1,
.bloq-4 h2,
.bloq-3 h2,
.bloq-2 h2,
.bloq-1 h2,
.bloq-1a h2 {
  color: #ed1c24;
  font-family: 'Panton';
}
@media screen and (max-width: 768px) {
  .bloq-4 h1,
  .bloq-3 h1,
  .bloq-2 h1,
  .bloq-1 h1,
  .bloq-1a h1,
  .bloq-4 h2,
  .bloq-3 h2,
  .bloq-2 h2,
  .bloq-1 h2,
  .bloq-1a h2 {
    text-align: center;
  }
}

.bloq-4 h1 span,
.bloq-3 h1 span,
.bloq-2 h1 span,
.bloq-1 h1 span,
.bloq-1a h1 span,
.bloq-4 h2 span,
.bloq-3 h2 span,
.bloq-2 h2 span,
.bloq-1 h2 span,
.bloq-1a h2 span {
  font-family: 'PantonBlack';
}
.bloq-4 h2,
.bloq-3 h2,
.bloq-2 h2,
.bloq-1 h2,
.bloq-1a h2 {
  font-size: 20px;
  margin-bottom: 20px !important;
}
.bloq-4 h1,
.bloq-3 h1,
.bloq-2 h1,
.bloq-1 h1,
.bloq-1a h1 {
  font-size: 22pt;
  line-height: 24pt;
  margin: 30px 0 30px 0 ;
}
@media screen and (max-width: 768px) {
  .bloq-4 p,
  .bloq-3 p,
  .bloq-2 p,
  .bloq-1 p,
  .bloq-1a p {
    text-align: center;
  }
}
.bloq-4 .cita,
.bloq-3 .cita,
.bloq-2 .cita,
.bloq-1 .cita,
.bloq-1a .cita {
  font-size: 10pt;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .bloq-4,
  .bloq-3,
  .bloq-2,
  .bloq-1 {
    text-align: center;
  }
}
.bloq-4 .bloq-1-mensaje,
.bloq-3 .bloq-1-mensaje,
.bloq-2 .bloq-1-mensaje, {
  display: block;
  background-color: #ed1c24;
  padding: 5px 0 5px 30px;
  color: #fff;
  border-radius: 4px;
}
.bloq-2 {
  background: #f5f5f5;
}

.bloq-5 {
  background: #4f4f4f;
  font-family: 'Titillium Web';
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 11pt;
}
.bloq-5 a {
  color: #fff;
}
.bloq-5 .uk-grid {
  margin: 50px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .bloq-5 ul {
    margin-top: 20px;
    padding: 0;
  }
}
.bloq-5 ul li {
  list-style: none;
}
.bloq-5 ul.social-icons {
  padding: 0;
}
.bloq-5 ul.social-icons li {
  display: inline;
}
@media screen and (max-width: 768px) {
  .bloq-5 .contacto {
    padding: 10px;
  }
}
.bloq-5 .bot-enviar-mensaje {
  display: inline;
  background: #fff;
  color: #3d3d3d;
  padding: 10px;
  line-height: 24pt;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.bloq-1-mob {
  position: relative;
  min-height: 580px;
}


@media screen and (min-width: 768px) {
  .bloq-1-mob .img1 {
    margin: 0 auto 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .bloq-1-mob .img1 {
    margin: 0 0 0 auto;
  }
}
.bloq-1-mob .img2 {
  background: url(../img/diseno/diseno_web_img2.png) no-repeat;
}
@media screen and (min-width: 768px) {
  .bloq-1-mob .img2 {
    margin: -50px auto 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .bloq-1-mob .img2 {
    margin: 0 auto 0 30%;
  }
}
.bloq-1-mob .img3 {
  background: url(../img/diseno/diseno_web_img3.png) no-repeat;
}
@media screen and (min-width: 768px) {
  .bloq-1-mob .img3 {
    margin: 280px auto 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .bloq-1-mob .img3 {
    margin: 250px auto 0 35%;
  }
}
@media screen and (max-width: 768px) {
  .bloq-2-img-mob {
    position: relative;
    min-height: 550px;
  }
  
  .bloq-2-img-mob .img2 {
    position: absolute;
    height: 500px;
    width: 600px;
    left: 0px;
    right: 0;
  }
  
  .bloq-2-img-mob .img2 {
    margin: 180px auto 0 30%;
    background: url(../img/diseno/social_img2.png) no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .bloq-2-img .img1,
  .bloq-2-img .img2 {
    position: absolute;
    height: 500px;
    width: 600px;
    left: 0px;
  }
  .bloq-2-img .img1 {
    margin: -100px auto 0 auto;
    background: url(../img/diseno/social_img1.png) no-repeat;
  }
  .bloq-2-img .img2 {
    margin: 175px auto 0 auto;
    background: url(../img/diseno/social_img2.png) no-repeat;
  }
}
.bloq-3-mob {
  position: relative;
  min-height: 550px;
}
.bloq-3-mob .img1 {
  /*position: absolute;
  height: 400px;
  width: 450px;
  left: 0px;
  right: 0px;
  background: url(../img/diseno/app_img1.png) no-repeat;*/
}
@media screen and (max-width: 768px) {
  .bloq-3-mob .img1 {
    /*margin: 50px auto 0 20%;*/
  }
}
@media screen and (min-width: 768px) {
  .bloq-3-mob .img1 {
    /*margin: 0 0 0 50px;*/
  }
}
@media screen and (max-width: 768px) {
  .bloq-4-img-mob {
    position: relative;
    min-height: 550px;
  }
  .bloq-4-img-mob .img1,
  .bloq-4-img-mob .img2 {
    position: absolute;
    height: 500px;
    width: 600px;
    left: 0px;
    right: 0px;
  }
  .bloq-4-img-mob .img1 {
    margin: 30px auto 0 10%;
    background: url(../img/diseno/zoom_mant_top2.png) no-repeat;
  }
  .bloq-4-img-mob .img2 {
    margin: 180px auto 0 20%;
    background: url(../img/diseno/mantenimiento_img2.png) no-repeat;
  }
}
@media (min-width: 768px) {
  .bloq-4-img .img1,
  .bloq-4-img .img2 {
    position: absolute;
    height: 646px;
    width: 600px;
    left: 0px;
  }
  .bloq-4-img .img1 {
    margin: -49px auto 0 150px;
    background: url(../img/diseno/zoom_mant_top2.png) no-repeat;
  }
  .bloq-4-img .img2 {
    margin: 50px auto 0 0;
    background: url(../img/diseno/mantenimiento_img2.png) no-repeat;
  }
}
/***************************
* Titulos Paginas Interiores
****************************/
.titulos {
  position: relative;
  background-image: url(../img/diseno/slider_bg.jpg);
}
@media (max-width: 768px) {
  .titulos {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  .titulos {
    min-height: 300px;
  }
}
.titulos .titulos-container {
  margin: 250px 0 30px 0;
}
.titulos h1,
.titulos h2,
.titulos h3 {
  font-family: 'Titillium Web';
  color: #fff;
}
.titulos h3 {
  font-size: 20pt;
}
.titulos h1 {
  font-size: 40pt;
  margin: 0;
}
/******************************
 * PLANES WEB 
 ******************************
*/
.pw-planes-bg {
  position: relative;
  background-image: url(../img/diseno/slider_bg.jpg);
}
@media (max-width: 768px) {
  .pw-planes-bg {
    min-height: 600px;
  }
}
@media (min-width: 768px) {
  .pw-planes-bg {
    min-height: 780px;
  }
}
.pw-planes-titulo {
  position: absolute;
  margin: 0 auto 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.pw-planes-titulo h1,
.pw-planes-titulo h2,
.pw-planes-titulo h3 {
  font-family: 'Titillium Web';
  color: #fff;
}
.pw-planes-titulo h3 {
  font-size: 20pt;
}
.pw-planes-titulo h1 {
  font-size: 40pt;
  margin: 0;
}
.pw-planes-titulo h2 {
  margin: 20px 0 30px 0;
}
.pw-planes-desc {
  margin-top: 50px;
  font-family: 'Titillium Web';
}
.pw-planes-desc h1 {
  color: #ed1c24;
  font-family: 'Titillium Web';
}
.pw-planes-icons {
  font-family: 'Titillium Web';
}
.pw-planes-icons h3 {
  color: #ed1c24;
  font-family: 'Titillium Web';
  font-weight: 600;
}
.pw-planes-icons img {
  height: 100px;
}
.pw-planes-icons .ico-wordpress img {
  width: 100px;
}
.pw-planes-icons .ico-hosting img {
  height: auto;
  width: 150px;
}
.pw-planes-tc {
  margin: 30px 0 30px 0;
  background: #8a97aa;
}
.pw-planes-tc h3 {
  padding: 20px;
  color: #fff;
  font-family: 'Titillium Web';
}
.pw-planes {
  font-family: 'Titillium Web';
}
.pw-planes h1 {
  padding-top: 50px;
  font-family: 'Titillium Web';
  font-size: 34pt;
}
.pw-planes h1 span {
  font-size: 14pt;
}
.pw-planes h2 {
  font-family: 'Titillium Web';
}
.pw-planes h2 span {
  font-size: 14pt;
}
.pw-planes ul {
  list-style: none;
  -webkit-padding-start: 0px;
}
.pw-planes ul li {
  line-height: 34pt;
  border-bottom: #cdcdcd solid 1px;
}
.pw-planes h3 {
  font-size: 18pt;
  background: #f76464;
  font-family: 'Titillium Web';
  color: #fff;
  padding: 20px;
  margin-bottom: 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.pw-planes .pw-promo {
  display: block;
  margin-top: 35px;
  padding: 15px;
  background-color: #f4e04a;
  color: #ed1c24;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.boton {
  display: block;
  padding: 20px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  background: #5289d4;
  color: #fff;
  font-size: 18pt;
  margin: 10px 0;
}
.boton:hover {
  color: #fff;
  text-decoration: none;
  background: #759dd4;
}
.icon-close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 20px;
  top: 20px;
  cursor: hand;
  cursor: pointer;
  background: url(../img/svg/close.svg);
}
@media screen and (max-width: 480px) {
  .icon-close {
    right: 10px;
    top: 10px;
  }
}
/*
 * SHOP CART
 */
.margin-top {
  margin-top: 100px;
}
.margin-top-50 {
  margin-top: 50px;
}
.uk-icon-check-circle {
  margin: 10px !important;
}
.bloq-shop-cart-return,
.bloq-shop-cart {
  padding-top: 50px;
}
.bloq-shop-cart-return h2,
.bloq-shop-cart h2 {
  color: #ed1c24;
}
.bloq-shop-cart-return .boton,
.bloq-shop-cart .boton {
  border: none;
  min-width: 50%;
  margin: 50px auto 15px auto;
}
.bloq-shop-cart-return .input-nombre,
.bloq-shop-cart .input-nombre,
.bloq-shop-cart-return .input-email,
.bloq-shop-cart .input-email,
.bloq-shop-cart-return .input-telefono,
.bloq-shop-cart .input-telefono {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border: #d3d3d3 1px solid;
  padding: 10px;
  width: 100%;
}
.bloq-shop-cart-return ul li,
.bloq-shop-cart ul li {
  line-height: 45px;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}
.bloq-shop-cart-return ul li:hover,
.bloq-shop-cart ul li:hover {
  background: #f4f4f4;
}
.bloq-shop-cart-return .selected,
.bloq-shop-cart .selected {
  background: #f0f0f0;
}
.bloq-shop-cart-return input.error,
.bloq-shop-cart input.error {
  border: 1px solid red;
}
.bloq-shop-cart-return label.error::before,
.bloq-shop-cart label.error::before {
  content: 'Error';
  background: red;
  color: white;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  padding: 5px;
  margin: 5px;
}
.bloq-shop-cart-return label.error,
.bloq-shop-cart label.error {
  color: red;
  margin: 5px;
}
.bloq-shop-cart-return img,
.bloq-shop-cart img {
  margin: 5px 10px;
}
.shop-cart-bg {
  min-height: 300px;
  background-image: url(../img/diseno/slider_bg.jpg);
}
.shop-cart-bg h1 {
  margin: 230px 0 40px 0;
}
.shop-cart thead {
  background-color: #f7f7f7 !important;
}
.shop-cart td {
  border-bottom: 1px solid #d1d1d1 !important;
}
.uk-form select {
  height: 60px !important;
}
.grid-margin-rows {
  margin: 5px 0;
}

