
html,body {
    overflow-x:hidden;
    margin:0;
    padding: 0;
    font-family: "Lato" !important;
}

.container-fluid {
    padding: 0 !important;
    margin:0 !important;
}
header {
    position: fixed;
    z-index: 10;
    width: 90%;
    left: 5%;
    background: #fff;
    border-radius: 15px;
    padding: 15px 0px 0 0;
    top:15px;
}

header .logo {
    padding: 0px 0 0 10px;
    height: 45px !important;
}

nav {
    float: right;
}

nav ul li {
    display: inline-block;
    list-style: none;
    padding: 10px;
}
nav ul li a {
    color: #101010;
    text-decoration: none;
    font-size: 15px;
}
nav ul li a:hover {
    text-decoration: underline;
}

nav ul li a.cta {
    background-color: #256AFD;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-left: 10px;
}

.container-fluid {
    padding: 0;
    margin:0;
}

#hero .owl-nav {
    display: none;
}

#hero .owl-carousel .item {
    height: 700px;
    background: url(../images/back-carrusel2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#hero .carousel-block {
    position: absolute;
    top: 250px;
    left: 5%;
    border-radius: 8px;
    width: 40%;
    text-align: left;
    height: 250px;
    display: none;
}

#hero .carousel-block h4 {
    background: #fff;
    padding: 5px;
    color: #737687;
    border-radius: 10px;
    font-size: 15px;
    display: table;
}

#hero .image-block {
    position: absolute;
    bottom: 0px;
    right: 5%;
    width: 40%;
    text-align: left;
    height: auto;
    display: none;
}

#hero .image-block img {
    height: 500px;
    width: auto;
}

#hero .carousel-block h2 {
    color: #101010;
    font-weight: bold;
    margin-bottom: 0;
    font-size:48px;
    display: inline-block;
}

#hero .carousel-block h3 {
    color: #101010;
    font-weight: bold;
    margin-bottom: 0;
    font-size:30px;
    display: inline-block;
}

#hero .carousel-block h3 span {
    color: #246BFD;
}

#hero .carousel-block p {
    color: #737687;
    font-size: 14px;
    padding-top: 10px;
}


#hero .owl-carousel .owl-nav button.owl-prev,
#hero .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
}

#hero .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

#hero .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}
#hero .owl-carousel .owl-nav button.owl-prev:hover,#hero .owl-carousel .owl-nav button.owl-next:hover {
    background: none;
}

#hero .owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

#hero .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

#hero .owl-carousel .owl-dot span {
    width: 20px !important;
    height: 20px !important;
    background: #fff;
    display: block;
    border-radius: 50%;
    transition: background 0.3s ease;
}

#hero .owl-carousel .owl-dot.active span {
    background: #ED1550;
}
#hero .carousel-control-prev-icon {
    background-image: url(../images/arrow-left.png);
    width: 49px;
    height: 87px;
}
#hero .carousel-control-next-icon {
    background-image: url(../images/arrow-right.png);
    width: 49px;
    height: 87px;
}

.row p {
    font-size: 15px;
}

.row h4 {
    color: #246BFD;
    font-size: 22px;
}
.row h3 {
    color: #000000;
    font-size: 42px;
}
.row h3 span {
    color: #246BFD;
}
.maquina1 {
    padding-top: 30px;
    padding-right: 40px !important;
}
.maquina1 img {
    max-height: 550px;
    float: right;
}

.bloque_principal {
    padding: 50px 70px;
}


