/** ESTILOS **/
body, html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'SourceSansPro-Regular', Arial, sans-serif;
  color: #4B4A4B;
}

a {
  color: #009C3B;
}

a:hover {
  color: #113c2b;
  text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', Arial, sans-serif;
}
h2{
  font-size: 20px;
  line-height: 34px;
  color: #4B4A4B;
}
section {
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  
}
::-moz-selection {
  color: #fff;
  background: #009c3b;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #009c3b;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

body {
  -webkit-tap-highlight-color: transparent;
}

.text-muted {
  color: #333!important;
}
.verde{
  color: #00973F !important;
}
/*Fonts*/
@font-face {
  font-family: 'Merriweather';
  src:url('../fonts/Merriweather-Regular.woff') format('woff'),
  url('../fonts/Merriweather-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("./fonts/SourceSansPro-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/SourceSansPro-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("./fonts/SourceSansPro-Bold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/SourceSansPro-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/*common-grid*/

.nopadding {
  padding: 0;
}

.btn {
  border: none;
  font-family: 'SourceSansPro-Regular', Arial, sans-serif;
  font-size: 20px;
  display: block;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  margin-top: 1.5rem;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #009c3b !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #113c2b;
  border-color: #113c2b;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary, .btn-primary:focus, .btn-primary:active {
  box-shadow: none;
}
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color:#009c3b;
  border-color: #009c3b;
  box-shadow: none;
}


@media screen and (min-width: 1320px) {
  .container{
    max-width: 1195px;
  }
}

/*******/
/* nav */
/*******/

.nav {
  background-color: #fff;
  padding-left: 5px;
  /*position: fixed;*/
  top: 0;
  left: 0;
  z-index: 1200;
  width: 100%;
  height: 69px;
  align-items: center;
}
.nav .logo{
  width: 110px;
}
@media (min-width: 992px){
  .nav {
    height: 101px;
    padding: 0px 0;
  }
  .nav .logo{
    width: 185px;
  }
}

/**********/
/* header */
/**********/
.main-header {
  margin-top: 0px;
  background: url('../img/bg-header-movil.jpg') no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  background-position: center;
}
.main-header .overlay{
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  background: url(../img/bg-overlay-movil.svg);
  background-size: cover;
  width: 100%;
  height: 490px;
  z-index: 1;
}

.gallery-box{
  height: calc(100vh - 69px);
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
}
.box-content {
  z-index: 9;
}
.box-content h1 {
  font-family: 'Merriweather', sans-serif;
  font-size: 26px;
  letter-spacing: 0px;
}
.box-content .logo-header{
  width: 278px;
  margin-bottom: 20px;
}
.box-content .project-category {
  font-size: 24px;
  line-height: 38px;
  text-shadow: 2px 2px 2px #000;
}
.box-content .project-category strong{
  letter-spacing: -1px;  
}
.btn-verde{
  width: 100%;
  height: 51px;
  background-color: #00973F;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px; 
}

@media (min-width: 768px){
  .gallery-box{
    align-items: center;
  }
}
@media (min-width: 992px){
  .main-header{    
    background: url('../img/bg-header.jpg') no-repeat;
    background-size: cover;
  }
  .gallery-box{
    height: calc(100vh - 101px);
    align-items: center;
    padding-left: 0px;
  }
  .main-header .overlay{
    background: url(../img/bg-overlay-desktop.svg);
    background-size: cover;
    background-repeat: repeat-x;
    width: 100%;
    height: 80%;
    z-index: 1;
  }
  .box-content h1 {
    font-size: 49px;
    line-height: 80px;
  }
  .box-content .project-category {
    font-size: 30px;
    max-width: 550px;
  }
  .btn-verde{
    margin-bottom: 0px;
    margin-left: 0px; 
    max-width: 259px;
    transition: 0.5s all;
  }
  .btn-verde:hover{
    background-color: #000;
    color: #fff;
  }
}
@media (min-width: 1200px){
  .box-content{
    margin-top: 20%;
  }   
  .box-content .logo-header{
    width: 509px;
    margin-bottom: 30px;
  }
}
/** IPAD PRO **/
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .main-header {
      margin-top: 0px;
      background: url('../img/bg-header-movil.jpg') no-repeat;
      background-size: cover;
      width: 100%;
      position: relative;
      background-position: center;
    }

}

/************/
/* Ayudanos */
/************/
.ayudanos{
  background-color: #f8f8f8;
  padding-top: 0px;
  padding-bottom: 50px;
  width: 100%;
  overflow-x: hidden;
}
.col-video{
  padding-left: 0px;
  padding-right: 0px;
}
.col-video .video-box{
  position: relative;
}
.col-video .video-box img{
  width: 100%;
}
.col-video .video-box .play-btn{
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255,255,255,1);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 7px; 
  cursor: pointer;
  -webkit-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75);
