@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'convergenceregular';
    src: url('../fonts/convergence-regular-webfont.woff2') format('woff2'), url('../fonts/convergence-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proxima-nova-light-webfont.woff2') format('woff2'), url('../fonts/proxima-nova-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.woff2') format('woff2'), url('../fonts/roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    background: #0a1d4a; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #0a1d4a 9%, #0a1125 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #0a1d4a 9%, #0a1125 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #0a1d4a 9%, #0a1125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1d4a', endColorstr='#0a1125', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'robotoregular';
    font-weight: normal;
    color: #333;
}
.cont-1200 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.cont-100 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;/*    padding: 45px;*/
}
h3 {
    font-family: 'convergenceregular';
    font-size: 31px;
}
header {
    width: 100%;
    height: auto;
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.heartbeat {
    -webkit-animation: heartbeat 2s ease-in-out infinite both;
    animation: heartbeat 2s ease-in-out infinite both;
}
 @-webkit-keyframes heartbeat {
 from {
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-transform-origin: center center;
 transform-origin: center center;
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 10% {
 -webkit-transform: scale(0.91);
 transform: scale(0.91);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 17% {
 -webkit-transform: scale(0.98);
 transform: scale(0.98);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 33% {
 -webkit-transform: scale(0.87);
 transform: scale(0.87);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 45% {
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
}
@keyframes heartbeat {
 from {
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-transform-origin: center center;
 transform-origin: center center;
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 10% {
 -webkit-transform: scale(0.91);
 transform: scale(0.91);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 17% {
 -webkit-transform: scale(0.98);
 transform: scale(0.98);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 33% {
 -webkit-transform: scale(0.87);
 transform: scale(0.87);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 45% {
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
}
/*PRELOADER*/
.loader {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}
div.caja-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 250px;
    height: auto;
}
.caja-logo img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
img.logo-preload {
    width: 283px;
}
/*PRELOADER*/
.loader {
    background: #0a1d4a; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #0a1d4a 9%, #0a1125 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #0a1d4a 9%, #0a1125 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #0a1d4a 9%, #0a1125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1d4a', endColorstr='#0a1125', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    height: 100%;
    background-size: cover;
}
header {
    width: 100%;
    position: absolute;
    padding-top: 60px !important;
}
.logo {
    width: 203px;
    height: 71px;
    position: relative;
    text-indent: -9999px;
    background: url(../img/logo-blanco.png)center no-repeat;
    left: 0px;
    top: 0px;
    background-size: contain;
}
.logo a, .logo2 a {
    width: 100%;
    height: 100%;
    cursor: pointer;
    float: left;
    position: relative;
}
.logo2 {
    width: 245px;
    height: 35px;
    position: absolute;
    text-indent: -9999px;
    background: url("../img/log-login3.png")center no-repeat;
    left: 210px;
    top: 15px;
    background-size: contain;
    border-left: 1px solid #fff;
    padding-left: 20px;
}
a.btn-tel {
    font-family: 'proxima_novalight';
    background: #1f2255;
    background: -moz-linear-gradient(left, #1f2255 0%, #e42840 52%);
    background: -webkit-linear-gradient(left, #1f2255 0%, #e42840 52%);
    background: linear-gradient(to right, #1f2255 0%, #e42840 52%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2255', endColorstr='#e42840', GradientType=1 );
    font-size: 29px;
    width: 266px;
    height: 25px;
    padding: 10px 10px 10px 70px;
    border-radius: 45px;
    float: right;
    position: absolute;
    top: 25px;
    right: 0px;
    color: #fff;
    text-decoration: none;
}
a {
    transition: all 0.5s ease-in-out;
}
a.btn-tel::before {
    content: " ";
    background: url("../img/icon-tel.png") center center no-repeat;
    width: 40px;
    height: 40px;
    float: left;
    position: absolute;
    left: 4px;
    top: 2px;
}
.cont-header {
    font-family: 'convergenceregular';
    padding: 15px 20px 0px 20px;
    position: relative;
    float: left;
    width: 40%;
    left: 12.5%;
}
.cont-header p, .cont-header b, .cont-header span {
    text-transform: uppercase;
    float: left;
    clear: both;
    margin: 1px auto;
}
.cont-header p {
    font-weight: 600;
    font-size: 10px;
}
.cont-header b {
    font-weight: 100;
    font-size: 12px;
}
.cont-header span {
    font-family: 'convergenceregular';
    font-weight: 500;
    font-size: 30px;
    color: #0061a8;
}
.slide {
    text-align: center;
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}
.cont-slide ul li {
    font-family: 'robotothin';
    color: #ccccff;
    float: left;
    clear: both;
    padding: 10px 10px 10px 40px;
    position: relative;
    min-height: 20px;
}
.cont-slide ul li::before {
    content: " ";
    background: url("../img/icon-list-manager.svg") center center no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    position: absolute;
    left: 0px;
    top: 4px;
}
div#formulario {
    width: 400px;
    height: auto;
    border-radius: 30px;
    background: #000033;
    color: #fff;
    position: fixed;
    top: 230px;
    right: 150px;
    z-index: 10;
}
.top-50 {
    transition: all 0.5s ease-in-out;
    top: 20px !important;
}
form.form-abierto {
    width: 90%;
    margin: 30px 5%;
    position: relative;
}
div#formulario h3 {
    transition: all 0.5s ease-in-out;
    font-family: 'convergenceregular';
    font-size: 29px;
    cursor: pointer;
}
div#formulario h3:hover {
    color: #66ffcc;
}
/*btn cotizar*/
h3#cotizar-1 {
    transition: all 0.5s ease-in-out;
    background: #1f2255;
    background: -moz-linear-gradient(left, #1f2255 0%, #e42840 52%);
    background: -webkit-linear-gradient(left, #1f2255 0%, #e42840 52%);
    background: linear-gradient(to right, #1f2255 0%, #e42840 52%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2255', endColorstr='#e42840', GradientType=1 );
    border-radius: 45px;
    padding: 15px 10px;
}
h3#cotizar-1:hover {
    color: #fff !important;
    background: #e42840;
    background: -moz-linear-gradient(left, #e42840 0%, #1f2255 52%);
    background: -webkit-linear-gradient(left, #e42840 0%, #1f2255 52%);
    background: linear-gradient(to right, #e42840 0%, #1f2255 52%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42840', endColorstr='#1f2255', GradientType=1 );
}
h3#cotizar-2 {
    margin-bottom: 20px;
}
label.form-50-1 {
    width: 48%;
    float: left;
    /* background: red; */
    margin-right: 2%;
    margin-bottom: 15px;
}
label.form-50-2 {
    width: 48%;
    float: left;
    margin-left: 2%;
    margin-bottom: 15px;
}
#formulario input {
    font-family: 'robotothin';
    background: transparent;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid #e42840;
    padding-bottom: 10px;
    color: #fff;
}
#formulario input::placeholder, textarea::placeholder{
 color: #fff;
}
#formulario input:focus {
    color: #66ffcc;
}
label.form-100 textarea {
    font-family: 'robotothin';
    background: transparent;
    border: 0;
    width: 100%;
    height: 70px;
    margin: 20px auto 30px;
    color: #fff;
    border-bottom: 1px solid #e42840;
}
label.form-100 textarea:focus {
    color: #66ffcc;
}
#formulario b {
    font-family: 'robotothin';
}
#formulario b a {
    color: #66ffcc;
    text-decoration: none;
}
#formulario input#formsubmit {
    font-family: 'convergenceregular';
    background: #1f2255;
    background: -moz-linear-gradient(left, #1f2255 0%, #e42840 52%);
    background: -webkit-linear-gradient(left, #1f2255 0%, #e42840 52%);
    background: linear-gradient(to right, #1f2255 0%, #e42840 52%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2255', endColorstr='#e42840', GradientType=1 );
    border-radius: 45px;
    padding: 10px 10px;
    width: 100%;
    position: relative;
    bottom: 0px;
    margin-top: 30px;
    text-decoration: none;
    border-bottom: 0;
    font-size: 25px;
}
main {
    font-family: 'convergenceregular';
    background: url("../img/bg-gobernet.png") top center no-repeat;
    background-size: cover;
}
.slide {
    width: 100%;
    float: left;
    min-height: 600px;
}
.slide img {
    width: 100%;
    max-width: 700px;
    height: auto;
    float: left;
    position: absolute;
    right: 363px;
    top: 300px;
    z-index: 0;
}
.cont-slide {
    text-align: center;
    width: 100%;
    margin: 100px auto;
    height: auto;
    overflow: hidden;
    min-height: 650px;
    display: block;
}
.cont-slide h2 {
    font-family: 'proxima_nova_rgregular';
    font-size: 31px;
    color: #fff;
    width: 100%;
    height: auto;
    min-height: 111px;
    text-align: left;
    float: left;
    margin-top: 150px;
}
a.btn-slide {
    font-family: 'convergenceregular';
    font-size: 25px;
    background: linear-gradient(to right, #71254c 0%, #e42840 52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    max-width: 250px;
    float: left;
    clear: both;
    margin: 20px auto;
    padding: 10px 0px;
    text-align: left;
    position: relative;
    left: 0px;
    cursor: pointer;
    z-index: 1;
}
a.btn-slide:hover {
    font-family: 'convergenceregular';
    font-size: 25px;
    background: linear-gradient(to right, #336666 0%, #66ffcc 52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cont-2 {
    background-size: contain;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}
section.cont-1200.cont-2 article.cont-33 {
    transition: all 0.5s ease-in-out;
    padding-bottom: 120px;
}
section.cont-1200.cont-2 article.cont-33:hover::after {
    content: " ";
    background: url("../img/linea-cont-2.png") bottom center no-repeat;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
section.cont-1200.cont-2 article.cont-33 h4 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}
section.cont-1200.cont-2 article.cont-33:hover h4 {
    font-size: 20px;
}
article.cont-33 {
    width: 32%;
    float: left;
    position: relative;
    height: auto;
    min-height: 350px;
    transition: all 0.5s ease-in-out;
}
section.cont-1200 {
    max-width: 1200px;
}
section.cont-1200.cont-2 h3 {
    text-align: center;
    width: 100%;
    font-family: 'convergenceregular';
    font-size: 31px;
    color: #fff;
    float: left;
    line-height: 50px;
    margin-bottom: 60px;
}
section.cont-1200.cont-2 h3 span {
    font-family: 'convergenceregular';
    font-size: 31px;
    background: linear-gradient(to right, #71254c 0%, #e42840 52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    float: left;
    text-align: center;
}
article.cont-33 h4, article.cont-33 h4 span {
    padding-top: 5px !important;
}
article.cont-33 h4 span {
    width: 100%;
    float: left;
    background: #9409c7;
}
article.cont-33:nth-child(2) h4 span {
    background: #02a6a6;
}
article.cont-33:nth-child(3) h4 span {
    background: #c6215f;
}
article.cont-16 {
    /*  width: 100%;
max-width: 16%;*/
    float: none;
    margin: 0 auto;
    height: auto;
    text-align: center;
}
article.cont-16 img {
    width: auto;
    height: 60px;
    float: none;
    margin: 0 auto;
}
section.cont-1200.cont-2 {
    margin-bottom: 130px;
}
section.cont-1200.cont-2 article.cont-33 p {
    display: none;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    bottom: 111px;
    width: 75%;
    margin: 0 12.5%;
    text-align: center;
}
section.cont-1200.cont-2 article.cont-33:hover p {
    display: block;
}
article.cont-33:hover {
    opacity: 0.8;
}
/*CORROUSEL primero*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
#carousel1.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    float: left;
}
#carousel1.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
#carousel1.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#carousel1.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
#carousel1.owl-carousel .owl-wrapper, #carousel1.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
#carousel1.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
#carousel1.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: center;
}
#carousel1.owl-carousel .owl-dots {
    display: none;
}
/*#carousel1.owl-carousel .owl-nav {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 150px;
}*/
#carousel1.owl-carousel button.owl-prev, #carousel1.owl-carousel button.owl-next {
    background: transparent;
    top: 150px;
}
#carousel1.owl-carousel .owl-prev span {
    color: #66ffcc;
    float: left;
    font-size: 60px;
}
#carousel1.owl-carousel .owl-next span {
    color: #66ffcc;
    float: right;
    font-size: 60px;
}

#carousel1 button.owl-prev {
    position: absolute;
    left: -5px;
    top: 0px;
}
#carousel1 button.owl-next {
    position: absolute;
    right: -5px;
    top: 0px;
}
.owl-prev:focus, .owl-next:focus {
    outline: 0px;
}
#carousel1.owl-carousel .owl-nav.disabled, #carousel1.owl-carousel .owl-dots.disabled {
    display: none;
}
#carousel1.owl-carousel .owl-nav .owl-prev, #carousel1.owl-carousel .owl-nav .owl-next, #carousel1.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#carousel1.owl-carousel .owl-nav button.owl-prev, #carousel1.owl-carousel .owl-nav button.owl-next, #carousel1.owl-carousel button.owl-dot {
    height: 50px;
    width: 50px;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
#carousel1.owl-carousel.owl-loaded {
    display: block;
}
#carousel1.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
#carousel1.owl-carousel.owl-hidden {
    opacity: 0;
}
#carousel1.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
#carousel1.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#carousel1.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
#carousel1.owl-carousel.owl-rtl {
    direction: rtl;
}
#carousel1.owl-carousel.owl-rtl .owl-item {
    float: right;
    text-align: center;
}
/* No Js */
.no-js #carousel1.owl-carousel {
    display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
#carousel1.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
#carousel1.owl-carousel .owl-animated-in {
    z-index: 0;
}
#carousel1.owl-carousel .owl-animated-out {
    z-index: 1;
}
#carousel1.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
#carousel1.owl-carousel .item h4 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
#carousel1.owl-carousel .item img.img-1 {
    cursor: pointer;
}
#carousel1.owl-carousel .item img.img-2, #carousel1.owl-carousel .item p {
    display: none;

    
}
#carousel1.owl-carousel .item:hover img.img-2, #carousel1.owl-carousel .item:hover p {
    display: block;
}
#carousel1.owl-carousel .item:hover img.img-1 {
    display: none;
}
#carousel1.owl-carousel .item {
    transition: all 0.5s ease-in-out;
}
#carousel1.owl-carousel .item p {
    color: #fff;
    top: 150px;
    position: absolute;
    width: 80%;
    margin: 0px 10%;
    float: none;
    text-align: center;
    line-height: 27px;
}
#carousel1.owl-carousel .item h4 {
    margin-top: 20px;
    padding-bottom: 20px;
}
#carousel1.owl-carousel .item:hover h4 {
    font-size: 20px;
}
#carousel1.owl-carousel .item:hover h4::after {
    content: " ";
    background: url("../img/linea-cont-2.png") bottom center no-repeat;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
