html,
body {
    height: 100%;
    font-family: 'Montserrat';
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "Montserrat-bold";
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
}

.card {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    padding: 1.25rem;
    font-family: 'Montserrat';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat-bold';
    font-weight: 400;
    letter-spacing: 1px;
    color: #666666;
    line-height: 120%;
}

small {
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 1px;
    color: #666666;
    line-height: 120%;
}

h1 {
    font-size: 46px;
    font-weight: bold;
}

h1 {
    font-size: 35px;
}

h3 {
    font-size: 23px;
}

h5 {
    font-size: 17px;
    line-height: 150%;
}

section {
    padding: 100px 0px;
}

.temasr {
    margin-left: -45px;
}

.bulid-back {
    background-image: url(../img/p-2.png);
    background-repeat: no-repeat;
    background-position: 10% bottom;
    background-size: 250px;
    padding: 100px 0px;
}

.imagen_front {
    width: 100%;
}


/* Jumbotron */

#footer {
    /*background-color: rgb(0, 0, 0, 0.6);*/
    background-color: #5cb85cd1;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 7%;
    text-align: right;
    color: #fff;
    padding-bottom: 50px !important;
}

.sd {
    width: 15.666667%;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.f-l {
    /*border-right: solid 1px #6AB850 !important;
    color: #6AB850 !important;*/
    text-decoration: none;
    border-right: solid 1px #fff !important;
    color: #fff !important;
}

a:link {
    text-decoration: none;
    color: none;
}

a:hover {
    text-decoration: none;
}

footer a {
    /*color: #6AB850!important;*/
    color: #fff !important;
}

a .f-l {
    /*color: #6AB850!important;*/
    color: #fff !important;
}

a .f-r {
    /*color: #6AB850!important;*/
    color: #fff !important;
}

#topHome {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../landing/Assets/Modulo01/mapa.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    top: 0;
    left: 0;
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
    padding-top: 125px;
}

#topHome .more {
    background-color: #75c052;
    padding: 15px 0px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    color: #ffffff;
    min-height: 40px;
}

#topHome .more span {
    font-size: 10px;
}

#topHome h1 {
    text-transform: uppercase;
    color: #333333;
    font-size: 46px;
    font-family: "Montserrat";
    font-weight: bold;
}

#topHome h3 {
    color: #666666;
    font-size: 23px;
    font-family: "Montserrat";
    font-weight: 400;
    line-height: 35px;
    margin-top: 20px;
}

.im {
    display: block;
}

.i1 {
    display: block;
}

.i2 {
    display: block;
}

.i3 {
    display: block;
}

.i4 {
    display: block;
}

#topHome h5 {
    color: #666666;
    font-size: 17px;
    margin-bottom: 10px;
    float: left;
}

.frmHomeSearch .form-group {
    width: 100%;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 5px;
    float: left;
}

.frmHomeSearch input[type="text"] {
    padding: 7px 10px;
    width: 100%;
    border: none;
    outline: none;
    color: #666666;
    border-radius: 40px;
}

.frmHomeSearch button,
.slider-copy a {
    background-color: #75c052;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px !important;
}

.frmHomeSearch button {
    float: right;
}

.frmHomeSearch small {
    float: left;
    font-size: 12px;
    font-weight: 400;
}

.frmHomeSearch small a {
    color: #666;
    text-decoration: underline;
}


/* Navbar */

.navbar-collapse {
    width: 100%;
}

.navbar-collapse.collapse.show {
    height: 100%;
}

.navbar-nav {
    height: 100%;
}

