/*
Theme Name: PM Engineering
Theme URL: http://
Author: Agencia Mixen
Author URL: http://mixen.mx/
Description: Tema para el sitio de PM Engineering.
Version: 1.0
Text Domain: Mixen Marketing & Web Technology
*/





/***** FONTS *****/
@font-face {
    font-family: 'BebasNeue';
    src: url(fonts/BebasNeue-Regular.otf);
}

@import url('https://fonts.googleapis.com/css?family=Coda');







/***** GENERAL STYLES *****/
* {
    font-family: 'BebasNeue', sans-serif;
}

h1, h2, h3, p, a {
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-family: 'BebasNeue', sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

p, a, li {
    font-family: 'Coda', sans-serif;
    font-size: 18px;
}

a,
button,
input,
select,
textarea {
    text-decoration: none!important;
    outline: none!important;
}

.regular {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.white {
    color: #FFFFFF;
}

.black {
    color: #000000;
}

.grey {
    color: #434242;
}

.light-grey {
    color: #9D9D9D;
}

.blue {
    color: #0D4D9C;
}

.spacing {
    padding: 100px 10px;
}

.light-spacing {
    padding: 50px 10px;
}

.thin-spacing {
    padding: 25px 10px;
}

.clearfix {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.clearfix.spacing-lg {
    margin: 25px 0px;
}

.clearfix.spacing-md {
    margin: 15px 0px;
}

.clearfix.spacing-sm {
    margin: 5px 0px;
}

/*[class*='clip-bottom'] {
    z-index: 1;
}*/

.clip-bottom {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
}

.clip-bottom-25 {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 25px), 50% 100%, 0 calc(100% - 25px));
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 25px), 50% 100%, 0 calc(100% - 25px));
}

.clip-bottom-35 {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 35px), 50% 100%, 0 calc(100% - 35px));
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 35px), 50% 100%, 0 calc(100% - 35px));
}

.clip-container {
    z-index: 1;
}

.clip-comp {
    margin-top: -50px;
    z-index: 0;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.horizontal-align {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.vert-hor-align {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.transition {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}

.wrapper {
    max-width: 100vw;
    overflow: hidden;
}

.content {
    position: relative;
    overflow: hidden;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.abs-pos {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-cover {
    background-size: cover!important;
}

.bg-contain {
    background-size: contain!important;
}

.grey-bg {
    background-color: rgba(88, 88, 88 , .1);
}

.light-blue-bg {
    background-color: #E5EDF5;
}

.divider {
    position: relative;
    display: block;
    height: 10px;
    margin: 10px 0;
}

.divider:after {
    position: absolute;
    display: block;
    content: '';
    height: 2px;
    width: 130px;
    top: 50%;
    left: 50%;
    background-color: #FE9800;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.divider:before {
    position: absolute;
    display: block;
    content: '';
    height: 8px;
    width: 8px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #FE9800;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/* MENU ICON RESPONSIVE */
#nav-icon {
    height: 15px;
    width: 25px;
    position: relative;
    margin: 8px auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    left: 0;
    border-radius: 3px;
    background: #1B1B1B;
    opacity: 1;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 6px;
}

#nav-icon span:nth-child(4) {
    top: 12px;
}

#nav-icon.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
}


/* NAVIGATION INVESTORS */
#navigation-content #navigation-bar {
    z-index: 10;
}

#navigation-content #navigation-bar h3 {
    font-size: 22px;
}

#navigation-content #navigation-bar hr {
    margin: 2px 0;
    border-top: 3px solid #9D9D9D;
}

#navigation-content #navigation-bar .anchors a {
    display: block;
    font-size: 14px;
    margin: 10px 0;
}

#navigation-content #navigation-bar .anchors a:hover,
#navigation-content #navigation-bar .anchors a:focus,
#navigation-content #navigation-bar.item-fixed-top .anchors a:hover,
#navigation-content #navigation-bar.item-fixed-top .anchors a:focus {
    color: #ED1556;
}

#navigation-content #navigation-bar.item-fixed-top {
    position: fixed;
    top: 80px;
    background-color: rgba(30, 30, 30, 0.75);
}

