/*  
Theme Name: MMANI
Author: CIEE
*/


/*  CSS RESET  */
/**/
/**/
/**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a {
    text-decoration:none;
    color: #3c3c3b;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
    outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    position: relative;
    display: block;
    height: 100%;
}

#cotiza-form input[disabled] {
    background: #e2e2e2;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::selection {
    background-color: #817450;
    color: #FFF;
}

::-moz-selection {
    background-color: #817450;
    color: #FFF;
}

/* Tipografia */

@font-face {
    font-family: 'Oswald';
    src: url('assets/fonts/opensans-regular/opensans-regular-webfont.eot');
    src: url('assets/fonts/opensans-regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), 
        url('assets/fonts/opensans-regular/opensans-regular-webfont.woff') format('woff'), 
        url('assets/fonts/opensans-regular/opensans-regular-webfont.ttf') format('truetype'), 
        url('assets/fonts/opensans-regular/opensans-regular-webfont.svg#opensansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/opensans-bold/opensans-bold-webfont.eot');
    src: url('assets/fonts/opensans-bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), 
        url('assets/fonts/opensans-bold/opensans-bold-webfont.woff') format('woff'), 
        url('assets/fonts/opensans-bold/opensans-bold-webfont.ttf') format('truetype'), 
        url('assets/fonts/opensans-bold/opensans-bold-webfont.svg#opensansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Estructura */

html, body {
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #f3f5f6;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

body {
    /*padding-bottom: 50px;*/
    min-height: 100%;
    /*min-width: 900px;*/
    color: #fff;
    font-family: 'Oswald', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px;
}

h2, h3{
    font-family: 'Oswald', sans-serif !important;
}

h3 {
    font-size: 40px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.margen {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width:80%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}

b, strong{ font-weight:bold;}
i, em { font-style: italic; }
p { line-height: 130%; }


/* NAVEGACIÓN-TOGGLE */

#navbar-toggle {
    display: none;
    z-index: 300;
    width: 27px;
    height: 36px;
    padding: 0px;
    border: none;
    background: none;
    transition: all 0.035s linear;
    clear: both;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 0;
    top: 15px;
    outline: none;
}

#navbar-toggle .icon-bar,
#navbar-toggle-submenu .icon-bar {
    display: block;
    width: 27px;
    height: 3px;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    border-radius: 1px;
    transition: all 0.1s linear;
}

#navbar-toggle .icon-bar + .icon-bar,
#navbar-toggle-submenu .icon-bar + .icon-bar {
    margin-top: 5px;
}

.hamburger-bun,
.hamburger-patty {
    position: relative;
}

.navbar-toggle-active .bun-top,
.navbar-toggle-active .hamburger-patty {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle-active .bun-top {
    top: 8px;
}

.navbar-toggle-active .hamburger-patty {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.navbar-toggle-active .bun-btm {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0,0,0,0);
    overflow: hidden;
}

/* S L I D E R */
ul#slider {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top:150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #434343;
}


ul#slider li {
    height: 100%;
    margin-top: 130px;
    padding: 20vh 100px 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
}

ul#slider-sec {
    position: relative;
    top:130px;
    left: 0;
    width: 100%;
    height: 60vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul#slider-sec li {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    padding: 15vh 4%;
}

ul#slider button.slick-next.slick-arrow {
    background-color: transparent;
    color: transparent;
    border: none;
    background-image: url(assets/img/next.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 55%;
    right: 30px;
    cursor: pointer;
    outline: none;
    opacity: 0.3;
}

ul#slider button.slick-prev.slick-arrow {
    background-color: transparent;
    color: transparent;
    border: none;
    background-image: url(assets/img/prev.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 55%;
    left: 30px;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

/* H E A D E R */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 5;
}

.barra-sup {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(89,161,212,1);
    background: -moz-linear-gradient(top, rgba(89,161,212,1) 0%, rgba(0,99,164,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(89,161,212,1)), color-stop(100%, rgba(0,99,164,1)));
    background: -webkit-linear-gradient(top, rgba(89,161,212,1) 0%, rgba(0,99,164,1) 100%);
    background: -o-linear-gradient(top, rgba(89,161,212,1) 0%, rgba(0,99,164,1) 100%);
    background: -ms-linear-gradient(top, rgba(89,161,212,1) 0%, rgba(0,99,164,1) 100%);
    background: linear-gradient(to bottom, rgba(89,161,212,1) 0%, rgba(0,99,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59a1d4', endColorstr='#0063a4', GradientType=0 );
}

header.active .barra-sup {display: none;}
header.active a.logo-h {    
    background-image: url(assets/img/logo-short.png);
    height: 65px;
    width:80px;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: left;
}
header.active a.logo-h img {display: none;}
header.active .barra-inf {height: 65px;}
header.active .socialm {margin-top: 15px;}



.btn-bs {
    width: auto;
    padding: 15px 20px 15px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #898989;
    display: inline-block;
    color: #bbddf5;
    vertical-align: middle;
    font-size: 13px;
    font-family: 'Lato', Arial, Helveica, sans-serif;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.btn-bs a {color: #bbddf5; cursor: pointer;}
.btn-bs a:hover {opacity:.3;}

.tel {
    background-image: url(assets/img/phone.png);
    height: 40px;
    background-position: 20px 12px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.mail {
    background-image: url(assets/img/mail.png);
    height: 40px;
    background-position: 20px 12px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.time {
    background-image: url(assets/img/clock.png);
    height: 40px;
    background-position: 20px 12px;
    background-size: 20px;
    background-repeat: no-repeat;
    border-right: 1px solid #898989;
}

.share {
    background-image: url(assets/img/share.png);
    height: 40px;
    background-position: 20px 12px;
    background-size: 20px;
    background-repeat: no-repeat;
    float: right;
    border-right: 1px solid #898989;
}

.lang {
    background-image: url(assets/img/down-blue.png);
    height: 40px;
    background-position: 25px 19px;
    background-size: 12px;
    background-repeat: no-repeat;
    float: right;
}

.barra-inf {
    width: 100%;
    height: 115px;
    background-color: #475560;
    transition: all ease 0.3s;
}

a.logo-h {
    height: 115px;
    vertical-align: middle;
    display: inline-block;
}

.logo-h img {
    height: 80px;
    width: 270px;
    padding: 15px 0;
    cursor: pointer;
}

ul#menu-mmani {
    display: inline-block;
    margin-left: 40px;
    vertical-align: middle;
}

ul#menu-mmani li {
    display: inline-block;
    margin-left:20px;
    vertical-align: middle;
}

ul#menu-mmani li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Lato', Arial, Helveica, sans-serif;
}

ul#menu-mmani li a:hover {color: #599fd3;}

.socialm {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top:40px;
}

.socialm a {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: inline-block;
    margin-left: 10px;
}

.socialm a:hover {
    border: 2px solid white;
    color: white;
}

.socialm .facebook{
    border: 2px solid #4267b2;
    color: #4267b2;
}

.socialm .twitter{
    border: 2px solid #1DA1F2;
    color: #1DA1F2;
}

.socialm .linkedin{
    border: 2px solid #0077B5;
    color: #0077B5;
}

a.redes-circle i {
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



.fbk {
    background-image: url(assets/img/face.png);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.twt {
    background-image: url(assets/img/twt.png);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.ggl {
    background-image: url(assets/img/lnkd.png);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.ytb {
    background-image: url(assets/img/play.png);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}


/* INDEX */

.bloque-slider {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}

/*ul#slider h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 120%;
    text-align: center;
    padding: 50px 30px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 70%;
    top: 10vh;
}
**/

ul#slider-sec h2 {
    font-size: 70px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    line-height: 120%;
    text-shadow: 0 0px 10px #4343438f;
    font-weight: 700;
    background-color: #4654619e;
    width: auto;
    padding: 20px 40px;
    left: 0;
    position: absolute;
}

.servicios #map {
    height: 500px;
}

.gm-style-iw {
    color: #000;
}

.barra-carga {
    width: 200px;
    height: 20px;
    background-color: #fff;
    position: relative;
    float: right;
    margin-bottom: 30px;
}

.barra-carga {
    width: 200px;
    height: 20px;
    background-color: #fff;
    position: relative;
    float: right;
    margin-bottom: 30px;
}

span.unquinto {
    background-color: #559ed5;
    width: 20%;
    height: 20px;
    position: absolute;
    box-sizing: border-box;
}

span.dosquinto {
    background-color: #559ed5;
    width: 40%;
    height: 20px;
    position: absolute;
    box-sizing: border-box;
}

span.tresquinto {
    background-color: #559ed5;
    width: 60%;
    height: 20px;
    position: absolute;
    box-sizing: border-box;
}

span.cuatroquinto {
    background-color: #559ed5;
    width: 80%;
    height: 20px;
    position: absolute;
    box-sizing: border-box;
}

span.quintoquinto {
    background-color: #559ed5;
    width: 100%;
    height: 20px;
    position: absolute;
    box-sizing: border-box;
}

.play-slider {
    width: 115px;
    height: 50px;
    border: none;
    background-color: rgb(89,159,211);
    margin-top: 50px;
    background-image: url(assets/img/play.png);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.play-slider:hover {opacity: .5;}

.bloque-slider p {
    display: inline-block;
    color: #fff;
    line-height: 150%;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.bloque-slider p span {
    font-family: 'Lato', Arial, Helveica, sans-serif;
}

.imgn-slider {
    width: 130%;
    height: 300px;
    background-position: left;
    background-size: contain;
    background-color: #48799e;
    background-repeat: no-repeat;
}

.pleca-slider {
    width: 0;
    height: 0;
    border-left: 100vh solid transparent;
    border-top: 140vh solid transparent;
    border-right: 60vh solid #599fd3;
    border-bottom: 230vh solid #599fd3;
    position: absolute;
    right: 0;
    top: -80vh;
    z-index: -1;
}

.playb-slider {
    cursor: pointer;
    outline: none;
    width: 60%;
    height: 200px;
    border: none;
    background-color: transparent;
    margin-top: 50px;
    background-image: url(assets/img/play-blue.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none;
}

.video-shbx {
    width: 100%;
    height: 100vh;
    min-height: 60vh;
    padding: 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    background-color: #465461eb;
    top: -200px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    margin: 0;
}

.close {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 20px;
    color: #404040;
    font-size: 25px;
}

.bloque-1 {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
}

.bloque-1 h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    color: #559ed5;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.bloque-1 p {
    color: #434343;
    /*text-align: center;*/
    width: auto;
    margin: 0;
    line-height: 150%;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.filete {
    display: block;
    width: 55px;
    height: 6px;
    margin: 50px auto;
    background-color: #03a9f4;
    text-align: center;
}

.filete-small {
    display: block;
    width: 30px;
    height: 3px;
    margin: 20px 0;
    background-color: #03a9f4;
    text-align: left;
}

ul#slider-b1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 100px auto 50px auto;
}

ul#slider-b1 li .card{
    margin: 0 20px;
    box-shadow: 0 0px 10px #00000020;
    cursor: pointer;
    position: relative;
    height: 520px;
}

ul#slider-s {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height:450px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 100px auto 50px auto;
}

ul#slider-s li {
    margin: 0 20px;
    cursor: pointer;
    position: relative;
    height: 480px;
}

.imgn-slide-s {
    width: 200px;
    height: 200px;
    background-size: 100% !important;
    border-radius: 110px;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}

ul#slider-b1 li:hover {opacity:.6;}

ul#slider-b1 ul.slick-dots, ul#slider-blog ul.slick-dots {
    position: absolute;
    bottom: -70px;
    width: 100%;
    height: 40px;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul#slider-b1 ul.slick-dots li, ul#slider-blog ul.slick-dots li {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 5px;
    margin: 10px 5px;
    cursor: pointer;
    background-color: #92bae0;
}

ul#slider-b1 ul.slick-dots li.slick-active, ul#slider-blog ul.slick-dots li.slick-active {background-color: #2b78c2;width: 30px;}
ul#slider-b1 ul.slick-dots li button, ul#slider-blog ul.slick-dots li button, ul#slider-testimonio ul.slick-dots li button, ul#slider-dep ul.slick-dots li button {display: none;}

.cont-snglblog {
    width: 100%;
    height: 100%;
    margin-top: 200px;
    overflow: hidden;
}

.img-single {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.bloque-1 h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    color: #559ed5;
    text-align: center;
    margin-left:auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.single p {
    color: #000;
    line-height: 150%;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: left;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    color: #559ed5;
    text-align: left;
    margin: 30px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.imgn-log {
    width: 100%;
    height:280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.more-log {
    width: 110px;
    height: 35px;
    background-color: #03a9f4;
    border: 0;
    outline: none;
    position: absolute;
    top: 245px;
    right: 0;
    color: #fff;
    font-family: 'Lato', Arial, Helveica, sans-serif;
    text-transform: uppercase;
    display: none;
}

.bloque-log {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    color: #465461;
    min-height: 150px;
}

.bloque-log h2 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin: 30px auto;
}

.bloque-log p {
    padding:10px;
}

.cotizador {
    background-color: #599fd3;
    padding:50px 0;
}

.cotizador h2 {
    color: #fff;
    font-family: 'Lato', Arial, Helveica, sans-serif;
    font-size: 45px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.servicios h2, .clientes h2 {
    color: #599fd3;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.single {
    max-width: 800px;
    margin: 0 auto 50px auto;
    position: relative;
}

.single .fb-share-button {
    position: relative;
    right: 0;
}

.single .tw-share-button {
    position: relative;
    left: 100px;
    margin-top: -20px;
    margin-bottom:30px;
}

.cotizador p, .preguntas p {
    width: 60%;
    margin: 0 auto;
    line-height: 180%;
    text-align: center;
    line-height: 150%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.servicios p {
    line-height: 150%;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: #465461;
}

.servicios h3 {
    color: #465461;
    font-family: 'Oswald', Arial, Helveica, sans-serif;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    width: 100%;
    margin: 60px auto 30px auto;
}

.cont-preguntas {
    vertical-align: top;
    margin: 50px auto;
    width: 60%;
}

.pregunta {
    width: auto;
    background-color: #fafafa;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin:0 0 10px 0;
    cursor: pointer;
}

.pregunta:hover {background-color: #fff;}

p.qst {
    color: #027FC2;
    font-family: 'Lato', sans-serif;   
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    vertical-align: text-bottom;
}

p.answ {text-align: left;display: none;width:95%;}

.cotizador-btn {
    width: auto;
    height: auto;
    padding: 15px 30px;
    background-color: #4a5560;
    border: 0;
    outline: none;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin: 40px auto 0 auto;
    display: block;
    box-shadow: 2px 2px 5px #00000040;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.cotizador-btn:hover{opacity:.5;}


/* .servicios .imgn-ventajas{
    background-blend-mode: overlay;
    background-color: #212121;
} */

.imgn-ventajas {
    width: 90%;
    height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    margin: 50px auto;
    min-height: 400px;
    position: relative;
    opacity: 0;
}

.bloque-1.ventajas {
    background-color: #f3f4f7;
}

.servicios {
    width: 100%;
    height: auto;
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#f3f4f7;
}

.curvas, .circulos {
    width: 90%;
    height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    margin: 50px auto;
    min-height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}

.curvas {background-image: url(assets/img/curvas.png);}
.circulos {background-image: url(assets/img/circulos.png);}

.bloque-1.blog h2 {
    color: #559ed5;
    /*text-transform:none;*/
    margin-bottom: 15px;
}

.blog-cuarto {
    width: 49%;
    display: inline-block;
}

.fb-share-button {
    background-image: url(assets/img/faceb.png);
    position: absolute;
    right: 70px;
    top: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
}

.tw-share-button {
    position: absolute;
    right:0;
}

ul#slider-blog {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 100px auto 50px auto;
}

ul#slider-blog li {
    margin: 50px auto 180px auto;
    cursor: pointer;
    position: relative;
    height: 250px;
    text-align: center;
}

.imgn-blog {
    width: 90%;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}

.bloque-blog {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    text-align: left;
    position: relative;
}

.textos-blog{
    width: 90%;
}

.bloque-blog h2 {
    color: #000;
    font-size:18px;
    text-transform: uppercase;
    text-align: left;
}

.bloque-blog p {
    text-align: left;
    margin: 0;
    width: 100%;
    line-height: 150%;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 130%;
}

p.date {
    margin: 20px 0;
    font-size: 12px;
    text-transform: capitalize;
}

ul#slider-testimonio {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:50px auto 50px auto;
}

ul#slider-testimonio ul.slick-dots {
    position: absolute;
    bottom: -70px;
    width: 100%;
    height: 40px;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul#slider-testimonio ul.slick-dots li {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 5px;
    margin: 10px 5px;
    cursor: pointer;
    background-color: #909090;
}

ul#slider-testimonio ul.slick-dots li.slick-active {background-color: #fff; width: 30px;}

ul#slider-testimonio p {
    line-height: 150%;
    color: black;
    font-style: italic;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

ul#slider-testimonio p.company {
    font-style: normal;
}

ul#slider-testimonio button.slick-next.slick-arrow {
    background-color: transparent;
    color: transparent;
    border: none;
    background-image: url(assets/img/next.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    right: 30px;
    cursor: pointer;
    outline: none;
    opacity: 0.3;
}

ul#slider-testimonio button.slick-prev.slick-arrow {
    background-color: transparent;
    color: transparent;
    border: none;
    background-image: url(assets/img/prev.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    left: 30px;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

ul#slider-b1 button.slick-next.slick-arrow, ul#slider-dep button.slick-next.slick-arrow {
    background-color: transparent;
    color: transparent;
    border: none;
    background-image: url(assets/img/flecha2.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    right:-40px;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

ul#slider-b1 button.slick-prev.slick-arrow, ul#slider-dep button.slick-prev.slick-arrow {
    background-color: transparent;
    color: transparent;
    border: none;
    background-image: url(assets/img/flecha1.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    left:-50px;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

.imgn-test {
    width: 30%;
    height: 128px;
    border: 3px solid #00a7f7;
    display: inline-block;
    background-position: center;
    background-size: 80%;
    margin-right: 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-color: white;
}

.cont-test {
    width: 500px;
    margin: 50px auto 0 auto;
    vertical-align: middle;
}

p.company {
    font-size: 16px !important;
    color: #909090;
}

.preguntas {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#f3f4f7;
    color: #212121;
}

.clientes {
    width: 100%;
    height: 100%;
    padding:50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #939ba2;
    color: #212121;
}

ul#slider-cliente {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px auto 30px auto;
}

/*ul#slider-cliente li {
    margin: 0 20px;
    cursor: pointer;
    position: relative;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 90px;
}*/

ul#slider-cliente button.slick-next.slick-arrow {
    background-color: transparent;
    color: transparent;
    border: none;
    background-image: url(assets/img/flecha2.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    right:-40px;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

ul#slider-cliente button.slick-prev.slick-arrow {
    background-color: transparent;
    color: transparent;
    border: none;
    background-image: url(assets/img/flecha1.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    left:-50px;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

.clientes h2 {
    color: #fff;
    font-family: 'Lato', Arial, Helveica, sans-serif;
    font-size: 45px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.clientes .filete {
    background-color: #fff;
    margin: 50px auto;
    text-align: center;
}

.clientes p {
    color: #fff;
    text-align: left;
    line-height: 150%;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    width: 60%;
    margin: 0 0 50px 0;
    line-height: 180%;
}

.newsletter {
    width: 100%;
    height: 100%;
    padding:30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #599fd3;
}

h3 {
    font-family:'Oswald', sans-serif;
    font-weight:600;
    font-size: 40px;
    color: #599fd3;
    text-align: center;
    width: 80%;
    margin:0 30px 10px 30px;
    position: relative;
    display: inline-block;
}

/*.filete-dot {
    width: 100px;
    height: 5px;
    background-image: url(assets/img/filete.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: -7px;
}*/

.tit-h3 {
    text-align: center;
}


ul#slider-dep {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px auto 30px auto;
}

ul#slider-dep li {
    cursor: pointer;
    position: relative;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

ul#slider-dep li:hover {opacity:.6;}

ul#slider-dep ul.slick-dots {
    position: absolute;
    bottom: -70px;
    width: 100%;
    height: 40px;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul#slider-dep ul.slick-dots li {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 6px;
    margin: 10px 5px;
    cursor: pointer;
    background-color: #909090;
}

ul#slider-dep ul.slick-dots li.slick-active {background-color:#121212;}





.col {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}

.logo-cte {
    width: 180px;
    height: 80px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 50px;
}

#map {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
}

input {
    width: 100%;
    display: inline-block;
    background-color: #ddd;
    outline: none;
    border: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 10px 0;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize !;
    font-size: 16px;
    color: black;
}

textarea {
    width: 100%;
    display: inline-block;
    background-color: #ddd;
    outline: none;
    border: 0;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
    height: 100px;
}

button#enviado {
    padding: 10px 30px;
    background-color: #03a9f4;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 30px 0 50px 0;
    outline: none;
    border: 0;
}

input#correo {
    float: right;
}

.arroba {
    background-image: url(assets/img/arroba.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 60px auto 0 auto;
}

.tel-azul {
    background-image: url(assets/img/tel-azul.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0 auto;
}

.bloque-1.contact {
    padding: 100px 0 0 0;
}


.form-news {
    width: 80%;
    height: auto;
    padding: 30px;
    border: solid #fff 2px;
    margin: 0 auto;
    position: relative;
}

.news-txt {
    padding-left: 60px;
    position: absolute;
    top: 35px;
    width: 50%;
    display: inline-block;
    font-size: 12px;
}

input#news {
    width: 30%;
    display: inline-block;
    float: right;
    margin-top: 10px;
    background-color: #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#fff;
}

button#enviar {
    background-image: url(assets/img/btn-news.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: none;
    border: none;
    color: transparent;
    position: absolute;
    right: 0;
    top: 48px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

footer {
    background-color: #212121;
    width: 100%;
    height: auto;
    padding:50px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(assets/img/mapa.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.barra-footer {
    width: 100%;
    height: auto !important;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    font-size: 11px;
    height:30px;
}

.datos, .links, .twts  {
    width:19%;
    height: auto;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.datos  {
    margin-right:5%;
}

.links, .twts  {
    width:19%;
}

.logo {
    background-image: url(assets/img/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    width:90%;
    height: 100px;
    margin-bottom: 20px;
}

.datos p {
    line-height: 180%;
    font-size: 12px;
    margin-bottom: 30px;
}

p.tit-footer {
    font-size: 30px;
    text-transform: uppercase;
}

.links a {
    color: #9E9E9E;
    display: block;
    margin: 20px 0;
    font-size: 15px;
}

.links p {
    color: #9E9E9E;
    display: block;
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.twts {
    background-image: url(assets/img/twtr.png);
    background-position: top;
    background-size: contain;
    height: 200px;
    border-radius: 5px;
}

footer .redes {
    position: absolute;
    right: 0;
    top: 0px;
    width: 200px;
    height: 20px;
}

footer .redes span {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    background-size: contain;
    opacity: .5;
}


#overlay {
    background-color:rgba(0,0,0,.65);
    height:100%;
    left:0;
    position:relative;
    top:0;
    transition:background-color 300ms ease;
    width:100%;
}

.fade { background-color:rgba(0,0,0,.85) !important; }


/* Hero Video + Fallback */

#hero-vid {
    backface-visibility:hidden;
    background:url("http://www.markhillard.com/sandbox/media/polina.jpg") no-repeat scroll 0 0 #000;
    background-size:cover;
    bottom:-40vh;
    height:auto;
    min-height:100%;
    min-width:100%;
    perspective:1000;
    position:fixed;
    right:0;
    width:auto;
    z-index:-1;
}

#hero-pic {
    display:block;
    height:auto;
    width:100%;
}

#state {
    bottom:0;
    cursor:pointer;
    font-size:2.25rem;
    left:0;
    line-height:1;
    padding:2rem 2.5rem 1.65rem;
    position:absolute;
}


.col-cont {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.col-select {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.col-cont p {
    color: #000;
    text-align: justify;
    line-height: 150%;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.servicios-cont {
    padding: 50px 0;
}

.servicios-cont  h1 {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

.servicios-cont .txt {
    width: 48%;
    vertical-align: top;
    display: inline-block;
}

.servicios-cont .img {
    float: right;
    width: 48%;
    vertical-align: top;
    display: inline-block;
}

.img-serv {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
}

.col-select p {
    color: #000;
    font-size: 14px;
    margin: 5px 0;
    border-bottom: 1px solid #000;
    padding: 5px 0 10px 0;
    cursor: pointer;
}

.col-select p:hover {
    color: #559ed5;
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flash.animated {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.contenedor-cotizador {
    width: 100%;
    padding: 200px 0 50px 0;
}

#cotiza-form {
    background-color:#ebebeb;
    padding: 40px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 130%;
    color: #465461;
}

#cotiza-form p {
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 10px;
}

#cotiza-form p small {
    font-size: 10px;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 90px;
    color: #599fd3;
}

.nota {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin: 30px 0;
}

#cotiza-form h2 {
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    border-bottom: 1px solid #559ed5;
    padding-bottom: 10px;
    color: #559ed5;
}


label {
    font-family: 'Oswald', sans-serif;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

label span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

#cotiza-form input {
    width: 45%;
    display: block;
    margin: 0 0 30px 0;
    background-color: #fff;
    color: #465461;
}

#cotiza-form textarea {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0 0 30px 0;
    background-color: #fff;
    color: #465461;
}

#cotiza-form input[type="checkbox"] {
    width: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin: 5px 0 10px 0;
}

#cotiza-form::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#465461;
    opacity: 1; /* Firefox */
}

#cotiza-form:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#465461;
}

#cotiza-form::-ms-input-placeholder { /* Microsoft Edge */
    color:#465461;
}

.restriccion {display: none;}

div.next, div.prev, div.final {
    padding: 10px 20px;
    background-color: #559ed5;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin: 30px 22% 50px 0;
    outline: none;
    border: 0;
    cursor: pointer;
    width: 80px;
    text-align: center;
    display: inline-block;
}

div.next:hover, div.prev:hover, div.final:hover {background-color:#465461;}

input#otro {
    display: inline-block;
    margin: 0 0 30px 0;
    height: 25px;
    width: 200px;
}

p.cita {
    color:#559ed5;
    font-size: 12px !important;
    margin: 30px 0 30px 0 !important;
}

.paso-2, .paso-3, .paso-4, .paso-5 {display: none;}


.contenedor-cotizador h3 {
    font-size: 40px;
    font-weight: 600;
    color: #599fd3;
    text-align: center;
    width: auto;
    margin: 0 30px 30px 0;
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.btn-contactanos {
    width: 300px;
    height: auto;
    padding: 0 15px;
    text-align: center;
    background-color: #ff9c00;
    margin: 30px auto 0 auto;
    color: #fff;
    font-size:25px;
    font-family: 'Lato', Arial, Helveica, sans-serif;
    text-transform: uppercase;

}

.btn-contactanos a {color: #fff;}
ul#slider-b1 .btn-contactanos {
    width: 200px;
    font-size: 20px;
    padding: 15px;
    margin: 30px auto 0 auto;
}

.servicio {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin:0 1% 50px 1%;
}

.imgn-serv {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}

p.excerpt-sngl {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #465461;
}

.single h2 {
    font-size: 20px;
    color: #519dd7;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.single a {
    color: #4d9cda;
    font-weight: bolder;
}

.single strong {
    color:#7b7b7b;
}

/***flechitas slider header***/

ul#slider a.slick-arrow i.fas.fa-arrow-circle-left, ul#slider-b1 a.slick-arrow i.fas.fa-arrow-circle-left , ul#slider-testimonio a.slick-arrow i.fas.fa-arrow-circle-left{
    background-color: transparent;
    color: #ff9c00;
    border: none;
    top: 55%;
    left: 30px;
    font-size: 40px;
    position: absolute;
    z-index: 2;
    transition: all ease 0.3s;
}
ul#slider a.slick-arrow i.fas.fa-arrow-circle-right, ul#slider-b1 a.slick-arrow i.fas.fa-arrow-circle-right , ul#slider-testimonio a.slick-arrow i.fas.fa-arrow-circle-right{
    background-color: transparent;
    color: #ff9c00;
    border: none;
    top: 55%;
    right: 30px;
    font-size: 40px;
    position: absolute;
    z-index: 2;
    transition: all ease 0.3s;
}

ul#slider-b1 a.slick-arrow i.fas.fa-arrow-circle-left{
    left: -60px;
}

ul#slider-b1 a.slick-arrow i.fas.fa-arrow-circle-right {
    right: -60px;
}

ul#slider-testimonio a.slick-arrow i.fas.fa-arrow-circle-right, ul#slider-testimonio a.slick-arrow i.fas.fa-arrow-circle-left{
    top: 30%;
}

ul#slider-testimonio a.slick-arrow i.fas.fa-arrow-circle-right:hover, ul#slider-testimonio a.slick-arrow i.fas.fa-arrow-circle-left:hover{
    color:white;
}