.degrade {
    padding: 50px 70px;
    background: linear-gradient(to left, transparent, #f2f4fd);
}

.calugas {
    text-align: center;
    margin-top: 30px;
}

.calugas.ancha .caluga {
    width: 100% !important;
}


.calugas .caluga {
    margin: 1.5%;
    width: 30%;
    display: inline-block;
    height: 200px;
    padding: 20px;
    text-align: left;
}
.calugas .caluga .title {
    color: #246BFD;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 10px;
}
.calugas .caluga .title img {
    margin-right: 15px;
}
.calugas .caluga p {
    color: #737687;
    font-size: 14px;
}

.bloque1 img {
    width: 60%;
}

.bloque1 .bloque {
    background: #fff;
    border-radius: 10px;
    margin: 1.5%;
    width: 45%;
    display: inline-block;
    padding: 20px;
    text-align: left;
    -webkit-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
    -moz-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
    box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
    position: relative;
    margin-top: -150px;
    margin-right: 150px;
    float: right;
    margin-bottom: 50px;
}


.bloque2 img {
    width: 60%;
    float: right;
}


.bloque2 .bloque {
    background: #fff;
    border-radius: 10px;
    margin: 1.5%;
    width: 45%;
    display: inline-block;
    padding: 20px;
    text-align: left;
    -webkit-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
    -moz-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
    box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
    position: relative;
    margin-top: -250px;
    margin-left: 150px;
    float: left;
    margin-bottom: 50px;
}

.carousel-testimonios {
    margin-top: 50px;
}

.carousel-testimonios .item {
    background: #fff;
    border-radius: 10px;
    margin-left: 5%;
    margin-bottom: 20px;
    width: 90%;
    display: inline-block;
    padding: 20px;
    text-align: left;
    -webkit-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
    -moz-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
    box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
}
.carousel-testimonios .item img {
    width: 100px !important;
    height: auto;
    float: left;
}
.carousel-testimonios .item .nombre {
    font-weight: bold;
}
.carousel-testimonios .item p {
    margin-top: 40px;
}

.carousel-testimonios .item img.right {
    float: right !important;
}
.carousel-testimonios .item img.profile {
    margin: 20px;
    margin-bottom: 50px;
}

.carousel-resultados {
    margin-top: 50px;
}

.preguntas {
    margin-top: 50px;
}
.preguntas .pregunta {
    background: #fff;
    border-radius: 10px;
    margin-left: 5%;
    margin-bottom: 20px;
    width: 90%;
    display: inline-block;
    padding: 20px;
    text-align: left;
    -webkit-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
    -moz-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
    box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
}

.preguntas .pregunta p {
    display: none;
}


.pregunta a {
    color: #246BFD;
    text-decoration: none;
    padding: 8px;
    display: block;
    width: 100%;
    background: url(../images/closed.png);
    background-position: right;
    background-repeat: no-repeat;
}

.pregunta.open a {
    background: url(../images/open.png);
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 1px dashed #c0c0c0;
    margin-bottom: 10px;
}

footer {
    padding: 50px;
}
footer .logo {
    height: 45px;
}
footer .direccion {
    color: #818493;
    padding: 15px 0;
    padding-bottom: 80px;
}

footer a.cta {
    background-color: #256AFD;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-left: 10px;
    text-decoration: none;
}
footer a.cta:hover {
    text-decoration: underline;
}
footer .align-right {
    text-align: right;
}

footer .align-right a {
    color: #818493;
    text-decoration: none;
    margin-right: 20px;
}
footer .align-right a:hover {
    text-decoration: underline;
}
footer .follow {
    display: inline;
    color: #818493;
}
footer .follow a {
    text-decoration: none;
    margin-right: 0px !important;
}

footer p.msg {
    background: #fff;
    border-radius: 10px;
    margin-left: 5%;
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
    padding: 5px;
    text-align: left;
    -webkit-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
    -moz-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
    box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
}

@media (max-width: 768px) {

    .modal_form .formulario {
      width: 95% !important;
      margin-left: 2.5% !important;
      margin-top: 40px;
      background: #fff;
      border-radius: 15px;
      text-align: center;
      padding: 30px 40px 80px 40px;
    }

    nav ul li {
        display: none;
    }
    nav {
        float: left;
        width: 100%;
    }
    nav ul {
        padding: 0;
    }
    nav ul li.cta {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    #hero .carousel-block {
        width: 100%;
        position: unset;
        padding: 20px;
    }
    #hero .image-block {
        width: 100%;
        position: unset;
    }
    #hero .owl-carousel .item {
        height: 900px;
    }
    .maquina1 img {
        width: 100%;
        margin-bottom: 40px;
    }
    .bloque_principal {
        padding: 50px 10px;
    }
    .degrade {
        padding: 50px 10px;
    }
    .bloque1 {
        padding: 50px 10px;
    }
    .bloque2 {
        padding: 50px 10px;
    }
    .caluga {
        width: 90% !important;
        margin-bottom: 20px !important;
    }
    .bloque1 img {
        width: 100%;
    }
    .bloque1 .bloque {
      background: #fff;
      border-radius: 10px;
      margin: 1.5%;
        margin-top: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
      width: 95%;
      display: inline-block;
      padding: 20px;
      text-align: left;
      -webkit-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
      -moz-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
      box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
      position: relative;
      margin-right: 0px;
      float: none;
      margin-bottom: 0px;
      margin-top: 20px;
    }

    .bloque2 img {
        width: 100%;
    }
    .bloque2 .bloque {
      background: #fff;
      border-radius: 10px;
      margin: 1.5%;
        margin-top: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
      width: 95%;
      display: inline-block;
      padding: 20px;
      text-align: left;
      -webkit-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
      -moz-box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
      box-shadow: 2px 3px 10px 3px rgba(151,151,151,0.47);
      position: relative;
      margin-right: 0px;
      float: none;
      margin-bottom: 0px;
      margin-top: 20px;
    }
    .carousel-testimonios img {
        display: none !important;
    }
    .carousel-testimonios img.profile {
      margin: 20px !important;
      display: block !important;
      width: 90% !important;
      padding: 10px 50px;
    }
    .carousel-resultados .item {
        padding:10px 20px !important;
    }
    .pregunta a {
        padding-right: 30px;
    }
    footer .direccion {
        padding-bottom: 20px !important;
    }
    footer .mobile {
        margin-top: 30px;
    }
    footer .follow {
      display: block;
      color: #818493;
      text-align: center;
      margin-top: 30px;
    }
    footer .ctamobile {
        text-align: center;
    }
}