#navigation-content #navigation-bar.item-fixed-top {
    padding: 15px;
}

#navigation-content #navigation-bar.item-fixed-top .subtitle {
    color: #ED1556;
}

#navigation-content #navigation-bar.item-fixed-top .title,
#navigation-content #navigation-bar.item-fixed-top .anchors a {
    color: #FFFFFF;
}

#navigation-content #navigation-bar.item-fixed-top hr {
    border-top-color: #ED1556;
}

#navigation-content #navigation-bar {
    transition: background 350ms ease, padding 350ms ease;
    -webkit-transition: background 350ms ease, padding 350ms ease;
    -moz-transition: background 350ms ease, padding 350ms ease;
    -ms-transition: background 350ms ease, padding 350ms ease;
    -o-transition: background 350ms ease, padding 350ms ease;
}


/* TABLE DEFAULT */
table.default-style td,
table.default-style th {
    border: none;
}

table.default-style thead h3 {
    font-size: 18px;
}

table.default-style tbody h3,
table.default-style tbody p,
table.default-style tbody a.red-bttn {
    font-size: 14px;
}

table.default-style tbody a.red-bttn {
    padding: 7px 15px;
}

table.default-style tbody h3:hover,
table.default-style tbody h3:focus {
    color: #00539B;
}





/***** PARALLAX *****/
.parallax-container {
    position: relative;
    height: auto;
    min-height: 200px;
    overflow: hidden;
}

.parallax {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.parallax img {
    position: absolute;
    display: none;
    bottom: 0;
    background-position: center;
}





/***** CSS LOADER *****/
#loader-container {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    pointer-events: all;
    z-index: 9999;
}

#loader-container.hidden {
    pointer-events: none;
}

#loader-container .loader {
    display: inline-block;
}

#loader-container .loader i {
    font-size: 100px;
    color: #ffffff;
}





/***** MODAL *****/
.modal-dialog {
    position: absolute;
    top: 50%!important;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%)!important;
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}