ul#slider a.slick-arrow i.fas.fa-arrow-circle-left:hover{
    color:white;
    transition: all ease 0.3s;
}
ul#slider a.slick-arrow i.fas.fa-arrow-circle-right:hover{
    color: white;
    transition: all ease 0.3s;
}

ul#slider-b1 a.slick-arrow i.fas.fa-arrow-circle-right:hover{
    color: #ff9c0069;
    transition: all ease 0.3s;
}

ul#slider-b1 a.slick-arrow i.fas.fa-arrow-circle-left:hover{
    color: #ff9c0069;
    transition: all ease 0.3s;
}

.mask{
    position: absolute;
    background:#00000054;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

ul#slider h2{
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 120%;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    left: 0;
    margin: auto;
    width: 70%;
    top: 10%;
}

footer .ciee{
    color: #545454;
    font-size: 15px;
}

.ciee a{
    color: #545454;
    font-size: 15px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}



.btn-arriba{
    position: fixed;
    color: #027FC2;
    right: 25px;
    font-size: 80px;
    bottom: 10px;
    z-index: 4;
}


#slider-cliente .slick-track{
    width: 100% !important;
    padding: inherit;
}
#slider-cliente .slick-track .bg-cliente{
    background: white;
    vertical-align: middle;
    width: 18% !important;
    margin-right: 1%;
    margin-left: 1%;
    border-radius: 10px;
    position: relative;
    heigh: auto;
}

