@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&display=swap');

@font-face {
    font-family: 'Alte Haas Grotesk';
    src: url('font/AlteHaasGrotesk_Bold.eot');
    src: url('font/AlteHaasGrotesk_Bold.eot?#iefix') format('embedded-opentype'),
    url('font/AlteHaasGrotesk_Bold.woff2') format('woff2'),
    url('font/AlteHaasGrotesk_Bold.woff') format('woff'),
    url('font/AlteHaasGrotesk_Bold.ttf') format('truetype'),
    url('font/AlteHaasGrotesk_Bold.svg#AlteHaasGrotesk_Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alte Haas Grotesk';
    src: url('font/AlteHaasGrotesk.eot');
    src: url('font/AlteHaasGrotesk.eot?#iefix') format('embedded-opentype'),
    url('font/AlteHaasGrotesk.woff2') format('woff2'),
    url('font/AlteHaasGrotesk.woff') format('woff'),
    url('font/AlteHaasGrotesk.ttf') format('truetype'),
    url('font/AlteHaasGrotesk.svg#AlteHaasGrotesk') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Alte Haas Grotesk', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-weight: bold;
    font-style: normal;
}
h1{
    font-size: 64px;
    line-height: 64px;
}
h2{
    font-size: 47px;
    line-height: 50px;
}
h3{
    font-size: 35px;
    line-height: 40px;
}
h4{
    font-size: 30px;
    line-height: 35px;
}
h5{
    font-size: 25px;
    line-height: 30px;
}

#herobanner{
    background-image: url(../images/herobanner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 770px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#herobanner h1{
    color: #fff;
    text-align: center;
}
#herobanner p{
    text-align: center;
}
.bntext{
    color: #fff;
    font-size: 28px;
    line-height: 30px;
}
.nsertext {
    padding: 58px 0 25px;
}
.nsertext h2{
    color: #F5430B;
    font-size: 45px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}