/***** CAROUSEL FADE AND TOP TRANSITION *****/
/* FADE */
.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .carousel-item.carousel-item-next,
    .carousel-fade .carousel-inner > .carousel-item.active.carousel-item-right {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-item.carousel-item-prev,
    .carousel-fade .carousel-inner > .carousel-item.active.carousel-item-left {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-item.carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
    .carousel-fade .carousel-inner > .carousel-item.active {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
}


/* TOP */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-top .carousel-inner > .carousel-item.active,
    .carousel-top .carousel-inner > .carousel-item.carousel-item-next.carousel-item-left,
    .carousel-top .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right {
        top: 0;
        left: auto;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

    .carousel-top .carousel-inner > .carousel-item.active.carousel-item-right,
    .carousel-top .carousel-inner > .carousel-item.carousel-item-next {
        top: 0;
        left: auto;
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
    }

    .carousel-top .carousel-inner > .carousel-item-next.carousel-item-left,
    .carousel-top .carousel-inner > .carousel-item-prev.carousel-item-right {
        top: 0;
        left: auto;
    }

    .carousel-top .carousel-inner > .carousel-item.active.carousel-item-left,
    .carousel-top .carousel-inner > .carousel-item.carousel-item-prev {
        top: 0;
        left: auto;
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
    }

    .carousel-top .carousel-inner >.active.carousel-item-left {
        top: -100%;
    }

    .carousel-top .carousel-inner > .carousel-item-next {
        top: 100%;
        left: auto;
    }

    .carousel-top .carousel-inner > .carousel-item-next,
    .carousel-top .carousel-inner > .carousel-item-prev {
        position: absolute;
        top: 0;
        left: auto;
        width: 100%;
    }

    .carousel-top .carousel-inner > .carousel-item-prev {
        top: -100%;
        left: auto;
    }
}


/* CONTROLS/INDICATORS */
[class*="carousel-control-"] {
    width: 30px;
    background: none!important;
    text-shadow: none;
}

[class*="carousel-control-"] i {
    position: absolute;
    display: block;
    font-size: 36px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.carousel-indicators {
    position: relative;
    height: 35px;
    width: auto;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 10px;
}

.carousel-indicators li {
    position: relative;
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px!important;
    border: none;
    border-radius: 100%;
    background-color: #E3E3E3;
}

.carousel-indicators.white li.active {
    background-color: #FFFFFF;
}

.carousel-indicators.black li.active {
    background-color: #000000;
}

.carousel-indicators.blue li.active {
    background-color: #00539B;
}

.carousel-indicators.red li.active {
    background-color: #ED1556;
}

[class*="carousel-control-"],
[class*="carousel-control-"] i,
.carousel-indicators li {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}





/***** NAVBAR *****/
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 15px;
    background: #FFFFFF;
    z-index: 99;
    transition: background 500ms ease, height 500ms ease;
    -webkit-transition: background 500ms ease, height 500ms ease;
    -moz-transition: background 500ms ease, height 500ms ease;
    -ms-transition: background 500ms ease, height 500ms ease;
    -o-transition: background 500ms ease, height 500ms ease;
}

.navbar.fixed-top {
    background: #FFFFFF;
}

.navbar .container {
    height: 100%;
}

.navbar .navbar-brand {
    height: 70px;
    width: 150px;
}

.navbar .navbar-brand img {
    max-height: 100%;
}

.navbar .navbar-nav {
    width: 100%;
}

.navbar .navbar-nav li {
    position: relative;
    margin-left: 10px;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    color: #818180;
}

.navbar .navbar-nav > li.active .nav-link,
.navbar .navbar-nav > li.show .nav-link,
.navbar .navbar-nav > li:hover .nav-link,
.navbar .navbar-nav > li:focus .nav-link,
.navbar .navbar-nav > li .nav-link:hover,
.navbar .navbar-nav > li .nav-link:focus {
    color: #1B1B1B;
}

.navbar .navbar-nav > li .nav-link:after {
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 1px solid #FE9800;
    border-bottom: 1px solid #FE9800;
    opacity: 0;
}

.navbar .navbar-nav > li.active .nav-link:after,
.navbar .navbar-nav > li.show .nav-link:after,
.navbar .navbar-nav > li:hover .nav-link:after,
.navbar .navbar-nav > li:focus .nav-link:after {
    opacity: 1;
}

.navbar .navbar-nav > li .nav-link:after {
    transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
}

.navbar .nav-phone {
    width: 285px;
    padding: 0 10px 0 10px;
}

.navbar .nav-phone .col {
    padding: 0;
}

.navbar .nav-phone .col.icon {
    flex-grow: inherit;
    padding-right: 5px;
}

.navbar .nav-phone .col.icon i {
    font-size: 36px;
    color: #FE9800;
}

.navbar .nav-phone .col.tel p {
    font-size: 14px;
    color: #05073C;
}

.navbar .nav-phone .col.tel p span {
    font-size: 24px;
}





/***** INDEX *****/
/* BANNER */
#index #banner {
    height: 80vh;
    margin-top: 90px;
}

#index #banner .carousel,
#index #banner .carousel .carousel-inner,
#index #banner .carousel .carousel-inner .carousel-item {
    height: 100%;
}

#index #banner .container {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
}

#index #banner h1 {
    line-height: 46px;
    font-size: 48px;
}

#index #banner h1 span {
    font-size: 42px;
}

#index #banner a {
    color: #05073C;
    padding: 10px 30px;
    border-radius: 25px;
    background-color: #FFF;
}

#index #banner a:hover,
#index #banner a:focus {
    background-color: #FE9800;
}

/* NOSOTROS */
#index #nosotros h1 {
    text-align: center;
    width: 100%;
}

#index #nosotros .divider:after,
#index #nosotros .divider:before {
    top: 50%;
    left: 0;
    background-color: #FE9800;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

#index #nosotros .divider:before {
    left: 65px;
}

#index #nosotros .img-container {
    height: 420px;
}

#index #nosotros .nav-tabs {
    border: none;
}

#index #nosotros .nav-tabs .nav-item {
    margin: 0;
}

#index #nosotros .nav-tabs .nav-link {
    color: #AFACAC;
    border: none;
    padding: 5px;
}

#index #nosotros .nav-tabs .nav-link img {
    height: 60px;
}