.img-clientes-logos{
    display: block;
    vertical-align: initial;
    width: 110px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.divisor h4{
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    margin-top: 40px;
    color:  #027FC2;
    text-transform: uppercase;
}

.divisor .text-left h4:before{
    font-family: "Font Awesome 5 free";
    content: "\f058";
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
    color: #027FC2;
}

.divisor .text-right h4:after{
    font-family: "Font Awesome 5 free";
    content: "\f058";
    font-size: 30px;
    vertical-align: middle;
    margin-left: 10px;
    color: #027FC2;
}

.divisor .text-left p{
    text-align: left;
    font-size: 16px;
}

.col-3{
    width: 25%;
}


.divisor .text-right p{
    text-align: right;
    font-size: 16px;
}

.text-left {
    text-align: left;
}

.text-right{
    text-align: right;
}

.divisor{
    margin: 60px auto;
    display: -webkit-inline-box;
}

img.fdi.animated.fadeIn {
    vertical-align: middle;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 50%;
    margin: auto;
}


.bol{
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}

.bor{
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}


.col-6 {
    width: 50%;
}

.col-4{
    width: 23%;
    display: inline-block;
    position: relative;
    min-height: 1px;
}


.margen-footer {
    width: 80%;
    margin: 30px auto;
}

ul#slider ul.slick-dots{
    display: block;
    margin: auto !important;
    position: absolute;
    width: 200px;
    text-align: center;
    left: 0;
    bottom: 20px;
    right: 0;
}