box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.75);
}
.col-video .video-box .play-btn img{
  width: 56px;
}
.ayudanos .col-txt{
  padding-left: 20px;
  padding-right: 20px;
}
.ayudanos .col-txt .box-txt{
  padding-top: 37px;
  text-align: center;
}
.ayudanos .col-txt .box-txt h2{
  color: #4b4b4b;
  font-size: 20px;
  line-height: 34px;
}
.ayudanos .col-txt .box-txt p{
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
}
.ayudanos .box-ya-soy-cliente{
  display: none;
}
.ayudanos .box-no-soy-cliente{
  display: none;
}
.box-primary{}
/**********************/
/** NUEVO FORM MODAL **/
/**********************/



.bg-gris{
  border-top-left-radius: 20px !important; 
  border-bottom-left-radius: 20px !important; 
  background-color: #E9E9E9;
  padding:70px 50px !important;
}
.bg-blanco {
      border-top-right-radius: 20px !important;
      border-bottom-right-radius: 20px !important;
      padding: 70px 15px !important;
}
.claim-box h2.h2-form-movil{
  font-size: 16px;
  line-height: 22px;
}
.claim-box div.form-text-group h3 {
    font-family: 'Merriweather';
    font-size: 20px;
}
.claim-box div.form-text-group p {
    font-size: 18px;
    line-height: 28px;
}
.claim-box h2{
  font-size: 30px;
    line-height: 38px;
    font-family: 'Merriweather';
}
.verde{
  color: #00973F;
}
.claim-box input[type="text"]{
  border-radius: 0px !important;
  font-size:15px !important;
  background-color: rgba(255,255,255,1);
}
textarea:focus,
input[type="text"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(0, 151, 63, 1);
  box-shadow: none;
  outline: 0 none;
  border-width: 2px;
}
.claim-box  div.form-group {
  position: relative;
}
.claim-box .form-control + label {
    position: absolute !important;
    left: 10px !important;
    width: 100% !important;
    top: 8px !important;
    color: #dddddd !important;
    transition: 0.3s !important;
    z-index: 1 !important;
    letter-spacing: 0.5px !important;
    font-size: 12px !important;
}
.claim-box input[type="text"]:focus + label{
  top: 100%;
  margin-top: -30px;
  left: 0px !important;
  font-size: 12px !important;
  font-weight: 700;
  color: #00973F !important;
}
/*CUSTOM STYLES FOR CHECKBOXS*/
.form-check {
  padding-left: 0;
  padding-bottom: 10px;
}
input[type="checkbox"] {
  display:none !important;
}
label.form-check-label span, label.mauticform-checkboxgrp-label span {
  display:inline-block;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  width:15px;
  height:45px;
  vertical-align:middle;
  background:url(../img/icons/checkbox-off.svg) left top no-repeat;
  cursor:pointer;
}
/*input[type="checkbox"]:checked + span { valido para el daas en beta*/
/*input[type="checkbox"]:checked ~ label span {*/
/*input[type="checkbox"]:checked + label span {*/