#index #nosotros .nav-tabs .nav-link.active {
    color: #313131;
    background-color: transparent;
    border: none;
}

#index #nosotros .tab-content p {
    font-size: 16px;
}

#index #nosotros .contacto-bttn {
    color: #FFF;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #4F81BF;
}

/* SERVICIOS */
#index #servicios .serv .col {
    height: 150px;
    max-height: 150px;
    overflow: hidden;
}

#index #servicios .serv .col,
#index #servicios .serv .col .col-8 {
    padding: 0;
}

#index #servicios .serv.left-side .col:nth-of-type(odd) {
    margin-left: 75px;
}

#index #servicios .serv.right-side .col:nth-of-type(odd) {
    margin-left: -75px;
}

#index #servicios .serv a {
    color: #313131;
}

#index #servicios .serv a h3 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 0;
    padding-top: 8px;
}

#index #servicios .serv a h3:after {
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 1px solid #05073C;
    border-bottom: 1px solid #05073C;
    opacity: 0;
}

#index #servicios .serv a p i {
    color: #FE9800;
}

#index #servicios .serv a:hover p,
#index #servicios .serv a:hover p {
    color: #FE9800;
}

#index #servicios .serv a:hover p i,
#index #servicios .serv a:hover p i {
    color: #05073C;
}

#index #servicios .serv a:hover h3,
#index #servicios .serv a:focus h3 {
    color: #05073C;
}

#index #servicios .serv a:hover h3:after,
#index #servicios .serv a:focus h3:after {
    opacity: 1;
}

#index #servicios .img-container.middle-img {
    height: 400px;
    width: 100%;
}

#index #servicios .services a.marker {
    position: absolute;
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: rgba(255,153,51,0.25);
    transition: 300ms ease all;
}

#index #servicios .services a.marker:hover {
    background-color: transparent;
}

#index #servicios .services a.marker.inge {
    left: 75px;
    top: 5px;
}

#index #servicios .services a.marker.cons {
    left: 14px;
    bottom: 200px;
}

#index #servicios .services a.marker.carp {
    left: 75px;
    bottom: 55px;
}

#index #servicios .services a.marker.insu {
    right: 75px;
    top: 5px;
}

#index #servicios .services a.marker.sort {
    right: 14px;
    bottom: 200px;
}

#index #servicios .services a.marker.auto {
    right: 73px;
    bottom: 54px;
}

#index #servicios .serv a h3,
#index #servicios .serv a h3:after,
#index #servicios .serv a p,
#index #servicios .serv a p i {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}

/* CLIENTES */
#index #clientes {
    background-color: #1B1B1B;
}

#index #clientes .row,
#index #clientes .carousel,
#index #clientes .carousel .carousel-inner,
#index #clientes .carousel .carousel-item {
    height: 100%;
    width: 100%;
}

#index #clientes .carousel-item {
    padding-left: 35px;
    padding-right: 35px;
}

#index #clientes .carousel .img-container {
    height: 100px;
    width: 100%;
}

#index #clientes .carousel-indicators {
    position: absolute;
    width: 50%;
    bottom: 50px;
    left: auto;
    right: 0;
}

#index #clientes .carousel-indicators li {
    height: 18px;
    width: 18px;
    margin: 0px 3px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}

#index #clientes .carousel-indicators li.active {
    background-color: transparent;
}





/***** PAGE-SERVICIOS *****/
#page-servicios #banner {
    border-top: 110px solid #015188;
}

#page-servicios #banner .single-images {
    padding: 0;
}

#page-servicios #banner .single-images .img-container {
    height: 150px;
    width: 100%;
}

#page-servicios #banner .single-images .col-12 .img-container {
    height: 300px;
    margin-bottom: 15px;
}

#page-servicios #banner .single-info {
    padding: 0;
}

#page-servicios #banner .single-info h2 {
    position: relative;
    color: #015188;
    padding: 10px 0;
    margin-top: 15px;
    z-index: 1;
}

#page-servicios #banner .single-info h2:after {
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    width: calc(100% + 50px);
    top: 0;
    left: -50px;
    background-color: #FE9800;
    z-index: -1;
}

