@font-face {
    font-family: 'Montserrat-Regular';
    src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-display: auto;
    font-style: normal
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff");
    font-weight: normal;
    font-display: auto;
    font-style: normal
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff");
    font-weight: normal;
    font-display: auto;
    font-style: normal
}
html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 400;
    line-height: 2;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 600;
}
h1 {
    font-size: 32pt;
}
h2 {
    font-size: 28pt;
}
h3 {
    font-size: 22pt;
}
h4 {
    font-size: 16pt;
}
h5 {
    font-size: 14pt;
}
h6 {
    font-size: 12pt;
}
p {
    font-size: 11pt;
}
.text-center{
    width: 100%;
    padding:0px 25px;
    margin-bottom:10px;
}
button.btn {
    font-family: 'Montserrat-Regular', sans-serif;
    background-color:#01538B;
    color: #ffffff;
    font-size: 15px;
    margin:10px 0px;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
}
.form-group{
    width: 100%;
    padding: 0px 25px;
    margin-bottom:3px;
}
label{
    margin-bottom: 0px;
     font-family: 'Montserrat-Medium', sans-serif;
     font-size: 15px;
     color:#686868;
}
/*.input-group {
    width: 100%;
    padding: 10px 15px;
}
input, textarea {
    border: 0px !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd !important;
}*/
.btn-default {
    color: #616161;
    background: #fff;
    border-radius: 30px;
    padding: 15px 70px;
    font-size:12pt;
    border: none;
    transition: .2s all ease-in-out;
}
.btn-default:hover {
    background:#616161;
    color: #fff;
}
/*Logo */
.logo{
    width: 135px;
    margin-top:-30px;
}
.logo img{
    width: 100%;
}
/* Slider */
body#gracias .slider{
    background:none!important;
}
body#gracias .slider-left span.gracias, body#gracias .slider-left p.normal {
    color:#004A71!important;
}
.slider {
    background: url('bg_2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    border-radius: none;
}
.jumbotron{
    border-radius: 0rem;
}
.slider h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.slider-left {
    margin-top:100px;
    font-family: 'Montserrat-Medium';
    font-size: 26px;
    color: #fff;
    font-weight: 400;
}
.slider-left p{
    text-transform: uppercase;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 23px;
}
@media (max-width: 769px){
    .slider-left p{
    text-transform: uppercase;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 19px;
}
}
.slider-left h1 span{
    /*font-size: calc(20px + 6 * ((100vw - 320px) / 680));*/
    font-size:30px;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 400;
}
.slider-left p.normal{
    font-family: 'Montserrat-Regular', sans-serif;
    text-transform: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.chimisito{
    width: 100%;
}
.chimisito img{
    width: 100%;
}
.slider-left h1{
    font-size: 30px;
    line-height: 50px;
    font-family: 'Montserrat-Bold', sans-serif;
}
@media (max-width: 1200px){
    .slider-left h1{
   font-size: calc(18px + 6 * ((100vw - 320px) / 680));
    line-height: 29px;
    font-family: 'Montserrat-Bold', sans-serif;
}
    .slider-left h1 span{
        font-size: calc(18px + 6 * ((100vw - 320px) / 680));
    line-height: 29px;
    }
}
.slider-left span.gracias{
    font-size: 37pt;
    line-height: 50px;
    font-family: 'Montserrat-Bold', sans-serif;
    text-transform: capitalize;
}
@media screen and (min-width: 320px) {
  .slider-left span.gracias {
    /*font-size: calc(20px + 6 * ((100vw - 320px) / 680));*/
    font-size:30px;
  }
}
@media (max-width: 992px) {
    .slider-left h1{
   font-size: calc(12px + 6 * ((100vw - 320px) / 680));
    line-height: 29px;
    font-family: 'Montserrat-Bold', sans-serif;
}
    .slider-left h1 span{
        font-size: calc(12px + 6 * ((100vw - 320px) / 680));
    line-height: 29px;
    }
}
.slider-right{
    margin-top:-40px;
}
form.join-now {
    background:#fff;
    border-radius: 5px;
    padding-top:10px;
    padding-bottom: 10px;
      margin-top:-60px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
form.join-now h2 {
    color: #686868;
    padding: 20px 5px;
    margin: 0px;
}

form.join-now small {
    color: #aaaaaa;
    width: 100%;
    display: block;
    margin: 10px 0px;
}
/*.btn-join-now {
    background: #fff;
    border-radius: 30px;
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: 600;
    color: #48abfb;
    padding: 10px 60px;
    margin: 5px 0px 30px;
    box-shadow: 0px 0px 10px #ddd;
    transition: .2s all ease-in-out;
}*()
.btn-join-now:hover {
    background: #48abfb;
    color: #fff;
}

/*CLOUDMOBILE-CAPPTUS*/
section#cloudmobile-capptus{
    /*background-image: url('bg_2.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    background-position: top;
    border-radius: none;*/
    margin-top:-30px;
}
section#cloudmobile-capptus .container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.cloudmobile{
    padding-top:10em;
}
.cloudmobile .text-right, .foto-imagen .text-right{
    text-align: right;
    width: 100%;
}
.cloudmobile .text-right img{
    width:90%;
}
.foto-imagen .text-right{
    width: 100%;
}
.cloudmobile .text-left{
    text-align: left;
    width: 100%;
}
.cloudmobile .text-left img{
    width:55%;
}
.cloudmobile .text-left p{
    margin-top:30px;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color:#6D6D6D;
    line-height: 25px;
}

/*METODOLOGIA*/
section#metodologia{
    background-color:#f8f8f8;
    padding-bottom:30px;
}
.title{
    text-align: center;
    width: 100%;
}
.title h2{
    text-align: center;
    font-size: 23px;
    font-family: 'Montserrat-Regular';
    color: #767676;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom:20px;
}
.title h2 span{
    font-weight: 800;
}
.title p, .foto-content p{
    margin-top:20px;
    color:#767676;
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5px;
    font-weight: 300;
}
.foto-content  p{
    line-height: 26px;
}
.title img{
    max-width: 100%;
    margin-top:20px;
}
section#metodologia button.btn {
    font-family: 'Montserrat-Regular', sans-serif;
    background-color:#01538B;
    color: #ffffff;
    font-size: 15px;
    margin:10px 0px;
    display: block;
    width: 35%;
    height: calc(1.5em + .75rem + 2px);
}
section#contacto{
    background-color:#0082b9;
    z-index: -9;
    margin-top:100px;
}
section#contacto .title h2{
    text-align: left;
    font-size: 23px;
    font-family: 'Montserrat-Regular';
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom:20px;
}
section#contacto .title p{
    margin-top:20px;
    text-align: left;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5px;
    font-weight: 300;
}
section#contacto .title img{
    width: 100%;
}
section#contacto form{
    margin-top:-60px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