.navbar {
    /*height: 500px;*/
    font-family: "Montserrat";
    margin-bottom: 0px !important;
    min-height: 100px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar .navbar-right {
    padding-top: 30px;
}

.navbar .nav li a {
    color: #888888;
    font-family: "Montserrat";
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar .nav li a.btn {
    text-transform: uppercase;
    background-color: #75c052 !important;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar .nav li>button {
    margin-left: 30px;
}

.navbar .nav li a:hover {
    background-color: transparent;
    color: #75c052;
}

nav.scrolled {
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0 8px 6px -6px rgba(34, 34, 34, 0.2);
    -moz-box-shadow: 0 8px 6px -6px rgba(34, 34, 34, 0.2);
    box-shadow: 0 8px 6px -6px rgba(34, 34, 34, 0.2);
}


/* Slider */

.sl1,
.sl2,
.sl3,
.sl4,
.sl5,
.sl6 {
    background-position: 100% center !important;
    background-color: #f8f8f5;
}

.sl1,
.sl2,
.sl3,
.sl4,
.sl5,
.sl6 {
    background-repeat: no-repeat;
    position: relative;
    background-position: right top;
    background-size: contain;
    width: 100%;
    min-height: 470px;
}

.sl1 {
    background-image: url(../img/slider/s1.png);
}

.sl2 {
    background-image: url("../img/slider/s2.png");
}

.sl3 {
    background-image: url("../img/slider/s3.png");
}

.sl4 {
    background-image: url("../img/slider/s4.png");
}

.sl5 {
    background-image: url("../img/slider/s5.png");
}

.sl6 {
    background-image: url("../img/slider/s6.png");
}

.carousel-control.left {
    background-image: none !important;
}

.slider-copy {
    padding: 70px 0px 40px 0px;
    width: 50%;
}

.slider-copy h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 1px;
}

.slider-copy a {
    font-size: 19px;
    text-transform: uppercase;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(153, 153, 153, .5);
    border-radius: 0px;
    border-color: transparent;
}

.carousel-indicators .active {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #686a76;
}


/* Acordion-home */

#accordion .accordion-child h3 a {
    color: #616161;
    font-weight: 200 !important;
    width: 100%;
    display: block;
    padding-right: 40px;
    position: relative;
    text-decoration: none;
}

#accordion .accordion-child h3 a:after {
    right: 10px;
}

#accordion .accordion-child h3 a:after {
    font-family: 'Montserrat';
    content: "\f106";
    position: absolute;
    right: 30px;
    top: 0px;
    font-size: 30px;
    font-weight: lighter;
    color: #d8d8d8;
}

#accordion .accordion-child .card-block {
    font-size: 12px;
    color: #828282;
    padding-top: 15px;
}

#accordion .accordion-child {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/* secction green */

.green {
    background-color: #74c152;
    color: #ffffff;
    padding: 50px 0px;
}

.green h2,
.green h5 {
    color: #FFFFFF;
}

.green ul li {
    font-size: 17px;
}


/* Lidar */

.lidar {
    min-height: 350px;
    background-image: url(../img/lidar.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    color: #ffffff;
    padding: 100px 0px;
}

.maqueta {
    min-height: 350px;
    background-image: url(../img/maqueta.png);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    color: #ffffff;
    padding: 100px 0px;
}

.lidar h2,
.maqueta h2 {
    color: #FFFFFF;
}

.lidar a,
.maqueta a {
    text-transform: uppercase;
    background-color: #75c052 !important;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.bulid-back-r {
    background-image: url(../img/p-2.png), url(../img/IniciaTuTramite.png);
    background-repeat: no-repeat;
    background-position: 90% bottom, 20% center;
    background-size: 250px, contain;
    min-height: 500px;
    padding-top: 100px;
}

#jumbotron {
    padding: 50px 80px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e3e2e2;
}

.row-top {
    padding-left: 10px;
    margin-bottom: -15px !important;
}

.info-card {
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 1px;
    color: #666666;
    line-height: 120%;
    font-size: 14px !important;
}

a.btn-more {
    float: right !important;
    margin: 10px;
    color: white;
    background-color: #a3a3a3;
    font-size: 16px !important;
    padding-bottom: 2px !important;
}

a.btn-more:hover {
    background: #75c052 !important;
}


/* Footer */

footer {
    background-color: #75C052;
    padding: 30px;
    font-family: "Montserrat";
}


/* text */

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

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

.aliign-center {
    text-align: center;
}

.sidebar-nav {
    padding: 9px 0;
}


/* drop */

@media only screen and (min-width: 692px) {
    .temasr {
        margin-left: 0px;
    }

    .dropdown-menu {
        border: none !important;
        margin-top: 100px;
        position: absolute;
        z-index: 2;
        left: 50%;
        transform: translateX(54%);
        border: 8px solid transparent;
        background-color: rgb(121, 121, 121, 0.7) !important;
        content: '';
        width: 222%;
        padding: 0%;
        border: 8px solid transparent;
        border-top-color: #25283d;
    }
}