ul#slider ul.slick-dots li {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 5px;
    margin: 10px 5px;
    cursor: pointer;
    padding: inherit;
    background-color: #909090;
}
ul#slider ul.slick-dots li.slick-active{
    background-color: white;
    width: 30px;
}

ul#slider ul.slick-dots li button, ul#slider-b1 ul.slick-dots li button, ul#slider-blog ul.slick-dots li button, ul#slider-testimonio ul.slick-dots li button, ul#slider-dep ul.slick-dots li button {
    display: none;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.btn-center-masServicios{
    font-family: 'Oswald', sans-serif !important;
    color: #027FC2;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    vertical-align: text-bottom;
    margin-top: 120px;
}

.btn-center-masServicios:hover{
    text-decoration: underline;
}

.col.datos-generales a p i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    color: #027FC2;
}

.col.datos-generales a p{
    text-align: left;
    font-size: 15px;
    margin: 20px 30px;
    font-family: 'Oswald', sans-serif;
}

.mail-top{
    padding-top: 50px;
}¨
¨
p{
    font-size: 16px;
}



.help {
    width: 70%;
}

.halp{
    width: 20%;
    margin-left: 10%;
}

.single.container-notas:after {
    content: ""; 
    display: table;
    clear: both;
}

.single.container-notas {
    display: -webkit-box;
    max-width: 100%;
}