section.cont-100.bg-cont-3 {
    background: url("../img/bg-cont-3.jpg") center center no-repeat;
    background-size: cover;
    display: flex;
    margin: 25px auto;
}
section.cont-100 .cont-3 img.img-flexline {
    text-align: center;
    max-width: 206px;
    margin: 80px auto 20px;
    float: none;
    clear: both;
    position: relative;
    display: block;
}
section.cont-100 .cont-3 h3 {
    font-size: 31px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    color: #fff;
}
.cont-3.cont-1200 p {
    font-family: 'robotoregular';
    color: #fff;
    text-align: center;
    line-height: 27px;
    margin-bottom: 130px;
}
.caja-titulo {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: center;
    margin: 130px auto 100px;
}
.cont-4 h3 {
    color: #fff;
    font-size: 31px;
    font-family: 'convergenceregular';
}
.cont-4 img.img-flexline {
    max-width: 206px;
    margin-left: 10px;
}
article.cont-25 {
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    margin: 10px auto 20px;
}
article.cont-25.aos-init h5 {
    font-family: 'robotoregular';
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    margin: 10px auto 5px;
}
.cont-100.cont-5 h3 {
    text-align: center;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 31px;
    font-family: 'convergenceregular';
}
.bg-linea {
    padding-bottom: 130px;
    background: url("../img/bg-linea.png") center bottom no-repeat;
    background-size: contain;
}
.cont-100.cont-5 {
    margin-top: 130px;
}
.cont-100.cont-5 p {
    line-height: 27px;
    font-size: 15px;
    font-family: 'convergenceregular';
    text-align: center;
    width: 90%;
    margin: 0 5%;
    color: #fff;
}
.cont-100.cont-5 p.text-5 {
    margin-top: 15px;
    float: left;
}
.cont-plan {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: center;
    margin: 130px auto 130px;
}
.cont-50 {
    width: 50%;
    float: left;
    position: relative;
    height: auto;
    overflow: hidden;
    display: block;
}
.cont-100.cont-5 .cont-50 {
    min-height: 659px;
    max-width: 395px;
    margin: 0 15px;
    padding: 11px;
}
.cont-100.cont-5 .cont-50 p {
    font-family: 'robotoregular';
    color: #ccccff;
    margin-top: 30px;
    float: left;
}
.cont-100.cont-5 .cont-50:nth-child(1) {
    background: url("../img/bg-cont-plan-1.png") center center no-repeat;
    background-size: contain;
}
.cont-100.cont-5 .cont-50:nth-child(1) h3 {
    font-family: 'convergenceregular';
    text-transform: uppercase;
    font-size: 46px;
    background: linear-gradient(to right, #71254c 0%, #e42840 52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    float: left;
    clear: both;
    margin: 20px auto;
    padding: 10px 0px;
    text-align: center;
    position: relative;
    left: 0px;
}
.cont-100.cont-5 .cont-50:nth-child(1) h3::after {
    content: " ";
    width: 100%;
    height: 5px;
    position: relative;
    margin-top: 50px;
    float: left;
    background: url(../img/bg-lineacont-plan-1.png) center bottom no-repeat;
    background-size: contain;
    left: 0px;
    bottom: 0px;
}
.cont-100.cont-5 .cont-50:nth-child(2) {
    background: url("../img/bg-cont-plan-2.png") center center no-repeat;
    background-size: contain;
}
.cont-100.cont-5 .cont-50:nth-child(2) h3 {
    background: url("../img/bg-lineacont-plan-2.png") center bottom no-repeat;
    background-size: contain;
    font-family: 'convergenceregular';
    text-transform: uppercase;
    font-size: 46px;
    background: linear-gradient(to right, #14499e 0%, #22accc 52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    float: left;
    clear: both;
    margin: 20px auto;
    padding: 10px 0px;
    text-align: center;
    position: relative;
    left: 0px;
}
.cont-100.cont-5 .cont-50:nth-child(2) h3::after {
    content: " ";
    width: 100%;
    height: 5px;
    position: relative;
    margin-top: 50px;
    float: left;
    background: url(../img/bg-lineacont-plan-2.png) center bottom no-repeat;
    background-size: contain;
    left: 0px;
    bottom: 0px;
}
.cont-100.cont-5 .cont-50 a {
    background-size: contain;
    font-family: 'proxima_novalight';
    width: 100%;
    text-align: center;
    max-width: 250px;
    margin: 0px auto 0px;
    color: #fff;
    font-size: 23px;
    text-decoration: none;
    /* border: 5px solid #fff; */
    border-radius: 50px;
    padding: 20px 10px;
    float: none;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 18%;
}
.cont-100.cont-5 .cont-50:nth-child(1) a {
    background: url("../img/btn-0.png") center center no-repeat;
}
.cont-100.cont-5 .cont-50:nth-child(1) a:hover {
    background: url("../img/btn-0-hover.png") center center no-repeat;
}
.cont-100.cont-5 .cont-50:nth-child(2) a {
    background: url("../img/btn-1.png") center center no-repeat;
}
.cont-100.cont-5 .cont-50:nth-child(2) a:hover {
    background: url("../img/btn-hover.png") center center no-repeat;
}
.cont-100.cont-6 {
    background: rgba(31,34,85,1);
    background: -moz-linear-gradient(left, rgba(31,34,85,1) 0%, rgba(228,40,64,1) 46%, rgba(228,40,64,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,34,85,1)), color-stop(46%, rgba(228,40,64,1)), color-stop(100%, rgba(228,40,64,1)));
    background: -webkit-linear-gradient(left, rgba(31,34,85,1) 0%, rgba(228,40,64,1) 46%, rgba(228,40,64,1) 100%);
    background: -o-linear-gradient(left, rgba(31,34,85,1) 0%, rgba(228,40,64,1) 46%, rgba(228,40,64,1) 100%);
    background: -ms-linear-gradient(left, rgba(31,34,85,1) 0%, rgba(228,40,64,1) 46%, rgba(228,40,64,1) 100%);
    background: linear-gradient(to right, rgba(31,34,85,1) 0%, rgba(228,40,64,1) 46%, rgba(228,40,64,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2255', endColorstr='#e42840', GradientType=1 );
    padding: 130px 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
.cont-100.cont-6 h3 {
    font-family: 'convergenceregular';
    font-size: 31px;
    color: #fff;
    line-height: 42px;
}
a.btn-solicitar {
    font-family: 'proxima_novalight';
    width: 100%;
    max-width: 250px;
    margin: 20px auto 0px;
    color: #fff;
    font-size: 23px;
    text-decoration: none;
    border: 5px solid #fff;
    border-radius: 50px;
    padding: 15px 10px 15px;
    float: none;
    display: block;
}
section.cont-100.cont-7 {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 130px 0px;
    float: left;
}
section.cont-100.cont-7 h4 {
    font-family: 'convergenceregular';
    color: #0b306b;
    font-size: 31px;
    margin-bottom: 90px;
    width: 100%;
    text-align: center;
}
footer {
    background: #0b306b; /* Old browsers */
    background: -moz-linear-gradient(top, #0b306b 48%, #0b306b 48%, #0b102e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0b306b 48%, #0b306b 48%, #0b102e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0b306b 48%, #0b306b 48%, #0b102e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b306b', endColorstr='#0b102e', GradientType=0 ); /* IE6-9 */
    color: #ccccff;
    width: 100%;
    position: relative;
    float: left;
    height: auto;
    display: block;
    padding: 130px 0px 0px!important;
}
footer .cont-1200 .cont-33 p {
    font-family: 'robotoregular';
    font-size: 15px;
    line-height: 27px;
    color: #ccccff;
}
footer .cont-1200 .cont-33 a {
    font-family: 'robotoregular';
    line-height: 27px;
    text-decoration: none;
    color: #ccccff;
}
footer .cont-1200 .cont-33 {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
}
footer .cont-1200 .cont-33 .logo-footer {
    background: url("../img/logo-blanco.png") center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 63px;
    float: left;
    text-indent: -9999px;
}
footer .cont-1200 .cont-33 .icon-facebook, footer .cont-1200 .cont-33 .icon-linkeding, footer .cont-1200 .cont-33 .icon-instagram {
    display: none !important;
    margin: 10px auto;
    float: left;
    width: 100%;
    max-width: 33%;
    text-align: center;
    position: relative;
}
footer .cont-1200 .cont-33 .icon-facebook {
    margin: 10px 20px;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background: url("../img/icon-facebook.svg") center center no-repeat;
}
footer .cont-33 .icon-facebook:hover {
    margin: 10px 20px;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background: url("../img/icon-facebook2.svg") center center no-repeat;
}
footer .cont-33 .icon-linkeding {
    margin: 10px 20px;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background: url("../img/icon-linkeding.svg") center center no-repeat;
}
footer .cont-33 .icon-linkeding:hover {
    margin: 10px 20px;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background: url("../img/icon-linkeding2.svg") center center no-repeat;
}
footer .cont-33 .icon-instagram {
    margin: 10px 20px;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background: url("../img/icon-instagram.svg") center center no-repeat;
}
footer .cont-33 .icon-instagram:hover {
    margin: 10px 20px;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background: url("../img/icon-instagram2.png") center center no-repeat;
}
.cont-footer-bottom {
    background: #000;
    height: auto;
    margin-top: 130px;
    padding: 20px 0px;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}
a.cont-f-1, a.cont-f-2 {
    font-family: 'robotoregular';
    color: #fff;
    text-decoration: none;
}
a.cont-f-1 {
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
/*CORROUSEL 2*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
#carousel2.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
#carousel2.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
#carousel2.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#carousel2.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
#carousel2.owl-carousel .owl-wrapper, #carousel2.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
#carousel2.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
#carousel2.owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 95px;
    margin: 0 auto;
    text-align: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*.owl-nav {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
}*/
button.owl-prev, button.owl-next {
    background: transparent;
}
#carousel2.owl-carousel .owl-prev span {
    color: #666;
    font-size: 60px;
    float: left;
    font-family: 'convergenceregular';
}
button.owl-prev {
    left: -16px;
}
#carousel2.owl-carousel .owl-next span {
    color: #666;
    font-size: 60px;
    float: right;
    font-family: 'convergenceregular';
}
button.owl-next {
    right: -16px;
}
button.owl-prev {
    position: absolute;
    left: 0px;
    top: 0px;
}
button.owl-next {
    position: absolute;
    right: 0px;
    top: 0px;
}
.owl-prev:focus, .owl-next:focus {
    outline: 0px;
}
#carousel2.owl-carousel .owl-nav.disabled, #carousel2.owl-carousel .owl-dots.disabled {
    display: none;
}
#carousel2.owl-carousel .owl-nav .owl-prev, #carousel2.owl-carousel .owl-nav .owl-next, #carousel2.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#carousel2.owl-carousel .owl-nav button.owl-prev, #carousel2.owl-carousel .owl-nav button.owl-next, #carousel2.owl-carousel button.owl-dot {
    height: 50px;
    width: 50px;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
#carousel2.owl-carousel.owl-loaded {
    display: block;
}
#carousel2.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
#carousel2.owl-carousel.owl-hidden {
    opacity: 0;
}
#carousel2.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
#carousel2.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#carousel2.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
#carousel2.owl-carousel.owl-rtl {
    direction: rtl;
}
#carousel2.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */
.no-js #carousel2.owl-carousel {
    display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