input[type="checkbox"]:checked + .form-check-label span {
    background:url(../img/icons/checkbox-on.svg) top no-repeat;
}
input[type="checkbox"]:checked + label .form-check-label span {
  background:url(../img/icons/checkbox-on.svg) top no-repeat;
}
/** INSTANCIA PRO **/
.mauticform_wrapper{
  margin-top: -40px;
}
.mauticform-page-wrapper{
  margin-top: 50px;
}
.mauticform-row.col-6{
  width: 50% !important;
  max-width: 50% !important;
  float: left;
}
.mauticform-errormsg{
  color: red !important;
  font-size: 13px !important;
}
.mauticform-page-wrapper .form-group {
    margin-bottom: 1rem;
}
.claim-box label.mauticform-label {
    position: absolute !important;
    left: 10px !important;
    width: 100% !important;
    top: 10px !important;
    color: #dddddd !important;
    transition: 0.3s !important;
    z-index: 1 !important;
    letter-spacing: 0.5px !important;
    font-size: 12px !important;
    text-align: left;
}
.claim-box input[type="text"]:focus ~ label.mauticform-label{
  top: 100%;
  margin-top: -30px;
  left: 0px !important;
  font-size: 12px !important;
  font-weight: 700;
  color: #00973F !important;
}
.claim-box #mauticform_formopcionthermomix_codigo_postal{
  max-height: 39px;
  clear: both;
}
.claim-box .mauticform-checkboxgrp-label{
  font-size: 12px !important;
  text-align: left;
}
input[type="checkbox"]:checked + span {
    background:url(../img/icons/checkbox-on.svg) top no-repeat;
}
input[type="checkbox"]:checked + label.mauticform-checkboxgrp-label span {
  background:url(../img/icons/checkbox-on.svg) top no-repeat;
}
#mauticform_formcomprarthermomixmodal_disclaimer{
  margin-top: 40px !important;
}
/** FIN INSTANCIA PRO **/

.claim-box p.small{
  font-size: 100% !important;
  font-size: 12px !important;
  line-height: 22px;
  text-align: left;
}

/**************************/
/** FIN NUEVO FORM MODAL **/
/**************************/
@media (min-width: 768px){
  .ayudanos .btn-verde{
    max-width: 429px;
    margin-left: auto;
    margin-right: auto;
  }
}  
@media (min-width: 992px){
  .ayudanos{
    padding-top: 80px; 
    padding-bottom: 80px; 

  }
  .ayudanos .col-txt .box-txt{
    padding-top: 0px;
  }
}
@media (min-width: 1200px){
  .ayudanos{
    padding-top: 162px; 
    padding-bottom: 162px; 
  }
.col-video .video-box img{
    max-width: 788px;
  }
.col-video .video-box .play-btn{
    width: 80px;
    height: 80px;
    padding-top: 5px; 
  }
.col-video .video-box .play-btn img{
    width: 70px;
  }
  .ayudanos .col-txt .box-txt{
    background-color: #fff;
    max-width: 542px;
    padding: 50px 57px 63px;
    border-radius: 29px;
  }
  .ayudanos .col-txt .box-txt h2{
    font-size: 34px;
    line-height: 50px;
  }

}