#nav-below {
    display: flex;
    margin-top: 50px;
    text-align: center;
}

.nav-previous,.nav-next {
    width: 50%;
    font-size: 16px;
}

.nav-previous a:hover,.nav-next a:hover{
    color:#475560;
    transition: all ease 0.3s;
}

.halp h3 {
    margin: 20px 0;
    text-align: left;
    font-size: 16px;
    display: block;
}

.halp a {
    font-weight: 300;
    color: #000;
    font-size: 16px !important;
}

.tag-cloud-link{
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    padding: 6px 12px;
    display: inline-block;
    margin: 6px 3px;
}

li.cat-item {
    border-top: 1px solid #d8d8d8;
    padding: 10px 0;
}

li.cat-item:last-child{
    border-bottom: 1px solid #eee;
}

.link-mapa p:hover{
    color: #03a9f4;
    transition: all ease 0.3s;
}

.container-blog-post {
    margin-top: 200px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.post-to-click {
    margin: 5% auto;
} 

.post-to-click .imgn-blog {
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}

.post-to-click .bloque-blog h2 {
    margin: auto;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
}

.post-to-click .bloque-blog p{
    margin:auto;
    text-align: left;
    line-height: 150%;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 130%;
}

.container-blog-post h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    color: #559ed5;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

ul#slider-sec{
    height: 60vh;
}