.bloque_principal .owl-carousel .owl-dot.active span {
    background: #246BFD !important;
}

.modal_form {
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    display: none;
}
.modal_form .formulario {
    width: 60%;
    margin-left: 20%;
    margin-top: 100px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 30px 40px 80px 40px;
}
.formulario h3 {
    color: #256AFD;
    padding-bottom: 20px;
    border-bottom: 1px dashed #737687;
    margin-bottom: 20px;
}
.formulario p {
    color: #737687;
    margin-bottom: 20px;
    display: block;
}
.formulario input {
    background: #FCFCFC;
    border:1px solid #D6D4D4;
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
}
.formulario button {
    background: #256AFD;
    color: #fff;
    padding:15px;
    border-radius: 15px;
    border:0;
    float: right;
}

.formulario button:hover {
    background: #fff;
    color: #256AFD;
    border:4px solid #256AFD;
    padding:15px;
    border-radius: 15px;
    float: right;
}

.formulario .clearfix {
    clear: both;
}
.formulario #contacto {
    width: 80%;
    margin-left: 10%;
}
.formulario #nombre {
    background: url(../images/ico-nombre.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 20px;
    padding-left: 40px;
}
.formulario #email {
    background: url(../images/ico-email.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 20px;
    padding-left: 40px;
}
.formulario #telefono {
    background: url(../images/ico-telefono.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 15px;
    padding-left: 40px;
}
.formulario .cerrar {
    float: right;
    z-index: 101;
}
.formulario .ok {
    padding: 50px 0;
    display: none;
}
.formulario .error {
    border:1px solid red !important;
}

.botomcta {
    position: fixed;
    left:30px;
    bottom:30px;
    z-index: 100000;
}