#carousel2.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
#carousel2.owl-carousel .owl-animated-in {
    z-index: 0;
}
#carousel2.owl-carousel .owl-animated-out {
    z-index: 1;
}
#carousel2.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
#carousel2.owl-carousel .owl-item {
/**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
#carousel2.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
#carousel2.owl-carousel .owl-item .owl-lazy[src^=""], #carousel2.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
#carousel2.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
#carousel2.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
#carousel2.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
#carousel2.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
#carousel2.owl-carousel .owl-video-playing .owl-video-tn, #carousel2.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
#carousel2.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
#carousel2.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-dots {
    display: none !important;
}
.bg-form {
    background: transparent !important;
}
.cont-slide h4 {
    text-align: center;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 31px;
    font-family: 'convergenceregular';
    margin-top: 150px;
}
.cont-slide h5 {
    text-align: center;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 18px;
    font-family: 'convergenceregular';
    margin-top: 10px;
	line-height: 25px;
}
.btn-gracias{
	color: #fff;
    font-family: 'convergenceregular';
    background: #1f2255;
    background: -moz-linear-gradient(left, #1f2255 0%, #e42840 52%);
    background: -webkit-linear-gradient(left, #1f2255 0%, #e42840 52%);
    background: linear-gradient(to right, #1f2255 0%, #e42840 52%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2255', endColorstr='#e42840', GradientType=1 );
    border-radius: 45px;
    padding: 10px 40px;
    width: 200px;
    height: auto;
    position: relative;
    float: none;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    font-size: 25px;

}
main.gracias {
    font-family: 'convergenceregular';
    background: url(../img/bg-gobernet.png) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    float: left;
}
/*responsive*/

