/*estilos header*/
body{
    padding-top: 126px;
}

header{
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 5;
    background-color: #fff;
}

a {
    color: #000 !important;
}

.topHeader{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.socialMedia a{
    color: #000;
}

.socialMedia a:hover{
    color: #0a73db;
}

.logoHead img{
    width: 160px;
}

.contactoHeader a i{ 
    display: none;
}

.headerBottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    max-width: 1250px;
    margin: 0 auto;
}

.contactoHeader a{
    font-size: 14px;
    color: #000;
    margin-right: 15px;
}

.contactoHeader a:hover strong{
    color: #0a73db;
}

.container{
    max-width: 1250px !important;
}

.itemOptions{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.itemOptions a{
    margin-left: 25px;
}

.itemOptions a:hover{
    color: #0a73db !important;
}

.linkMenu a:hover {
    color: #fff !important;
    background: #0a73db !important;
}

.subMenu{
    position: relative;
}

.serviciosMenus{
    position: absolute;
    width: 200px;
    top: 35px;
    left: 15px;
}

#collapseExample{
    border-top: 3px solid rgb(10, 115, 219);
}

.linkMenu{
    background-color: #fff;
}

.linkMenu a:hover{
    background: #f4f5f9;
    color: #25262a;
}

.linkMenu a{
    list-style: none;
    margin: 0;
    min-width: 200px;
    display: block;
    padding: 9px 20px;
    position: relative;
    font-size: 15px;
}

a.btnCollapse{
    position: relative;
    margin-right: 10px;
}

a.btnCollapse::before {
    font-size: 10px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 11px;
    right: -20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);


}

a.btnCollapse.upArroy::before{
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
}

/*menu movil*/
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
    height: 50px;
    display: block;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.menu-button:hover .line {
    stroke: #0a73db;
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.menu-button{
    display: none;
}

.itemOptions,
.cotRInterior .cotRapido {
    scrollbar-width: thin;
    scrollbar-color: #0a73db #0a73db;
}

/* Works on Chrome, Edge, and Safari */
.itemOptions::-webkit-scrollbar,
.cotRInterior .cotRapido::-webkit-scrollbar{
    width: 10px;
}

.itemOptions::-webkit-scrollbar-track,
.cotRInterior .cotRapido::-webkit-scrollbar-track{
    background: transparent;
}

.itemOptions::-webkit-scrollbar-thumb,
.cotRInterior .cotRapido::-webkit-scrollbar-thumb{
    background-color: rgba(10, 115, 219, 0.2); 
    border-radius: 20px;
    border: 3px solid transparent;
}

.divServicios{
    /* box-shadow: 0px 0px 13px rgb(0 0 0 / 25%); */
    /* padding: 35px 0; */
    border-radius: 5px;
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.titleSec{
    font-size: 23px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 40px;
    width: 100%;
}

.divServicios p{
    letter-spacing: 0.5px;
    font-size: 14px;
    text-align: justify;
    margin: 0;
    padding-top: 10px;
}

.datoCard h2{
    font-size: 25px;
}

.serviciosContent{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.itemServicio{
    width: 24%;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 25%);
    padding: 15px 20px;
    transition: all ease-in-out 0.3s;
}

.itemServicio:hover{
    color: #fff;
    background-color: #0a73db;
}

.itemServicio:hover span,
.itemServicio:hover h3{
    color: #fff;
}

.itemServicio span{
    font-size: 80px;
    text-align: center;
    display: block;
    color: #0a73db;
    margin-bottom: 10px;
}

.itemServicio h3{
    color: #0a73db;
    text-align: center;
    font-size: 18px;
}

.btn.btnBlue{
    padding: 11px 30px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    height: 50px;
    font-weight: 700;
    color: #fff !important;
    background-color: #0a73db;
    border-color: #0a73db;
}

.finFooter{
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-top: 20px;
    text-align: center;
}

/*tarjetas valores*/

.valoresCards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
    align-items: baseline;
}

.itemCard {
    width: 30%;
    transition: all ease-in-out .5s;
}

.itemCard:hover{
    box-shadow: 0px 0px 13px rgb(0 0 0 / 25%);
}

.itemCard img{
    width: 100%;
}

.datoCard{
    padding: 15px;
}

.datoCard span{
    color: #0a73db;
}

/*contacto*/
.form-group.fullSize{
    width: 66% !important;
}

.contactSec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.mailC{
    box-shadow: 0px 0px 13px rgb(0 0 0 / 25%);
    border-radius: 5px;
    width: 35%;
    margin-bottom: 25px;
}

.infoC{
    box-shadow: 0px 0px 13px rgb(0 0 0 / 25%);
    border-radius: 5px;
    margin-bottom: 25px;
    width: 62%;
}

.formsC{
    box-shadow: 0px 0px 13px rgb(0 0 0 / 25%);
    border-radius: 5px;
}

#frmContacto{
    border-radius: 5px;
}

.formDiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.formDiv .form-group {
    FONT-WEIGHT: 100;
    width: 32%;
    margin-bottom: 25px;
}

.formDiv .form-group label{
    font-size: 15px;
}

.formDiv .form-group .form-control{
    border-radius: 5px;
}

.formDiv .form-group.divButton{
    font-weight: 100;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 0;
}