#page-servicios #banner .single-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#page-servicios #banner .single-info li {
    padding-left: 16px;
}

#page-servicios #banner .single-info li:before {
    content: "•";
    padding-right: 8px;
    color: #FE9800;
}

#page-servicios #banner .single-info p,
#page-servicios #banner .single-info li {
    font-size: 16px;
}

#page-servicios #banner .single-info a {
    font-size: 14px;
    color: #05073C;
    padding: 6px 24px;
    border-radius: 25px;
    background-color: #FE9800;
    border: 1px solid #FE9800;
}

#page-servicios #banner .single-info a:hover,
#page-servicios #banner .single-info a:focus {
    background-color: #FFF;
    border: 1px solid #05073C;
}

#page-servicios #banner .single-info .related,
#page-servicios #banner .single-info .related .col-12 {
    padding: 0;
}

#page-servicios #banner .single-info .related .col-12 {
    background-color: #020356;
}

#page-servicios #banner .single-info .related .img-container {
    height: 175px;
    width: 100%;
}

#page-servicios #banner .single-info .related h3 {
    font-size: 28px;
    padding-top: 10px;
}

#page-servicios #banner .single-info .related p {
    padding-bottom: 10px;
}

#page-servicios #banner .single-info .related p i {
    color: #FE9800;
}

#page-servicios #banner .single-info .related a:hover h3,
#page-servicios #banner .single-info .related a:focus h3,
#page-servicios #banner .single-info .related a:hover p,
#page-servicios #banner .single-info .related a:focus p {
    color: #FE9800;
}





/***** DESCANSO *****/
#descanso h1 {
    line-height: 46px;
}

#descanso h1 span {
    font-size: 42px;
}

#descanso .divider:after,
#descanso .divider:before {
    background-color: #05073C;
}

#descanso a {
    color: #05073C;
    padding: 10px 30px;
    border-radius: 25px;
    background-color: #FE9800;
}

#descanso a:hover,
#descanso a:focus {
    background-color: #FFF;
}



/***** CONTACTO *****/
#contacto {
    padding-bottom: 0;
}

#contacto .contacto-info,
#contacto .contact-form {
    padding-bottom: 75px;
}

#contacto .contacto-info {
    padding-top: 15px;
    border-top: 3px solid #FE9800;
    background-color: rgba(4, 107, 175, 0.7);
}

#contacto .contacto-info h3 {
    color: #FE9800;
}

#contacto .contacto-info p i {
    font-size: 22px;
    color: #FE9800;
}

#contacto .contacto-info .fb-icon i {
    font-size: 34px;
    color: #FE9800;
}

#contacto .contacto-info a:hover,
#contacto .contacto-info a:focus {
    color: #FE9800;
}

#contacto .contacto-info .fb-icon:hover i,
#contacto .contacto-info .fb-icon:focus i {
    color: #FFF;
}

#contacto .contacto-info a {
    font-size: 16px;
}

#contacto .contact-form .wpcf7 {
    width: 100%;
}


#contacto .contact-form input[type="text"],
#contacto .contact-form input[type="email"],
#contacto .contact-form input[type="number"],
#contacto .contact-form textarea {
    color: #05073C;
    min-height: 48px;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 20px;
    border: none;
    background-color: #FFF;
}

#contacto .contact-form textarea {
    padding-top: 25px;
}

#contacto .contact-form input[type="submit"] {
    font-size: 20px;
    color: #05073C;
    width: 100%;
    padding: 10px 35px;
    border: none;
    background-color: #FE9800;
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}

#contacto .contact-form input[type="submit"]:hover,
#contacto .contact-form input[type="submit"]:focus {
    color: #FFFFFF;
    background-color: #05073C;
}

#contacto .contact-form ::-webkit-input-placeholder {
    color: #05073C;
}
#contacto .contact-form ::-moz-placeholder {
    color: #05073C;
}
#contacto .contact-form :-moz-placeholder {
    color: #05073C;
}
#contacto .contact-form :-ms-input-placeholder {
    color: #05073C;
}