ul#slider-sec h2{
    font-weight: 600;
    font-size: 50px;
}

ul#slider-sec li{
    background-size: auto;
    width: 100%;
    background-position: top center;
}

.nav-previous {
    font-size: 20px;
    text-align: left;
}

.nav-previous i {
    vertical-align: middle;
    font-size: 40px;
    margin-right: 30px;
}


.nav-next {
    font-size: 20px;
    text-align: right;
}

.nav-next i {
    vertical-align: middle;
    font-size: 40px;
    margin-left: 30px;
}


li.bol.animated.bounceInLeft{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

li.bor.animated.bounceInRight{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

#slider-ws li {
    width: 40%;
    padding: 0 5%;
    float: left;
    margin: 20px 0;
    display: inline-block;
}

.servicio:last-child {
    margin: auto;
    display: block;
}

a.share-face {
    background-color: #4267b2;
    padding: 5px 30px;
    color: white;
}

a.share-twitter {
    background-color: #1DA1F2;
    padding: 5px 30px;
    color: white;
}

.bloque-blog.textos-blog h2 {
    width: 100%;
}

#comments {
    margin: 60px auto;
}

h3#reply-title {
    width: 100%;
    margin-bottom: 40px;
}

p.logged-in-as {
    margin-bottom: 20px;
    font-family: inherit;
    font-size: 16px;
}