@media (max-width: 1920px) {
div#formulario {
    right: 323px !important;
}
}

@media (max-width: 1686px) {
div#formulario {
    right: 215px !important;
}
}

@media (max-width: 1600px) {
div#formulario {
    right: 164px !important;
}
}

@media (max-width: 1500px) {
div#formulario {
    right: 110px !important;
}
}

@media (max-width: 1400px) {
div#formulario {
    right: 63px !important;
}
}

@media (max-width: 1366px) {
	
div#formulario h3 {
    font-size: 22px;
	}
div#formulario {
    right: 112px !important;
    max-width: 350px;
    top: 139px;
}
header {
    padding-top: 30px !important;
}
.cont-1200, section.cont-1200 {
    position: relative;
    width: 100%;
    max-width: 1000px;
}
.slide img {
    top: 250px;
    right: 27%;
    max-width: 600px;
}
.cont-slide h2 {
    margin-top: 100px;
}
.cont-slide {
    min-height: 400px;
}
#carousel1.owl-carousel .owl-item img {
    width: 88%;
}
section.cont-100.cont-6, section.cont-100.cont-7 {
    padding: 70px 0px;
}
.cont-100.cont-5 {
    margin-top: 70px;
}
footer {
    padding-top: 70px !important;
}
.cont-footer-bottom {
    margin-top: 70px;
}
section.cont-100.cont-7 h4 {
    margin-bottom: 40px;
}
.cont-plan {
    margin: 70px auto;
}
.caja-titulo {
    margin: 70px auto 70px;
}
.cont-3.cont-1200 p {
    margin-bottom: 70px;
}
section.cont-100 .cont-3 img.img-flexline {
    margin: 70px auto 20px;
}
section.cont-1200.cont-2 {
    margin-bottom: 70px;
}
#formulario .form-50-1 input, #formulario .form-50-2 input {
    width: 90%;
}
#carousel1.owl-carousel .item p {
    top: 130px;
    font-size: 12px;
    line-height: 25px;
}
#carousel1.owl-carousel button.owl-prev, #carousel1.owl-carousel button.owl-next {
    background: transparent;
    top: 119px;
}
	h3#cotizar-1 {
    padding: 10px 10px;
}
label.form-100 textarea {
    height: 40px;
	}
}