/* SLIDER SINGLE */
div.photos {
    display: block;
    width:100%;
}
.lSSlideWrapper,
.lSSlideWrapper #lightSlider,
.lSSlideWrapper #lightSlider li {
    height: 400px!important;
    width: 100%;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li {
    border: 1px solid #FFFFFF;

}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0!important;
    border: 1px solid #6d1100;
    transition: all 350ms ease;
}

.lSSlideWrapper #lightSlider li {
    background-size: cover!important;
    background: center center;
}

.lSSlideOuter .lSPager.lSGallery {
    height: 100px;
}

.lSSlideOuter .lSPager.lSGallery > li {
    height: 100%;
    background-size: cover!important;
}

.lSSlideOuter .lSPager.lSGallery > li a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/***** FOOTER *****/
footer {
    padding-bottom: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    background-color: transparent;
}

footer .img-container {
    height: 85px;
    width: 100%;
}

.footer-top {
    padding: 50px 0;
}

.footer-rights {
    background-color: #1B1B1B;
}

.footer-rights p {
    font-family: 'Myriad Pro', sans-serif;
    color: #FFF;
    margin: 0;
    padding: 10px 0;
}

.footer-rights a {
    color: #FFF;
}

.footer-rights a:hover {
    color: #00539B;
    text-decoration: none!important;
}





/***** MEDIA QUERIES *****/
@media (max-width: 1199.98px) {
    #index #servicios .services a.marker {
        height: 82px;
        width: 82px;
    }
    #index #servicios .services a.marker.inge {
        left: 65px;
        top: 40px;
    }
    #index #servicios .services a.marker.cons {
        left: 14px;
        bottom: 209px;
    }
    #index #servicios .services a.marker.carp {
        left: 65px;
        bottom: 90px;
    }
    #index #servicios .services a.marker.insu {
        right: 65px;
        top: 40px;
    }
    #index #servicios .services a.marker.sort {
        right: 14px;
        bottom: 209px;
    }
    #index #servicios .services a.marker.auto {
        right: 65px;
        bottom: 90px;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-toggler {
        border-color: #1B1B1B;
    }
    .navbar {
        padding-bottom: 0;
    }
    .navbar .navbar-nav {
        text-align: center;
    }
    .navbar .container:before {
        position: absolute;
        display: block;
        content: '';
        height: calc(100% - 90px);
        width: 100%;
        top: 90px;
        left: 0;
        background-color: #FFF;
    }
    .navbar .navbar-nav > li .nav-link:after {
        display: none;
    }
    .navbar #navbarSupportedContent {
        margin-top: 10px;
    }

    /* DESCANSO */
    #descanso h1 {
        font-size: 46px;
        line-height: 38px;
    }
    #descanso h1 span {
        font-size: 34px;
    }

    /* SERVICIOS */
    #index #servicios .serv.left-side .col:nth-of-type(odd),
    #index #servicios .serv.right-side .col:nth-of-type(odd) {
        margin-left: 0;
    }
    #index #servicios .serv.left-side .col,
    #index #servicios .serv.right-side .col {
        padding-top: 10px;
    }
    #index #servicios .serv.left-side .col .row,
    #index #servicios .serv.right-side .col .row {
        height: 100%;
    }
    #index #servicios .serv.left-side .col .col-4,
    #index #servicios .serv.right-side .col .col-4 {
        padding: 0;
    }
    #index #servicios .serv.left-side .col .img-container,
    #index #servicios .serv.right-side .col .img-container {
        height: 100%;
        width: 100%;
    }

    /***** CONTACTO *****/
    #contacto .contacto-info {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767.98px) {
    .lSSlideWrapper, .lSSlideWrapper #lightSlider, .lSSlideWrapper #lightSlider li {
        height: 325px!important;
        width: 100%;
    }
    .lSSlideOuter .lSPager.lSGallery {
        height: 75px;
    }
    .lSSlideOuter {
        height: 100%;
    }
    div.photos {
        height: 405px;
    }

}

@media (max-width: 575.98px) {

}

@supports (-ms-ime-align:auto) {
    #about-us,
    #page-news  .carousel-inner,
    #page-properties #property-list,
    #page-news  #news-content {
        margin-top: 0;
        padding-top: 100px;
    }

    #page-news  .row .img-container::before {
        display: none;
    }
}