p.comment-form-cookies-consent {
    display: -webkit-box;
    vertical-align: middle;
}

p.comment-form-cookies-consent label {
    margin-left: 20px;
    margin-top: 5px;
}

.clientes-responsive , .dep-responsive{
    display: none;
}

p.dos-tel {
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-size: 15px;
    margin: 20px 30px;
}

p.dos-tel a i{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    color: #027FC2;
}
p.dos-tel a:first-child {
    margin-right: 10px;
}

p.dos-tel a:last-child {
    margin-left: 10px;
}

.barra-footer p{
    display: inline;
    width: 50%;
}

p.redes-footer {
    float: right;
    text-align: right;
    font-size: 16px;
    vertical-align: middle;
}

p.redes-footer .facebook, .redes-footer-responsive .facebook{
    color: #4267b2;
    margin: 0 5px;
}

p.redes-footer .twitter, .redes-footer-responsive .twitter{
    color: #1DA1F2;
    margin: 0 5px;
}


body, html {
    max-width: 100%!important;
    overflow-x: hidden;
}

div#wpcf7-f228-o1 {
    margin-top: -50px;
}

div#map {
    margin-top: 50px;
}

p.ciee a:hover {
    color: white;
}

.barra-footer .redes-footer-responsive{
    display: none;
}

#privacidad p {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300;
}


#privacidad ul {
    list-style: circle;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 300;
}

#privacidad li {
    color: black;
    margin: 10px 0;
    line-height: 140%;
}

#privacidad {
    padding-bottom: 60px;
}

.responsive-img-m{
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 20%;
    display: block;
}