.btn.btnContacto{
    background-color: #0a73db;
    color: #FFF;
    height: 50px;
    width: 250px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mailC a:hover{
    color: #0a73db !important;
}



.btnUp{
    position: absolute;
    right: 15%;
    font-size: 45px;
    font-weight: 100;
}

.btnUp i{
    color: #0a73db;
}

.titleServicio{
    color: #0a73db;
    font-size: 26px;
    text-align: center;
}

.divServicios2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

.sliderServ{
    width: 60%;
}

.infoServicio{
    width: 35%;
    padding-right: 20px;
    height: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 20px 0;
}

.infoServicio p{
    text-align: justify;
}

.infoServicio {
    scrollbar-width: thin;
    scrollbar-color: #27509B #27509B;
}

.slider-servicios .owl-prev{
    position: absolute;
    left: 0;
    top: 40%;
    background-color: transparent !important;
}

.slider-servicios .owl-next{
    position: absolute;
    right: 0;
    top: 40%;
    background-color: transparent !important;
}

.slider-servicios.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent !important;
}

.slider-servicios .owl-prev span,
.slider-servicios .owl-next span{
    font-size: 40px;
}

.slider-servicios.owl-theme .owl-dots .owl-dot.active span, .slider-servicios.owl-theme .owl-dots .owl-dot:hover span {
    background: #27509B;
}

/* Works on Chrome, Edge, and Safari */
.infoServicio::-webkit-scrollbar{
    width: 10px;
}

.infoServicio::-webkit-scrollbar-track{
    background: transparent;
}

.infoServicio::-webkit-scrollbar-thumb{
    background-color: rgba(39, 80, 155, 0.2);
    border-radius: 20px;
    border: 3px solid transparent;
}

.linkMenu a.active {
    color: #fff !important;
    background: #0a73db !important;
}

a .img-fluid{
   width: 100%;
}

@media (max-width: 1400px) {

    .serviciosMenus {
        left: -20px;
    }

}

@media (max-width: 991px) {

    .itemServicio {
        width: 45%;
        margin-bottom: 30px;
    }

    /*contacto*/
    .formDiv .form-group {
        width: 48%;
    }

    .formDiv  .form-group.fullSize{
        width: 100% !important;
    }

    .formDiv .form-group.divButton{
        width: 100%;
        margin: 0 auto;
    }

    .mailC {
        width: 42%;
    }

    .infoC {
        width: 55%;
    }

    .itemCard {
        width: 48%;
        margin-bottom: 25px;
    }

    .sliderServ {
        width: 70%;
        margin: 0 auto;
    }

    .infoServicio {
        width: 90%;
        padding-right: 20px;
        height: 360px;
        overflow-x: hidden;
        overflow-y: scroll;
        margin: 20px auto;
    }

}

@media (max-width: 768px) {

    .menu-button{
        display: block;
    }

    .divMenu{
        position: fixed;
        top: 126px;
        bottom: 0;
        right: -100%;
        padding: 50px 30px;
        margin: 0;
        z-index: 3;
        width: 350px;
        height: 100vh;
        transform: translate3d(0,0,0);
        transition: right .4s ease-in-out .1s;
        background-color: #fff;
        transform: translate3d(0px, 0px, 0px);
        border-top: 1px solid #e9ecef;
    }

    .divMenu.open{
        right: 0 !important;
    }

    .itemOptions {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
        height: 75vh;
        overflow-x: hidden;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow-y: scroll;
        padding-bottom: 25px;
        display: block;
    }

    .itemOptions a {
        margin-left: 0;
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
    }

    .serviciosMenus {
        position: relative;
        width: 100%;
        top: unset;
        left: unset;
    }

    .linkMenu a{
        margin-bottom: 0;
        font-size: 16px;
    }

    #collapseExample {
        border-top: 2px solid rgb(10, 115, 219);
        padding-top: 5px;
    }

    a.btnCollapse::before {
        font-size: 13px;
        top: 16px;
        right: 0;
    }

    .contactoHeader a{
        display: inline-flex;
        align-items: center;
    }

    .contactoHeader a font{
        display: none;
    }

    .contactoHeader a i{ 
        margin-right: 7px;
        font-size: 15px;
        display: block;
    }

    .itemServicio {
        width: 100%;
    }

    .site-blocks-cover p {
        font-size: 23px !important;
    }

    .sliderServ {
        width: 100%;
    }

    .infoServicio {
        width: 90%;
        padding-right: 0;
        height: auto;
        margin: 20px auto;
    }

    .btnUp {
        right: 50px;
        bottom: 0;
    }

    .linkMenu a.active {
        margin-bottom: 10px;
    }

}

@media (max-width: 575px) {

    .divMenu{
        width: 100%;
    }

    .formDiv .form-group {
        width: 100%;
    }

    .btn.btnContacto {
        width: 100%;
    }

    .mailC,
    .infoC {
        width: 100%;
    }

    .itemCard {
        width: 100%;
    }

    .site-blocks-cover p {
        font-size: 20px !important;
    }

    .infoServicio p {
        font-size: 14px;
    }

    .infoServicio {
        width: 95%;
    }

    .slider-servicios .owl-next {
        top: 30%;
    }

    .slider-servicios .owl-prev {
        top: 30%;
    }

    /*edw ajuste features 05mar2023*/
.col-md-3.ml-auto.features{
    margin-top: 1rem;
}

}