/************************/
/** Opciones Thermomix **/ 
/************************/
.opciones{
  /*background-color: #F8F8F8;*/
  background-color: #fff;
}
.opciones .col-img{
  padding-left: 0px;
  padding-right: 0px;
}
.opciones .img-box{
  position: relative;
}
.opciones .badge-green{
  position: absolute;
  width: 102px;
  height: 102px;
  background-image: url(../img/bg-badge.svg);
  background-size: cover;
  display: block;
  top: -5px;
  right: 40px;
  padding-top: 24px;
}
.opciones .badge-green p{
  font-family: 'Merriweather';
  font-size: 12px;
  color: #fff;
  width: 55px;
  margin:auto;
  text-align: center;
}
.opciones .badge-green p span{
  font-size: 20px;
}
.opciones .img-desktop{
  width: 120%;
}
.opciones .col-txt h2{
  color: #4B4A4B;
  font-size: 20px;
  text-align: center;
}
.opciones .col-txt h2.pb20{
  padding-bottom: 20px !important;
  margin-bottom: 0px;
}
.opciones .col-txt p{
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
}
.opciones .btn-verde{
  margin-bottom: 0px;
}
.opciones .box-no-soy-cliente-opciones{
  display: none;
}
.opciones .col-txt .box-txt {
    padding-top: 0px;
    text-align: center;
}
@media (min-width: 400px){
  .opciones .badge-green{
    top: 11px;
    right: 15%;
  }
}
@media (min-width: 565px){
  .opciones .badge-green{
    right: 140px;
    top: 40px;
  }
}
@media (min-width: 768px){
  .opciones .badge-green{
    right: 25%;
    top: 110px;
  }
  .opciones .btn-verde{
    max-width: 429px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px){
  .opciones{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .opciones .badge-green{    
    top: -10px;
    right: 10%;
  }
  .opciones .img-desktop {
    width: 170%;
    position: relative;
    left: -25%;
  }
  
  .opciones .col-txt {
    padding-top: 0px;
  }
  .opciones .col-txt h2{
    font-size: 35px;
    line-height: 50px;
    text-align: left;
  }
  .opciones .col-txt p{
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1200px){
  .opciones{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .opciones .col-txt {
    /*padding-top: 120px;*/
    padding-top: 0px;
  }
  .opciones .img-desktop {
    width: 170%;
    position: relative;
    left: -40%;
  }
  .opciones .badge-green{
    width: 178px;
    height: 178px;
    top: -52px;
    right: 15%;
    padding-top: 35px;
  }
  .opciones .badge-green p{
    font-size: 18px;
    width: 88px;
    padding-top: 14px;
    text-align: center;
  }
  .opciones .badge-green p span{
    font-size: 37px;
  }
  .opciones .btn-verde{
    max-width: 259px;
    margin-left: 0;
  }
  .opciones .col-txt .box-txt {
    padding-top: 0px;
    text-align: left;
}
}
@media (min-width: 1300px){
  .opciones .badge-green{
    right: 12%;
  }
}
@media (min-width: 1400px){
  .opciones .img-desktop {
    width: 120%;
    position: initial;
  }
}
@media (min-width: 1500px){
  .opciones .badge-green {
      top: 0px;
      right: 13%;
  }
}
@media (min-width: 1500px){
  .opciones .badge-green {
    top: 20px;
    right: 18%;
  }
}

/***********/
/** Plazo **/
/***********/

.plazo .card{
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  border-radius: 0px;
  border: 1px solid #DBDBDB;
  background-color: #f8f8f8;
}
.plazo .card-img-top {
    width: 60%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 30px auto;
}
.plazo .card-body{
  padding: 28px 20px;   
}
.plazo .card-title{
  font-family: 'SourceSansPro-Regular', Arial;
  font-size: 20px;
  font-weight: 800;
  color: #4B4A4B;
}
.plazo .card-text{
  font-size: 18px;
  line-height: 32px;
}
.btn-blanco{
  background-color: #fff !important;
  border: 1px solid #00973F;
  color: #00973F;
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s all;
}
.btn-blanco:hover{
  background-color: #00973F !important;
  color: #fff;
}
@media (min-width: 576px){
  .plazo .card{
    flex: unset;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px){
  .plazo{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .plazo h2{
    font-size: 35px;
    margin-bottom: 30px;
  }
  .plazo .card{
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 0px;
    width: 100%;
    flex: 1 0 0%;
    border: 0px;
  }
  .plazo .card:first-child{
    margin-left: 0px;
  }
  .plazo .card:last-child{
    margin-right: 0px;
  }
  .plazo .card-body{
    background-color: #F8F8F8;
    padding: 28px 10px;   
  }
  .plazo .card-title{
    font-size: 25px;
  }
  .plazo .card-text{
    font-size: 20px;
    line-height: 32px;
    min-height: 100px;
  }
  .btn-blanco{
    background-color: #F8F8F8 !important;
  }

}
/**********************/
/** Opcion thermomix **/
/**********************/
.opcion-thermomix{
  background-color: #F8F8F8;
  padding-top: 50px;
  padding-bottom: 15px;
}
.opcion-thermomix .card{
  border: 0px;
}
.opcion-thermomix .card-body{
  background-color: #F8F8F8;
}
.opcion-thermomix .card-title{
  font-weight: 700;
  font-size: 38px;
}
.opcion-thermomix .card-title:before{
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  background-color: #00973F;
  margin: 20px auto 8px;
}
.opcion-thermomix  h5{
  font-family: 'Open Sans', Arial;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 32px;
}
.opcion-thermomix .card-text{
  font-size: 18px;
  line-height: 32px;
}
.opcion-thermomix .btn-blanco{
    background-color: #F8F8F8;
    max-width: 211px;
}
@media (min-width: 992px){
  .opcion-thermomix{
    padding-top: 100px;
    padding-bottom: 75px;
  }
  .opcion-thermomix h2{
    font-size: 35px;
    margin-bottom: 30px;
    max-width: 600px;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .opcion-thermomix  h5{
    font-size: 26px;
    line-height: 36px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .opcion-thermomix .card-text{
    font-size: 20px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
/***************/
/** Thermomix **/
/***************/
.thermomix{
  width: 100%;
  overflow: hidden;
}

.thermomix .text-box{
  border-radius: 29px;
  background-color: #f8f8f8;
  width: 100%;
  padding: 57px 15px 31px; 
}
.thermomix .text-box .btn-verde{
  margin-bottom: 0px;
  max-width: 267px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px){
  .thermomix .text-box{
    width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 57px 15px 31px; 
  }
}
@media (min-width: 992px){
  .thermomix{
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .thermomix .img-desktop{
    max-width: 150%;
    margin-left: -200px;
  }
  .thermomix .col-txt{
    padding-top: 70px;
  }
  .thermomix .text-box{    
    width: 100%;
    width: 439px;
    padding: 60px;
    margin-left: -110px;
  }
  .thermomix h2{
    font-size: 28px;
    line-height: 46px;
  }
}
@media (min-width: 1200px){
  .thermomix .text-box{ 
    margin-left: -60px;
  }
  .thermomix h2{
    font-size: 34px;
    line-height: 50px;
  }

}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .thermomix .text-box {
        width: 100%;
        width: 439px;
        padding: 60px;
        margin-left: -159px;
        margin-top: -30px;
    }

}
/* footer */

.footer-grid {
  background-color: #4B4A4B;
  padding: 40px 0 20px;
}
.logo-footer{
  max-width: 180px;
  margin-bottom: 40px;
}
.footer-links-below li{
  text-align: center;  
}
.footer-links-below a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  line-height: 52px;
}

.footer-links-below a:hover {
  color: #fff;
}

.bottom-bar{
  background-color: #333333;
  padding: 23px 0;
}
.copy {
  color: #fff;
  font-size: 18px;
}
@media (min-width: 992px){
  .logo-footer{
    max-width: 230px;
    margin-bottom: 20px;
  }
  .footer-links-below ul{
    float: right;
  }
  .footer-links-below li{
    text-align: left;
    float: left;  
    margin-left: 20px;
  }
  .footer-links-below li:after{
    content: '·';
    font-size: 30px;
    display: inline-block;
    color: #fff;
    margin-left: 20px;
    position: relative;
    top: 5px;
  }
  .footer-links-below li:last-child:after{
    display: none;
  }
  .footer-links-below a {
    font-weight: 700;
    line-height: 52px;
  }
}

.up {
  font-family: 'Conv_UniversLTPro-55Roman_0';
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 15px;
  background-color: #47b975;
  position: fixed;
  bottom: 20px;
  right: 60px;
  z-index: 800;
}

@media (max-width: 600px) {
  .up {
    right: 5px;
    display: none;
  }
  .up span {
    display: none;
  }
}

.information-evt-text-two span {
  color: #113c2b;
}

.information-evt-text-two strong {
  color: #009c3b;
  font-size: 26px;
  font-weight: normal;
}

.newsletter-text label {
  float: left;
  display: inline-block;
  width: 85%;
  font-size: 14px;
  line-height: 17px;
}
#cookie-bar{
  padding: 10px;
  background-color: #009c3b;
  z-index: 9999;
  color: #ffffff;
}
#cookie-bar p > a {
  color: #ffffff;
}
#cookie-bar .cb-enable {
    background: #333333;
    padding: 5px 20px;
    color: #ffffff;
}
#cookie-bar .cb-enable:hover {
    background: #333333;
    padding: 5px 20px;
}
/************/
/** MODALS **/
/************/
.modal-informativo {
  top: 8%;
}
.modal-informativo .modal-dialog {
    max-width: 95%;
    margin: 0px auto;
}
.modal-informativo .modal-header{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0;
}

.modal-informativo .modal-content {
    border-radius: 4px !important;
}
.modal-informativo .modal-body{
  padding:15px !important;
}
.modal-informativo .close{
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 9999;
  width: 39px !important;
  height: 39px;
  -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -khtml-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: white;
  text-align: center;
  padding:0px;
  /*padding-top: 6px;*/
  margin:0px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.modal-informativo .close:not(*:root) {

}
.modal-informativo .heading{
  font-size: 20px;
}
.modal-informativo p{
  margin-top: 20px;
  font-size: 16px;
}
.modal-informativo a{
  color: #0093FF;
}
.modal-informativo .logo-modal{
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.modal-informativo .bg-beige{
  background-color: #f8f8f8;
}
.modal-informativo .col-tiempo{
  font-size: 37px;
  font-weight: 700;
  background-color: #4B4A4B;
  height: 84px;
  padding-top: 5px;
}
.modal-informativo .col-tiempo span{
  display: block;
  font-weight: 700;
  font-size: 21px;
  margin-top: -15px;
}
.modal-informativo .col-cuotas{
  font-size: 14px;
  padding-top: 12px;
}
.modal-informativo .col-cuotas b{
  font-size: 20px;
  position: relative;
  top: 3px;
}
.modal-informativo .col-cuotas span{
  font-size: 20px;
  font-weight: 700;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.modal-body {
    max-height: 80vh;
    overflow-y: auto;
}
.modal-body h1{
  font-size: 22px;
}
.modal-video .modal-header{
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0;
}
.modal-video .modal-body{
  padding:0px !important;
}

@media (min-width: 575px) {
  /*.btn-verde{
    max-width: 280px !important;
    margin-left: auto;
    margin-right: auto;
  }*/
  .modal-informativo.modal-cuotas .row{
    width: 100%;
    margin-left: 0px !important; 
    margin-right: 0px !important; 
  }
  .modal-informativo .col-cuotas{
    font-size: 14px;
    padding-top: 22px;
  }

}
@media (min-width: 768px) {
  .modal-informativo.modal-cuotas .modal-dialog {
    max-width: 800px;
  }
  .modal-informativo .col-cuotas{
    font-size: 16px;
    padding-top: 22px;
  }
  .modal-informativo .col-cuotas b{
    font-size: 26px;
    position: relative;
    top: 3px;
  }
  .modal-informativo .col-cuotas span{
    font-size: 26px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 3px;
  }
  .img-coutas-modal{
    max-width: 233%;
    margin-left: -88px;
    margin-top: -20px;
  }
  .img-cuotas-modal-2{
    max-width: 100% !important;
    position: absolute;
    left: 0px;
    top: -25px;
  }
  .modal-informativo .col-tiempo{
    height: 100px;
    padding-top: 10px;
  }
}
@media (min-width: 800px) {
  .modal-informativo.modal-cuotas .row{
    width: auto;
    margin-left: -15px !important; 
    margin-right: -15px !important; 
  }
  .modal-informativo {
    top:20%;
  }
  .modal-informativo .modal-dialog {
    max-width: 670px;
    margin: 30px auto;
  }
  .modal-informativo .modal-body{
    padding:30px 50px 50px !important;
  }
  .modal-informativo .close{
    top: -17px;
    right: -17px;
  }
  .modal-informativo .heading{
    font-size: 24px;
  }
  .modal-informativo p{
    margin-top: 20px;
    font-size: 20px;
  }
  .modal-informativo.modal-cuotas .modal-dialog {
    max-width: 900px;
  }
  .modal-video .modal-body{
    padding:0px !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-deck {
    width: 100%;      
  }
  .card-group{
    width: 100%;   
  }
  .plazo .card-img-top{
    height: 60%; 
  }
  /*.opcion-thermomix{
    padding-bottom: 140px;
  }*/
  .card-img-top{
    height: 50%; 
  }

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1200px){
  .opciones .img-desktop{
    left: -35%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1400px){
  .opciones .img-desktop{
    left: 0;
  }
}