.nsertext p{
    color: #07189B;
    font-size: 29px;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
}
#nuestros-servicios{
    background-image: url(../images/zibra.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 80px;
    margin-bottom: 50px;
    box-shadow: 4px 4px 4px 5px rgb(0 0 0 / 50%);
}
.blurbarbg{
    background-color: #07189B;
    padding: 70px;
    box-shadow: 0px 24px 4px rgb(0 0 0 / 25%);
}
.blurbcontent h4,
.blurbcontent h4 a{
    color: #F5430B;
    font-size: 30px;
    line-height: 30px;
    margin: 17px 0;
    text-decoration: none;
}
.blurbcontent h4 a:hover{
    text-decoration: underline;
}
.blurbcontent p{
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}
#redbanner{
    background-color: #F5430B;
    padding: 65px 0;
    margin-bottom: 97px;
    margin-top: 80px;
}
.blurblist{
    display: flex;
    justify-content: center;
    align-items: center;
}
.blurblist span{
    display: block;
    width: 80px;
}
.blurblist h2{
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    padding: 0;
}
.globalheader{
    padding: 24px 0;
}
.globalheader .row{
    align-items: center;
}
a.logo {
    display: block;
    line-height: 0;
}
.navcenter{
    justify-content: center;
}
.navcenter ul li a{
    font-family: 'Alte Haas Grotesk';
    color: #07189B;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
#homesection{
    background-image: url(../images/whyhireusbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.trianglebg .row{
    align-items: center;
}
/* organizadno ********************************/
.orangebg{
    background-color: #F5430B;
    color: #fff;
    font-size: 47px;
    line-height: 54px;
    font-weight: bold;
    padding: 7px 40px 15px;
}
.trprp{
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}
.triagbrb{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.tbrbimg{
    width: 90px;
}
.tbrbcontent{
    flex: 1;
}
.tbrbcontent h5{
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}
.tbrbcontent p{
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.container.trianglebg {
    padding: 35px 0;
}
.triangleblurb .triagbrb:nth-child(2){
    margin-left: 88px;
}
.triangleblurb .triagbrb:nth-child(3){
    margin-left: 178px;
}
.triangleblurb .triagbrb:nth-child(4){
    margin-left: 88px;
}
.carousel-item{
    text-align: center;
}
.blogcontent {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    width: 30%;
    margin: 0 auto;
}
.blogcontent h3{
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 50px;
}
.blogcontent p a{
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: underline;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
#blogs{
    box-shadow: 0px 4px 4px 15px rgb(0 0 0 / 25%);
    margin: 60px 0;
    padding: 50px 0;
}
.blogtilte{
    color: #000;
    font-size: 55px;
    line-height: 61px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    text-shadow: 0px 3.53px 3.53px rgb(0 0 0 / 25%);
}
.ftcta{
    background-color: #979797;
    padding: 34px 0;
}
.ctaflex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctaflex h5{
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    margin: 0;
    margin-right: 100px;
}
.ctabtn a{
    background-color: #fff;
    border-radius: 8px;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: -0.6px;
    padding: 6px 20px 10px;
    text-decoration: none;
}
.ctabtn a:hover{
    background-color: #161C2D;
    color: #fff;
}
.socialshare ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.socialshare ul li{
    margin-right: 18px;
}
.socialshare ul li:last-child{
    margin-right: 0;
}
.socialshare ul li span{
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #07189B;
}
.socialshare ul li a:hover img{
    filter: brightness(0) invert(60%);
}
.socialico a:hover img{
    filter: brightness(0) invert(60%);
}
.footebg{
    background-color: #161C2D;
    padding: 35px 0;
}
.fontstyle h6{
    font-family: "Rubik", sans-serif;
    font-size: 38.56px;
    line-height: 39px;
    color: #fff;
    letter-spacing: -0.21px;
}
.fontstyle p{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgb(255 255 255 / 70%);
}
p.fttile{
    font-family: 'Alte Haas Grotesk';
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(255 255 255 / 70%);
    letter-spacing: -0.24px;
}
.footebg p{
    margin-bottom: 0px;
}
.footebg p a{
    font-family: 'Alte Haas Grotesk';
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(255 255 255 / 70%);
    letter-spacing: -0.24px;
}
.footebg p a:hover{
    color: #fff;
    text-decoration: none;
}
.footerflex{
    display: flex;
    align-items: center;
}
.footcol1{
    width: 35%;
}
.footcol2,.footcol3{
    width: 25%;
    text-align: center;
}
.footcol4{
    width: 15%;
    text-align: center;
}
.socialico {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.socialico a{
    margin-right: 20px;
    display: block;
}
.socialico a:last-child{
    margin-right: 0;
}
.fullbannerbg{
    text-align: center;
}
.fullbannerbg img{
    width: 100%;
}
#servs1{
    margin-top: -19px;
    background-image: url(../images/srvicebg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#servs2{
    background-image: url(../images/srvicebg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#servs3{
    background-image: url(../images/srvicebg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#servs4{
    background-image: url(../images/srvicebg4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.dropshadow{
    position: absolute;
    left: 0; right: 0;
    top: 0;
    width: 100%;
    height: 18px;
    box-shadow: inset 0px 18px 4px 0px rgba(0, 0, 0, 0.50);
}
.servsbg1{
    display: flex;
    align-items: center;
    min-height: 718px;
}
.numberbrb{
    display: flex;
    margin-bottom: 35px;
}
.numberbrb.vcenter{
    align-items: center;
}
.numberbrb.vcenter .nbtcontent h4{
    margin: 0;
}
.numberbtb{
    width: 65px;
    height: 65px;
    background-color: #F5430B;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    font-family: "Rubik", sans-serif;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
.nbtcontent{
    flex: 1;
}
.blockcaption{
    background-color: #F5430B;
    padding: 66px 10px 2px 70px ;
    width: auto;
    float: left;
}
.blockcaption1{
    background-color: #F5430B;
    padding: 66px 10px 2px 70px ;
    width: auto;
    float: right;
}
.blockcaption h4,.blockcaption1 h4{
   font-size: 45px;
   line-height: 50px;
   letter-spacing: -0.13px;
   color: #fff;
   text-align: right;
}
.nbtcontent h4{
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: #fff;
}
.nbtcontent p{
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: rgb(255 255 255 / 70%);
}
.clear{
    clear: both;
}
.blockcaption2 h4{
    background-color: #F5430B;
    padding: 16px 50px;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.14px;
    color: #fff;
    text-align: center;
    box-shadow: inset 5.30357px 5.30357px 5.30357px rgba(0, 0, 0, 0.25);
    border-radius: 5.30357px;
}
.blockcaption02{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 6px;
    width: 90%;
    height: 106px;
    margin: 0 auto;
    background: #F5430B;
}
.blockcaption02 h4{
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -0.134615px;
    color: #fff;
}
.blockcaption2 p{
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.blockcaption3 .numberbrb{
    align-items: center;
}
.blockcaption3 h2{
    font-weight: 700;
    font-size: 46.9249px;
    line-height: 41px;
    letter-spacing: -0.15792px;
    color: #fff;
    text-shadow: 1.17312px 4.69249px 4.80981px rgba(245, 67, 11, 0.5);
    margin-bottom: 50px;
}
.blockcaption3 h4{
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.59px;
    color: #fff;
    margin: 0px;
}
.blockcaption3 .numberbtb{
    width: 40px;
    height: 40px;
    box-shadow: inset 5.86562px 5.86562px 5.86562px rgba(0, 0, 0, 0.5);
}
.aligncenter{
    text-align: center;
}
.blogcontent1 .justdesktop{
    text-align: right;
}
.borderleft{
    border-left: 1px solid #000;
}
.blogcontent1 .col-lg-8{
    padding-right: 55px;
    padding-left: 0;
}
.blogbluebox{
    width: 100%;
    background: #07189B;
    box-shadow: 0px 4.23586px 4.23586px rgba(0, 0, 0, 0.25);
    padding: 31px 40px;
    margin-bottom: 50px;
}
.blogbluebox h4{
    font-style: normal;
    font-weight: 700;
    font-size: 33.441px;
    line-height: 25px;
    letter-spacing: -0.096876px;
    color: #FFFFFF;
    margin-bottom: 25px;
    text-align: center;
}
.blogbluebox ol li{
    font-style: normal;
    font-weight: 700;
    font-size: 21.1793px;
    line-height: 25px;
    letter-spacing: -0.096876px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.blogbanner h2{
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 38px;
    letter-spacing: -0.144846px;
    color: #000000;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.blogcontent1 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.blogbanner img{
    width: 100%;
}
.bluecapbg{
    background-color: #07189B;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 25px 0;
    border-radius: 10px;
    position: relative;
}
.bluecapbg:before{
    content: url(../images/rotatecap.png);
    display: block;
    position: absolute;
    top: -54px;
    left: -65px;
}
.bluecapbg h2{
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
}
.redcapbg{
    background-color: #F5430B;
    padding: 25px 30px;
    border-radius: 10px;
}
.redcapbg p{
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 38px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.chainbg{
    position: relative;
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.chainbg:before{
    content: url(../images/chian.png);
    display: block;
    width: 100%;
    line-height: 0;
}
.chainbg:after{
    content: url(../images/chian.png);
    display: block;
    width: 100%;
    text-align: right;
    line-height: 0;
}
.proyectosbanner {
    margin-top: 65px;
    margin-bottom: 200px;
}
.proyectoscontent {
    margin-bottom: 100px;
}
.preyeimgs{
    width: 50%;
}
.preyeimgs img{
    width: 100%;
}
.bluebgs{
    background: #07189B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 0 40px;
}
.bluerowflex{
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
}
.smallbtitle{
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    color: #F5430B;
    position: relative;
    padding-left: 20px;
}
.smallbtitle:before{
    content: '';
    width: 4.71px;
    height: 31.38px;
    background: #F5430B;
    position: absolute;
    left: 0;
    top: 5px;
}
.bigtitleb{
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
}
.smallbtitle1{
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    color: #FFFFFF;
}
.modal-header{
    flex-direction: column;
}
.modal-body{
    padding-bottom: 30px;
}
#popupModal h5#popupModalLabel{
    font-family: 'Alte Haas Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-top: 30px;
    text-align: center;
}
#contact_form{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#contact_form input,
#contact_form textarea{
    font-family: 'Alte Haas Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6A6A6A;
    box-sizing: border-box;
    padding: 10px 40px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 0;
}
#contact_form textarea::placeholder,
#contact_form::placeholder{
    font-family: 'Alte Haas Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6A6A6A;
}
#contact_form button[type=submit]{
    width: 100%;
    padding: 10px 0px;
    background: #07189B;
    border: 1px solid #000000;
}
.ctaparagph{
    margin-bottom: 20px;
}
.ctaparagph label{
    display: none;
}
#popupModal .modal-header .btn-close{
    font-size: 30px;
    color: #000;
    opacity: 1;
}
#popupModal{
    top: 10%;
}
#popupModal1 .modal-dialog{
    width: 12%;
    max-width: 100%;
    margin-top: 10%;
}
#popupModal1 .modal-dialog p a{
    font-family: 'Alte Haas Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 22.9039px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.346599px;
    color: #07189B;
}
/* Boton flotante *****************/
.whatsapp_float {
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 35px;
    right: 35px;
    z-index: 100;
}
.whatsapp_float img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
/*************** Media Query Code Startg ******************/
@media (min-width: 576px){
    #popupModal .modal-dialog{
        max-width: 543px;
    }
}
@media only screen and (max-width: 1400px){
    .blogcontent{
        width: 50%;
    }
    .orangebg{
        font-size: 38px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 1300px){
    #homesection{
        background-position: -107px center;
    }
}
@media only screen and (max-width: 1200px){
    #homesection{
        background-position: -207px center;
    }
}
@media only screen and (min-width: 1181px){
    .justmobile,.mobilrow,.mobilecode{
        display: none;
    }
    .blockcaption2 h4{
         width: 80%;
         margin: 0 auto 40px;
    }
    #servs2 .container,#servs3 .cptwidht{
        width: 90%;
    }
}
@media only screen and (max-width: 1180px){
    .blurbimg a img {
        width: 100%;
    }
    .desktopcode{
        display: none;
    }
    .arroflex{
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .carousel-control-next, .carousel-control-prev{
        position: static;
    }
    .arroflex .carousel-control-next{
        margin-left: 40px;
    }
    .arroflex .carousel-control-prev{
        margin-right: 40px;
    }
    .col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,
    .col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{
        width: 100%;
    }
    .row{
        flex-direction: column;
    }
    .globalheader .row{
        flex-direction: row;
    }
    .globalheader .morder1{
        width: 25%;
    }
    .globalheader .morder2{
        width: 25%;
    }
    .globalheader .morder3{
        width: 50%;
    }
    #homesection{
        background-image: none;
        background-color: #07189B;
    }
    .triangleblurb {
        display: flex;
        flex-wrap: wrap;
        column-gap: 10px;
    }
    .triangleblurb .triagbrb{
        margin-left: 0 !important;
        width: 48%;
    }
    .trprp{
        margin: 30px 0;
    }
    .blogcontent{
        width: 75%;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 4%;
    }
    .justdesktop{
        display: none;
    }
    .blurbimgtxt {
        margin-bottom: 20px;
    }
    .footcol1,.footcol2,
    .footcol3,.footcol4{
        width: 25%;
    }
    .ctaflex{
        justify-content: space-between;
    }
    .ctaflex h5{
        margin-right: 0;
        width: 65%;
    }
    .ctabtn {
        text-align: center;
        width: 35%;
    }
    .ctabtn a{
        display: block;
    }
    #nuestros-servicios br{
        display: none;
    }
    .blockcaption02{
        width: 100%;
    }
    .nbtcontent h4{
        font-size: 25px;
        line-height: 30px;
    }
    .servsbg1{
        min-height: 100%;
    }
    #servs3 .blockcaption2 p{
        margin: 100px 0 200px;
    }
    #servs1{
        background-image: url(../images/mobsrvicebg1.jpg);
    }
    #servs2{
        background-image: url(../images/mobsrvicebg2.jpg);
    }
    #servs3{
        background-image: url(../images/mobsrvicebg3.jpg);
    }
    #servs4{
        background-image: url(../images/mobsrvicebg4.jpg);
    }
    .blockcaption3 h2{
        font-size: 35px;
        line-height: 40px;
        margin: 50px 0 25px;
    }
    .blockcaption3 {
        width: 60%;
        margin: 0 auto;
    }
    .blockcaption3 .nbtcontent h4 {
        font-size: 23px;
        line-height: 28px;
    }
    .blockcaption3 .numberbrb{
        margin-bottom: 10px;
    }
    #servs2 .servsbg1{
        margin-top: 50px;
    }
    .mobilrow{
        display: flex;
        column-gap: 20px;
    }
    .proyectosbanner {
        margin-top: 200px;
        margin-bottom: 150px;
    }
    .proyectoscontent .container{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .smallbtitle{
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        line-height: 35px;
        color: #F5430B;
    }
    .bigtitleb{
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 30px;
        color: #FFFFFF;
        margin: 0 0 10px;
    }
    .smallbtitle1{
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 29px;
        color: #FFFFFF;
    }
    .bluecapbg{
        width: 80%;
    }
    .bluecapbg h2{
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
        color: #FFFFFF;
        width: 80%;
        margin: 0 auto;
    }
    .redcapbg p{
        font-style: normal;
        font-weight: 400;
        font-size: 21px;
        line-height: 25px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        text-align: center;
    }
    #servs1 .numberbrb{
        margin-top: 30px;
    }
    #servs4{
        padding-bottom: 40px;
    }
    .blogcontent1 .col-lg-8 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .borderleft {
        border-left: 0px solid #000;
        border-top: 1px solid #000;
        padding-top: 40px;
        margin-top: 40px;
    }
    .blogbanner {
        margin-top: 115px;
    }
    .mobilrow marquee{
        display: flex;
    }
    .globalheader {
        padding: 0;
    }
    .globalheader .container {
        position: absolute;
        background-color: #fff;
        margin: 0 auto;
        top: 14px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0px;
    }
    .mobileorder{
        background-image: url(../images/mobilenavbg.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto;
        padding: 20px 0;
    }
    .globalheader .morder1{
        width: 43%;
        order: 1;
    }
    .globalheader .morder2{
        width: 43%;
        order: 2;
    }
    .globalheader .morder3{
        width: 14%;
        order: 3;
    }
    
    nav.navbar.navbar-expand-lg{
        position: static;
    }
    #navbarSupportedContent {
        position: absolute;
        right: 0;
        top: 100px;
        width: 235px;
        background-color: #fff;
        border-radius: 30px;
        padding: 30px 20px;
        text-align: center;
        z-index: 1000;
    }
    .navbar-toggler[aria-expanded="true"] .desktop,
    .navbar-toggler[aria-expanded="false"] .mobile{
        display: none;
    }
    .navbar-toggler[aria-expanded="true"] .mobile{
        display: block;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-toggler i.fa-solid:before{
        font-size: 24px;
    }
    #herobanner{
        background-image: url(../images/heromobg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        height: 580px;
        justify-content: center;
        padding-top: 126px;
    }
    #herobanner h1{
        font-size: 50px;
        line-height: 60px;
    }
    .blogbanner h2{
        font-size: 48px;
        line-height: 55px;
    }
    .blogcontent {
        width: 67%;
    }
    .socialshare ul li a{
        display: block;
        width: 29px;
        height: 29px;
    }
    .socialshare ul li img{
        width: 100%;
        height: 100%;
    }
    .ctaflex{
        flex-direction: column;
    }
    .ctaflex h5{
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .footebg .container{
        width: 90%;
        max-width: 100%;
    }
    .footebg p a{
        word-wrap: break-word;
    }
}
@media only screen and (max-width: 800px){
    .blurblist h2 {
        font-size: 32px;
        line-height: 50px;
    }
    .container, .container-sm{
        width: 90%;
        max-width: 100%;
    }
}
@media only screen and (min-width: 701px){
    .mobileformat{
        display: none;
    }
}
@media only screen and (max-width: 700px){
    .footerflex{
        flex-wrap: wrap;
        row-gap: 30px;
        align-items: flex-start;
    }
    .footcol1, .footcol2, .footcol3, .footcol4{
        width: 45%;
    }
    .footebg p, .footebg p a{
        text-align: center;
    }
    .desktopformat{
        display: none;
    }
    .textfontstye{
        font-family: 'Alte Haas Grotesk';
        font-style: normal;
        font-weight: 400;
        font-size: 16.6782px;
        line-height: 29px;
        text-align: center;
        letter-spacing: -0.111188px;
        color: #FFFFFF;
        mix-blend-mode: normal;
        opacity: 0.65;
        margin-bottom: 40px !important;
    }
    p.fttile{
        font-weight: 400;
        font-size: 16px;
        line-height: 42px;
        text-align: center;
        letter-spacing: -0.211571px;
        color: #fff;
    }
    .footebg p,.footebg p a{
        color: #fff;
    }
    .triangleblurb .triagbrb:nth-child(1){
        order: 1;
    }
    .triangleblurb .triagbrb:nth-child(3){
        order: 2;
    }
    .triangleblurb .triagbrb:nth-child(2){
        order: 3;
    }
    .triangleblurb .triagbrb:nth-child(5){
        order: 4;
    }
    .triangleblurb .triagbrb:nth-child(4){
        order: 5;
    }
    #navbarSupportedContent{
        width: 100%;
    }
    .blogbanner {
        margin-top: 65px;
    }
    a.logo {
        line-height: 0;
        width: 61%;
    }
    a.logo img{
        width: 100%;
    }
    .morder3 .container-fluid{
        padding: 0;
        justify-content: center;
    }
    .socialshare ul li span{
        display: none;
    }
    .morder3 .navbar-toggler{
        padding: 0;
    }
    .blurblist span{
        width: 30%;
    }
    .carousel-control-next img, .carousel-control-prev img{
        width: 39px;
    }
    .blurbimg img {
        width: 100%;
    }
    .blurbarbg{
        padding: 30px;
        flex-direction: column;
    }
    .blurblist h2,.orangebg{
        font-size: 32px;
        line-height: 38px;
    }
    #nuestros-servicios{
        box-shadow: none;
    }
    .ctaflex h5{
        margin-right: 0;
        flex: 1;
        font-size: 23px;
        line-height: 30px;
    }
    .ctabtn a{
        display: block;
        padding: 8px 15px 11px;
        font-size: 18px;
        line-height: 18px;
    }
    .fullbannerbg {
        background-image: url(../images/mobtituloimg.jpg);
        padding-top: 50px;
    }
    .blockcaption3{
        width: 90%;
    }
    .blockcaption2 h4,
    .blockcaption02 h4{
        font-size: 34px;
        line-height: 34px;
    }
    .blockcaption2 p{
        font-size: 27px;
        line-height: 34px;
    }
    .fontstyle h6{
        text-align: center;
    }
    .socialico{
        justify-content: flex-start;
    }
    .blockcaption,.blockcaption1{
        padding: 45px 10px 2px 49px;
    }
    .blockcaption h4, .blockcaption1 h4{
        font-size: 33px;
        line-height: 38px;
    }
    .blockcaption3 .numberbtb{
        width: 32px;
        height: 32px;
    }
    .blockcaption3 .nbtcontent h4{
        font-size: 20px;
    }
    .servsbg1{
        margin-top: 50px;
    }
    .blockcaption3 h2{
        margin-top: 0;
    }
    #servs4{
        padding-bottom: 50px;
    }
    #servs3 .servsbg1{
        margin-top: 0px;
    }
    .mobilrow{
        flex-direction: column;
        column-gap: 0px;
        row-gap: 10px;
    }
    .mobilrow p{
        width: 100%;
        text-align: center;
    }
    .blogbanner h2{
        font-size: 36px;
        line-height: 48px;
        margin-top: 122px;
    }
    .blogbluebox h4{
        font-size: 28px;
        line-height: 32px;
    }
    h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .blogbluebox ol li{
        font-size: 20px;
        line-height: 26px;
    }
    .blogcontent1{
        margin-top: 50px;
    }
    .bluerowflex{
        flex-direction: column;
    }
    .bluebgs,.preyeimgs{
        width: 100%;
    }
    .bluecapbg{
        width: 90%;
    }
    .bluecapbg h2{
        font-size: 30px;
        line-height: 50px;
        width: 90%;
    }
    .redcapbg p{
        font-size: 18px;
        line-height: 21px;
    }
    .bluecapbg:before{
        top: -50px;
        left: -43px;
    }
    .bluebgs{
        padding: 40px;
    }
    .reverscol{
        flex-direction: column-reverse;
    }
    .triangleblurb{
        flex-direction: column;
    }
    .triangleblurb .triagbrb{
        width: 100%;
    }
    .blogcontent {
        width: 90%;
        width: 80%; /* Cambiar el ancho para pantallas pequeñas */
        top: 50%; /* Ajustar la posición vertical */
        transform: translateY(-50%); 
    }
    .blogcontent h3{
        font-size: 32px;
        line-height: 40px;
    }
    .trprp,.triangleblurb{
        padding: 0 15px;
    }
    .blogbgimg img{
        width: 100%;
    }
    #blogs{
        box-shadow: -10px 4px 4px 10px rgb(0 0 0 / 25%);
    }
    .row{
        --bs-gutter-x: 0;
    }
}
@media only screen and (max-width: 560px){
    #herobanner{
        height: 450px;
    }
    #herobanner h1 {
        font-size: 26px;
        line-height: 25px;
        text-align: center;
        letter-spacing: -0.122464px;
    }
    #herobanner p{
        font-weight: 400;
        font-size: 16px;
        line-height: 14px;
        text-align: center;
        letter-spacing: -0.0555482px;
    }
    .nsertext p{
        font-size: 22px;
        line-height: 32px;
    }
    .blurblist span{
        width: 45%;
    }
    .blogcontent h3 {
        font-size: 25px;
        line-height: 34px;
    }
    .blogcontent p a{
        font-size: 22px;
        line-height: 30px;
    }
    .ctabtn {
        width: 80%;
    }
    .blogbanner h2 {
        font-size: 32px;
        line-height: 40px;
        margin-top: 100px;
    }
    .blogcontent1 .col-lg-8 {
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 440px){
    .mobileorder{
        background-position: -70px;
        --bs-gutter-x: 0;
        background-size: 75%;
    }
    a.logo {
        line-height: 0;
        width: 90%;
    }
    .socialshare ul li{
        margin-right: 10px;
    }
    h1 {
        font-size: 44px;
        line-height: 48px;
    }
}

/************** Media Query COde End **********************/