html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

p {
    margin-bottom: 0px;
}

.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.form-control:active,
.form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.navbar {
    background-color: transparent !important;
    padding: 0px;
}

.sec-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .05);
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 99;
}

.navbar .navbar-brand > img {
    width: 126px;
}

.navbar .nav-item .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: rgba(0, 0, 0, .4);
    transition: .3s;
    letter-spacing: .2px;
}

.navbar .nav-item .nav-link.btn-nav {
    background-color: #F9A51B;
    color: #FFFFFF;
    border-radius: 5px;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
}

.navbar .nav-item .nav-link.btn-nav > i {
    margin-left: 2px;
    transition: .3s;
}

.navbar .nav-item .nav-link.btn-nav:hover > i {
    transform: translateX(3px);
    transition: .3s;
}

/* CAROUSEL */

.carousel-item {
    padding-top: 500px;
    padding-bottom: 200px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.hr-header {
    display: block;
    height: 1px;
    border: 0;
    border-top: 4px solid #F9A51B;
    margin: 1em 0;
    padding: 0;
    width: 40px;
}

.carousel-caption > .t1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, .3);
}

.carousel-caption .t1 > span {
    font-size: 0px;
    display: block !important;
}

.carousel-caption .t1 > b {
    color: #F9A51B;
    font-weight: 600;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 130px;
    left: 7%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-inner {
    width: 100%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 7%;
    margin-right: 7%;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 14px;
    margin-left: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: none;
    opacity: .4;
    transition: opacity .6s ease;
    border-radius: 100px;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #F9A51B;
}

.carousel-indicators li:last-child {
    margin-right: 0px !important;
}

.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 60px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: center;
    width: 19%;
    color: #fff;
    text-align: center;
    opacity: .7;
    transition: opacity .15s ease;
}

.carousel-control-next > img {
    width: 36px;
}

/* CAROUSEL */


/* ABOUT */

.sec-about {
    padding-top: 100px;
    padding-bottom: 100px;
}

.d-img-about {
    height: 450px;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/bg-about.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.d-info-about {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.d-info-about .t1 {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}

.d-info-about .t1 > b {
    font-weight: 600;
    color: #F9A51B;
}

.d-info-about .t2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 14px;
    line-height: 1.3;
}

.d-info-about .t2 > span {
    font-size: 0px;
    display: block;
}

.d-info-about .t3 {
    margin-top: 10px;
}

.d-info-about .t3 > b {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #F9A51B;
}

.d-info-about .t3 > span {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    transform: translateY(-8px);
    margin-left: 5px;
}

.d-info-about .t4 {
    font-size: 14px;
    line-height: 2;
}

.card-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#accordion .card {
    border: none;
}

.card-header {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.card-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.8;
}

.btn-accordion {
    width: 100%;
    padding: 0px;

}

.d-btn-accordion {
    display: flex;
    justify-content: space-between;
}

.d-btn-accordion .t1 {
    color: #F9A51B;
    font-weight: 600;
    font-size: 16px;
}

.d-btn-accordion .t2 {
    margin: 0px;
}

.d-btn-accordion .t2 > img {
    width: 16px;
    margin-top: -10px;
    transition: .3s;
}

.btn-accordion:hover .d-btn-accordion .t2 > img {
    transform: scale(1.3);
    transition: .3s;
}

/* ABOUT */


/* SERVICIOS */

.sec-servicios {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("../images/bg-servicios.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.d-title-sec {
    text-align: center;
}

.d-title-sec .t1 {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}

.d-title-sec .t1 > b {
    font-weight: 600;
    color: #F9A51B;
}

.d-title-sec .t2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 14px;
    line-height: 1.3;
}

.d-title-sec .t2 > span {
    font-size: 0px;
    display: block;
}

.d-owl-servicios {
    margin-top: 40px;
}

.d-item-servicios {
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    height: 390px;
}

.d-item-servicios .t1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.d-item-servicios .t1 > span {
    display: block;
    font-size: 0px;
}

.d-item-servicios > img {
    margin-top: 24px;
    display: inline-block;
    width: 48% !important;
}

.d-item-servicios .t2 {
    font-size: 12px;
    line-height: 1.9;
    margin-top: 30px;
}

/* OWL CAROUSEL */

.owl-carousel .owl-dots {
    padding-top: 30px;
    text-align: center;
}

.owl-carousel .owl-dots span {
    width: 10px;
    height: 10px;
    margin-left: 7px;
    margin-right: 7px;
    background: rgba(255, 255, 255, .2) !important;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-carousel .owl-dots span {
    width: 10px;
    height: 10px;
    margin-left: 8px;
    margin-right: 8px;
    background: rgba(0, 0, 0, .1) !important;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-carousel .owl-dots .active span {
    width: 10px;
    height: 10px;
    margin-left: 8px;
    margin-right: 8px;
    background: #F9A51B !important;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-dot:focus,
.owl-dot:active {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

/* OWL CAROUSEL */

/* REPSE */

.sec-repse {
    padding-top: 100px;
    padding-bottom: 120px;
}


.sec-contacto {
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url("../images/bg-contacto.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec-footer {
    background-color: #E5F4FB;
    padding-bottom: 50px;
}

.d-form-contacto {
    margin-top: 50px;
}

.label-form {
    font-size: 12px;
    font-weight: 500;
}

.input-form {
    border: none;
    font-size: 14px;
    height: 50px;
    border-radius: 5px;
    color: #000000;
}

.form-group.nombre {
    padding-right: 15px;
}

.form-group.correo {
    padding-left: 15px;
}

.input-form::placeholder {
    color: rgba(0, 0, 0, .5);
}

textarea.input-form {
    padding-top: 10px;
}

.btn-lg-primary {
    background-color: #F9A51B;
    height: 50px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 30px;
}

.btn-lg-primary:hover {
    color: #FFFFFF;
}

.btn-lg-primary > i {
    margin-left: 20px;
    transition: .3s;
    font-size: 16px;
}

.btn-lg-primary:hover > i {
    transform: translateX(3px);
    transition: .3s;
}

.d-left-footer > img {
    width: 160px;
}

.text-footer {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
    margin-top: 30px;
}

.text-footer.movil {
    display: none;
}

.d-right-footer {
    text-align: right;
    padding-top: 32px;
}

.btn-phone {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-phone:hover > img {
    transition: .3s;
    transform: scale(1.2);
}

.btn-phone > img {
    width: 26px;
    margin-right: 12px;
    transition: .3s;
}

.d-right-footer ul {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.d-right-footer ul li {
    display: inline-block;
    margin-left: 10px;
}

.d-right-footer ul li > a {
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
    font-weight: 500;
}

.row-repse-list {
    margin-top: 50px;
}

.d-item-repse {
    display: flex;
    align-items: center;
    border-radius: 7px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.d-item-repse .d-image-repse {
    margin-right: 25px;
}

.d-item-repse .d-image-repse > img {
    width: 55px;
    height: 55px;
}

.d-item-repse .d-info-repse .t1 {
    font-size: 16px;
    font-weight: 600;
}

.d-item-repse .d-info-repse .t1 > span{
    display: block;
    font-size: 0px;
}

.d-item-repse.orange {
    border-left: 6px solid #F9A51B;
    background-color: #FFF9F5;
}

.d-item-repse.blue {
    border-left: 6px solid #7AC8E3;
    background-color: #F6FBFD;
}

/* REPSE */