.border-r {
    border-right: solid 2px #a3a9ad;
}

.cont_icon_trg {
    height: auto;
}

.dropdown-menu a {
    color: white !important;
}

.dropdown-menu li {
    height: 40px;
}

.dropdown-menu li:hover {
    background-color: rgb(106, 184, 80) !important;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 50px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

#container-blanco {
    background-color: #ffffff;
}

@media only screen and (max-width: 692px) {
    .temasr {
        margin-left: 0px;
    }

    #btnIngresar {
        margin-top: 20px;
    }

    .dropdown-menu li {
        height: 24px;
    }

    .img-visor {
        display: none !important;
    }

    .sub-title-v {
        border-bottom: 0px;
        color: #ffffff !important;
        font-size: 11px !important;
    }

    h2 {
        color: #ffffff !important;
        font-size: 20px !important;
    }

    center h2 {
        color: #666666 !important;
        font-size: 20px !important;
    }

    #container-blanco {
        background-color: rgba(0, 0, 0, 0.0);
    }

    .im {
        display: none
    }

    .info-card {
        margin-top: -10px;
        font-family: 'Montserrat';
        font-weight: 400;
        letter-spacing: 1px;
        color: #666666;
        line-height: 120%;
        font-size: 12px !important;
        width: 90%;
    }

    .border-r {
        border-right: 0px;
    }

    .border-r {
        border-right: 0px;
    }

    footer {
        display: none;
    }

    .dropdown-menu {
        border: none !important;
        margin-top: 100px;
        position: absolute;
        z-index: 2;
        border: 8px solid transparent;
        background-color: rgb(121, 121, 121, 0.7) !important;
        content: '';
        width: 80%;
        padding: 0%;
        border: 8px solid transparent;
        border-top-color: #25283d;
    }

    .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        visibility: visible;
        display: block;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }

    .i1 {
        display: none;
    }

    .i2 {
        display: none;
    }

    .i3 {
        display: none;
    }

    .i4 {
        display: none;
    }

    .b-i {
        width: 80px;
    }

    .v-i {
        width: 70px;
        padding-top: 10px;
    }

    .g-i {
        width: 50px
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 10px;
        font-size: 18px;
        line-height: 20px;
    }
}

.sub-title-v {
    border-bottom: dashed 2px #6abf4b;
    font-family: 'Montserrat-bold' !important;
}

@media only screen and (min-width: 692px) and (max-width: 767px) {
    .dropdown-menu li {
        height: auto;
    }

    .img-visor {
        display: none !important;
    }

    .sub-title-v {
        border-bottom: dashed 2px #6abf4b;
        color: #ffffff !important;
        font-size: 10px !important;
    }

    h2 {
        color: #ffffff !important;
    }

    #container-blanco {
        background-color: rgba(0, 0, 0, 0.0);
    }

    .im {
        display: none
    }

    .info-card {
        margin-top: -10px;
        font-family: 'Montserrat';
        font-weight: 400;
        letter-spacing: 1px;
        color: #666666;
        line-height: 120%;
        font-size: 13px !important;
        padding-bottom: 10px;
    }

    .border-r {
        border-right: 0px;
    }

    footer {
        display: none;
    }

    .dropdown-menu {
        border: none !important;
        margin-top: 100px;
        position: absolute;
        z-index: 2;
        border: 8px solid transparent;
        background-color: rgb(121, 121, 121, 0.7) !important;
        content: '';
        width: 80%;
        padding: 0%;
        border: 8px solid transparent;
        border-top-color: #25283d;
        transform: translateX(0%);
    }

    .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        visibility: visible;
        display: block;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }

    .nav .navbar-nav .navbar-right {
        border: 0px
    }
}

@media only screen and (min-width: 992px) {
    .temasr {
        margin-left: -45px;
    }

    .info-card {
        font-family: 'Montserrat';
        font-weight: 400;
        letter-spacing: 1px;
        color: #666666;
        line-height: 120%;
        font-size: 14px !important;
        height: 70px;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 100%;
    }
}

.container-header {
    width: 70%;
}