@media (max-width: 1280px) {
div#formulario {
    right: 74px !important;
}
}

@media (max-width: 1200px) {
div#formulario {
    right: 0px !important;
}
footer {
    padding-top: 50px !important;
}
}

@media (max-width: 1024px) {
article.cont-33 h4 {
    max-width: 100%;
}
}

@media (max-width: 800px) {
article.cont-33 h4 {
    max-width: 100%;
    float: left;
    width: 100%;
}
.cont-2 {
    display: block;
}
article.cont-33 {
    width: 80%;
    margin: 20px auto;
    float: none;
}
section.cont-1200.cont-3 {
    display: block;
}
article.cont-16 {
    width: 50%;
    float: left;
    min-height: 100px;
    position: relative;
}
}

/*responsive*/
@media (max-width: 768px) {
h3#cotizar-1 {
    height: auto;
    border-radius: 165px;
    width: 100px;
    padding: 40px 10px;
    float: right;
    text-align: center;
    font-size: 20px !important;
}
.cont-plan {
    display: block;
    text-align: center;
}
.cont-100.cont-5 .cont-50 {
    width: 100%;
    max-width: 90%;
    margin: 10px 5% !important;
    padding: 0px !important;
}
.cont-100.cont-5 .cont-50:nth-child(1) h3, .cont-100.cont-5 .cont-50:nth-child(2) h3 {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}
.cont-100.cont-5 .cont-50:nth-child(1) {
    background-image: none;
    border-radius: 30px;
    background: rgba(31,34,85,1);
    background: -moz-linear-gradient(45deg, rgba(31,34,85,1) 0%, rgba(228,40,65,1) 42%, rgba(228,40,65,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(31,34,85,1)), color-stop(42%, rgba(228,40,65,1)), color-stop(100%, rgba(228,40,65,1)));
    background: -webkit-linear-gradient(45deg, rgba(31,34,85,1) 0%, rgba(228,40,65,1) 42%, rgba(228,40,65,1) 100%);
    background: -o-linear-gradient(45deg, rgba(31,34,85,1) 0%, rgba(228,40,65,1) 42%, rgba(228,40,65,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(31,34,85,1) 0%, rgba(228,40,65,1) 42%, rgba(228,40,65,1) 100%);
    background: linear-gradient(45deg, rgba(31,34,85,1) 0%, rgba(228,40,65,1) 42%, rgba(228,40,65,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2255', endColorstr='#e42841', GradientType=1 );
}
.cont-100.cont-5 .cont-50:nth-child(2) {
    background-image: none;
    border-radius: 30px;
    background: rgba(68,174,206,1);
    background: -moz-linear-gradient(top, rgba(68,174,206,1) 0%, rgba(42,74,163,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(68,174,206,1)), color-stop(100%, rgba(42,74,163,1)));
    background: -webkit-linear-gradient(top, rgba(68,174,206,1) 0%, rgba(42,74,163,1) 100%);
    background: -o-linear-gradient(top, rgba(68,174,206,1) 0%, rgba(42,74,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(68,174,206,1) 0%, rgba(42,74,163,1) 100%);
    background: linear-gradient(to bottom, rgba(68,174,206,1) 0%, rgba(42,74,163,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44aece', endColorstr='#2a4aa3', GradientType=0 );
}
.cont-100.cont-5 .cont-50 p {
    color: #fff;
}
header {
    width: 100%;
    position: absolute;
    padding-top: 30px !important;
}
.cont-100.cont-5 .cont-50 a {
    border: 4px solid #fff;
    padding: 15px 7px;
    background: transparent !important;
    position: absolute;
    left: auto !important;
    margin: 0 5%;
    width: 90%;
    bottom: 20px !important;
    padding: 10px 0px !important;
}
div#formulario {
    top: 100px;
}
a.btn-clientes {
    letter-spacing: 10px;
}
a.btn-tel {
    background: transparent;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    padding: 10px 5px;
    right: 20px;
    top: 0px;
}
a.btn-tel::before {
    content: " ";
    background: url(../img/icon-tel.png) center center no-repeat;
    width: 40px;
    background-size: contain;
    height: 40px;
    left: 0px;
    top: 0px;
}
h3#cotizar-1 {
    height: 100px;
    border-radius: 150px;
    width: 100px;
    padding: 50px 40px 0px 20px;
    float: right;
}
img.img-slide {
    top: 150px;
    left: 2%;
}
.cont-slide ul {
    width: 90%;
    margin: 0 5%;
}
a.btn-slide {
    left: 5%;
}
article.cont-25 {
    width: 50%;
}
.cont-100.cont-5 .cont-50 a {
    left: 10%;
    bottom: 80px;
}
.cont-slide h2 {
    width: 90%;
    margin: 500px 5% 0px;
    float: left;
}
.cont-50.aos-init.aos-animate {
    padding-top: 50px;
}
footer .cont-1200 .cont-33 {
    position: relative;
    width: 100%;
    margin: 10px auto 20px;
    float: left;
    display: block;
    text-align: center;
}
footer {
    padding: 40px 0px 0px !important;
}
	.cont-slide ul li {
    width: 100%;
    text-align: left;
	}
}

@media (max-width: 500px) {
	.bg-linea {
    padding-bottom: 70px;
	}
	.cont-slide {
    margin-bottom: 0px;
	}
	.cont-slide h2 br {
    display: none;
}
a.btn-tel {
    right: 10px;
    top: 15px;
}
header {
    padding-top: 10px !important;
}
.cont-slide h2 {
    margin: 400px 5% 0px;
}
.caja-titulo {
    display: block;
    text-align: center;
}
img.img-flexline {
    margin-top: 10px;
}
#carousel1.owl-carousel .item:hover{
    border-radius: 20px;
    background: -moz-linear-gradient(top, rgba(68,174,206,1) 0%, rgba(42,74,163,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(68,174,206,1)), color-stop(100%, rgba(42,74,163,1)));
    background: -webkit-linear-gradient(top, rgba(68,174,206,1) 0%, rgba(42,74,163,1) 100%);
    background: -o-linear-gradient(top, rgba(68,174,206,1) 0%, rgba(42,74,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(68,174,206,1) 0%, rgba(42,74,163,1) 100%);
    background: linear-gradient(to bottom, rgba(68,174,206,1) 0%, rgba(42,74,163,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44aece', endColorstr='#2a4aa3', GradientType=0 );
}
.cont-1200 {
    max-width: 90% !important;
    margin: 0 auto;
}
header .cont-1200 {
    min-height: 70px;
}
h1.logo {
    display: none;
}
h2.logo2 {
    left: 5%;
    float: left;
    position: relative;
    border: 0px;/* height: 50px; */
}
.top-50 {
    top: auto !important;
    bottom: 20px;
    right: 20px;
}
	.cont-100.cont-6 h3 {
    font-size: 24px;
    line-height: 30px;
}
}

@media (max-width: 414px) {
	.cont-100.cont-5 .cont-50 a {
    margin: 0 5%;
    padding: 10px 0px;
    left: auto;
    width: 90%;
    max-width: 90%;
    display: block;
    float: none;
}

	a.btn-tel {
    right: 0px;
	}
#formulario .form-50-1 input, #formulario .form-50-2 input {
    width: 100%;
}
h1.logo {
    display: none;
}
div#formulario {
    top: 100px;
    max-width: 90%;
    margin: 0 5%;
}
	img.img-slide {
    top: 100px;
	}
	.cont-slide h2 {
    margin: 230px 5% 0px;
}
}

@media (max-width: 375px) {
	.cont-slide h2 {
    margin: 200px 5% 0px;
}
div#formulario h3 {
    font-size: 24px;
}
.cont-100.cont-5 .cont-50 p {
    margin-top: 10px;
    font-size: 14px !important;
}
	.cont-100.cont-5 .cont-50:nth-child(1) h3, .cont-100.cont-5 .cont-50:nth-child(2) h3{
		margin-bottom: 10px;
	}
.cont-100.cont-5 .cont-50:nth-child(1) h3::after, .cont-100.cont-5 .cont-50:nth-child(2) h3::after {
    margin-top: 20px;

	}
	.cont-100.cont-5 .cont-50 {
    min-height: 590px;
}

h3#cotizar-1 {
    height: 34px;
    border-radius: 150px;
    width: 88px;
    padding: 36px 10px;
    font-size: 18px !important;
    float: right;
}
	div#formulario {
    top:70px;
}
}

@media (max-width: 320px) {
	.cont-plan {
    margin: 30px auto;
}
	section.cont-100 .cont-3 h3 {
    font-size: 25px;
}
	section.cont-1200.cont-2 h3 {
    font-size: 28px;
    line-height: 40px;
}
	h2.logo2 {
    width: 190px;
}
	.cont-slide h4 {
    margin-top: 50px;
}
}