section#contacto form.join-now h2{
    font-size: 16px;
    margin-bottom: 30px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 400;
    text-transform: uppercase;

}
@media (max-width: 575px){
    .cloudmobile{
        padding-top:40px;
        padding-left:25px;
        padding-right:25px;
    }
    .cloudmobile .text-left{
        text-align: center;
    }
    .cloudmobile .text-left p{
        font-size: 16px;
    }
    .cloudmobile .text-right img, .foto-imagen .text-right img{
        width: 100%;
    }
    section#metodologia button.btn{
        width: 80%;
    }
    .slider-right{
        margin-top:0px;
    }
}
.foto-content{
    padding-left:3rem;
    padding-right: 0rem;
}
@media (max-width: 769px){
    .foto-content{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .slider-right{
        margin-top:85px;
    }
}
.foto-content h3{
    color:#767676;
    font-weight: 400;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
}
.foto-imagen{
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
}
@media (max-width: 769px){
    .foto-imagen{
        display:none;
        width: 100%;
    position: absolute;
    right: 0;
    }
}
.foto-imagen img{
    width: 85%;
    position: absolute;
    right: 0;
}
.g-recaptcha iframe {
    max-width: 100% !important;
    transform:scale(0.70) !important;
    -webkit-transform:scale(0.70) !important;
    transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    margin-left:5px;
  }
  #rc-imageselect {
    transform:scale(0.70) !important;
    -webkit-transform:scale(0.70) !important;
    transform-origin:0 0 !important;
    -webkit-transform-origin:0 0 !important;
  }
section#clientes{
    position: relative;
}
.foto-content-img img{
    width: 70%;
}
.data{
    text-align: center;
}
.data img{
    width: 100%;
    text-align: center;
}
.data-texto h1{
    color:#767676;
    font-weight: 400;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
}
.data-texto p{
    margin-top: 19px;
    color: #767676;
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5px;
    font-weight: 300;
    line-height: 24px;
}
.data-texto p span{
    font-weight: 400;
}
.data-texto p span.azules{
    color:#01538B;
}
/* Notificaciones */

section#notificaciones{
    background-color:#01538b;
    padding-top:20px;
    padding-bottom: 20px;
}
section#notificaciones p{
    color:white;
    margin-top: 20px;
    margin-bottom:20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 24px;
}
section#notificaciones p span{
    font-weight: 400;
}
button.btn-primary{
    font-family: 'Montserrat-Regular', sans-serif;
    background-color:#ff6790;
    color: #ffffff;
    font-size: 15px;
    margin:10px 0px;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    border-color:#ff6790;
    border-width: 2px;
    border-style: none;
    border-radius: 2px;
    padding-left:30px;
    padding-right: 30px;
}
button.btn-primary:hover{
    background-color:#f73569;
}
.form-inline{
    margin-top: 20px;
    margin-bottom:20px;
}
@media (min-width: 576px){
.form-inline .form-groupie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}}


.contenido-animted h1{
    color:#767676;
    font-weight: bolder;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}
.contenido-animted p{
    margin-top: 19px;
    color: #767676;
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5px;
    font-weight: 300;
    line-height: 24px;
}
.contenido-animted p span{
    font-weight: 400;
}
.contenido-animted p span.azules{
    color:#01538B;
}
.find-pc img{
    width: 100%;
}
button.btn.largo{
    width: 16rem;
    margin-top:45px;
}
.contenido-animted{
    padding-left: 3rem;
    padding-top: 3rem;
}
.foto-content-img{
    text-align: left;
}
@media (max-width: 769px){
    .contenido-animted{
        padding-left: 2rem;
         padding-top: 0rem;
    }
    .foto-content-img{
    text-align: center;
}
}
#recaptcha1{
    overflow-x: hidden;
    overflow-y: hidden;
}
#recaptcha1 div{
    margin-left:-10px;
}
.nom img{
  width: 140px;
}