@font-face {
    font-family: 'Imperial';
    src: url('../../assets/fonts/Imperial.eot');
    src: url('../../assets/fonts/Imperial.eot') format('embedded-opentype'),
         url('../../assets/fonts/Imperial.woff2') format('woff2'),
         url('../../assets/fonts/Imperial.woff') format('woff'),
         url('../../assets/fonts/Imperial.ttf') format('truetype'),
         url('../../assets/fonts/Imperial.svg#Imperial') format('svg');
}

html {
    font-size: 16px;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #3f464b;
    background: #f8f8f8;
}
a,i,.Header-Menu-Principal .Menu .Link .Line, .PiezasModa__Box .PiezasModa__Box-RecTop,.VisitaOpciones__Box .CircleHover{
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

p {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #aab4bb;
    letter-spacing: 1px;
}

/*//// UTILITIES ///*/

.ClNaranja{color: #eb5f00 !important;}
.BgNaranja{background: #eb5f00 !important;}

.ClNaranjaClaro{color: #ed6800 !important;}
.BgNaranjaClaro{background: #ed6800 !important;}

.ClAzul{color: #184dad !important;}
.BgAzul{background: #184dad !important;}

.ClGris{color: #f8f8f8 !important;}
.BgGris{background: #f8f8f8 !important;}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.hasScrolled{
    display: block;
}

/*//// AND UTILITIES ///*/

.BurberMenu, .BtnMenuBurger-Close{
    display: none;
}

.Wrapper{
    /*max-width: 100%;*/
    max-width: 1420px;
    background-color:#f8f8f8;
    width:100%;
    padding-bottom:0px;
    margin:0 auto;
    position:relative;
    overflow-x: hidden;
}

/*///////////// WEB HEADER /////////////*/

/*///////////// WEB HEADER TOP */

.Header-Top {
    background: #fff;
    height: 35px;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}

.Header-Top-Datos{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 35px;
}
.Header-Top-Datos .Datos-Dato {
    color: #eb5f00;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    text-decoration: none;
}
.Header-Top-Datos .Datos-Dato .IconTel{
    background: url(../../assets/images/icons/icon-tel.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 15px;
    float: left;
    margin-right: 10px;
}

.Header-Top-Datos .Datos-Dato .IconEmail{
    background: url(../../assets/images/icons/icon-mail.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 12px;
    float: left;
    margin-right: 10px;
}

/*///////////// WEB HEADER MENU */

.Header-Menu {
    position: absolute;
    top: 35px;
    z-index: 2;
    padding: 20px 0;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.Header-Logo{}

.Site-Header_Menu {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e7;
    position: relative;
}

.Header-Menu-Principal {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    right: -12px;
}

.Header-Menu-Principal .Menu {
    display: flex;
    height: 100%;
    align-items: center;
}
.Header-Menu-Principal .Menu .Link {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 15px 15px;
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

/*.Header-Menu-Principal .Menu .Link.active{
    color: #eb5f00;
}*/

.Header-Menu-Principal .Menu .Link .Line {
    opacity: 0;
    width: 100%;
    height: 1px;
    background: #eb5f00;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -21px;
}
.Header-Menu-Principal .Menu .Link.active .Line {
    opacity: 1;
}

.Header-Menu-Principal .Menu .Link:hover .Line{
    opacity: 1;
    /*color: #eb5f00;*/
}

.Header-Menu-Principal .Menu .Link .Icon{
    margin-left: 5px;
}

.Search {
    position: relative;
    padding: 10px;
    margin-left: 20px;
}
.Search:hover{
    opacity: 0.5;
}
.Search_Icon{
    background: url(../../assets/images/icons/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
}

.Search .Search_Icon{
    width: 17px;
    height: 17px;
    float: left;
}


/*///////////// WEB SLIDER PRINCIPAL /////////////*/

.Img-Desktop{display: inline-block;}
.Img-Mobile{display: none;}

.Site-SliderPrincipal {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 1;
}

.ItemSlider {position: relative;}

.ItemSlider .Img {width: 100%;}
.ItemSlider .BoxDescripcion {
    width: 1140px !important;
    display: block !important;
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -570px;
    padding: 0 3rem;
    z-index: 2;
}
.ItemSlider .BoxDescripcion .Title {
    color: #fff;
    font-size: 4.2rem;
    text-align: left;
    margin: 0;
    font-weight: 700;
}

.ItemSlider .BoxDescripcion .SeccionTitle {
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
    margin: 0;
    font-weight: 700;
    margin-top: 4rem;
}

.ItemSlider .BoxDescripcion .Text{
    color: #fff;
    margin-top: 1rem;
}

.ItemSlider .BoxDescripcion .Title span {
    background: #242728;
    padding: 10px 30px;
    margin: 5px 0;
    display: inline-block;
}

/*///////////// WEB FOOTER /////////////*/

.Site-Footer {
    background: #282a2c;
}

.Site-Footer .LineFooter{
    border-top: 1px solid rgba(255,255,255,.1);
    margin: 0;
}

.Footer-Menu{}
.Footer-Menu .Menu{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Footer-Menu .Menu .Link{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 5px 15px;
}

.Footer-Direccion{}
.Footer-Direccion .Text {
    color: #fff;
    font-size: 0.9rem;
}


.Footer-BoxCopy{}
.Footer-BoxCopy .BoxCopy-Text {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 0.8rem;
}

/*////////////////////////////////////////////////////////////////////////////////*/

/*///////////// SITE - SERVICE DESTACADO /////////////*/

.Site-ServiceDestacado {
    position: relative;
    top: -100px;
    z-index: 1;
}

.ServiceDestacado__Box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    min-height: 400px;
    padding: 45px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.ServiceDestacado__Box .Icon24{
    background: url(../../assets/images/home/icon-24x7.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 65px;
    height: 65px;
}
.ServiceDestacado__Box .IconExtension{
    background: url(../../assets/images/home/icon-extension.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 65px;
    height: 65px;
}
.ServiceDestacado__Box .IconTrusted{
    background: url(../../assets/images/home/icon-trusted.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 65px;
    height: 65px;
}
.ServiceDestacado__Box .Title{
    font-weight: 700;
    color: #3f464b;
    font-size: 1.4rem;
}
.ServiceDestacado__Box .Text{
    color: #aab4bb;
}

/*///////////// SITE - SERVICE HOME /////////////*/

.Site-ServiceHome {
    position: relative;
    top: -100px;
    z-index: 1;
}

.ServiceHome__Box {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    min-height: 400px;
}
.ServiceHome__Box .IconManaged{
    background: url(../../assets/images/home/icon-managed.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 94px;
    height: 80px;
}
.ServiceHome__Box .IconDeployed{
    background: url(../../assets/images/home/icon-deployed.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 69px;
    height: 80px;
}
.ServiceHome__Box .Title{
    font-weight: 700;
    color: #184dad;
    font-size: 2rem;
}
.ServiceHome__Box .ItemService {
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #aab4bb;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    font-size: 1.2rem;
}

/*///////////// SITE - WHY /////////////*/

.BoxGetStarted {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 260px;
    background: rgb(237,104,0);
    background: -moz-linear-gradient(290deg, rgba(237,104,0,1) 14%, rgba(236,95,0,1) 14%);
    background: -webkit-linear-gradient(290deg, rgba(237,104,0,1) 14%, rgba(236,95,0,1) 14%);
    background: linear-gradient(290deg, rgba(237,104,0,1) 14%, rgba(236,95,0,1) 14%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed6800",endColorstr="#ec5f00",GradientType=1);
}

.BoxGetStarted .BoxGetStarted-Text {
    color: #fff;
    font-size: 2.5rem;
    text-align: left;
    font-weight: 700;
    margin: 0;
    padding-left: 4rem;
}

.BoxGetStarted .BoxGetStarted-Link{
    text-transform: uppercase;
    border: 2px solid #fff;
    width: 210px;
    height: 50px;
    background: transparent;
    border-radius: 25px;
    outline: none;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BoxGetStarted .BoxGetStarted-Link:hover{
    color: #eb5f00;
    background: #fff;
    font-weight: 700;
}

.Site-BoxGetStarted {
    position: relative;
    top: 70px;
}

.Site-BoxGetStarted .DetalleNaranja {
    height: 100%;
    width: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
}

/*///////////// SITE - WHY /////////////*/

.Site-WhyChooseHome {
    background: url(../../assets/images/home/bg-why.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 10rem !important;
}

.WhyChooseHome__Box{

}
.WhyChooseHome__Box .Title{
    color: #fff;
    font-size: 2.5rem;
    text-align: left;
    font-weight: 700;
}
.WhyChooseHome__Box .WhyBox{
    min-height: 180px;
}
.WhyChooseHome__Box .WhyBox .WhyBox-Title{
    text-transform: uppercase;
    color: #ec5f00;
    font-size: 1rem;
}
.WhyChooseHome__Box .WhyBox .WhyBox-Text{
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
}

/*///////////// SITE - SERVICE HOME /////////////*/

.Site-FormHome {}

.form-group {
    margin-bottom: 0.7rem;
}

.FormHome__Box {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    min-height: 400px;
}
.FormHome__Box .Title{
    color: #fff;
    font-size: 2.1rem;
    text-align: left;
    font-weight: 700;
}

.Form__Input{
    color: #aab4bb;
    background: #fff;
    border-radius: 4px;
    padding: 10px 15px;
    border: none;
    font-size: 0.9rem;
    height: 100%;
}

.Form__Input:hover{
    outline: none;
}

.Form__Upload{
    text-transform: uppercase;
    border: 2px solid #4671bd;
    width: 370px;
    height: 50px;
    background: #4671bd;
    border-radius: 25px;
    outline: none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
}
.Form__Upload:hover{
    background: #fff;
    border: 2px solid #184dad;
    color: #184dad;
    cursor: pointer;
}

.Form__Submit{
    text-transform: uppercase;
    border: 2px solid #fff;
    width: 162px;
    height: 50px;
    background: transparent;
    border-radius: 25px;
    outline: none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
}
.Form__Submit:hover{
    background: #fff;
    border: 2px solid #184dad;
    color: #184dad;
    cursor: pointer;
}

/*///////////// SITE - ABOUT /////////////*/

.WhatDoesAbout__Box{}
.WhatDoesAbout__Box .Title{
    color: #ec5f00;
    font-size: 2.5rem;
    text-align: left;
    font-weight: 700;
}
.WhatDoesAbout__Box .Text{
    margin: 0;
    font-size: 1.2rem;
    color: #aab4bb;
}

.BoxAboutWhatIs {
    display: flex;
    justify-content: space-between;
    min-height: 260px;
    background: #fff;
    flex-direction: column;
    padding: 6rem 6rem;
}

.BoxAboutWhatIs .BoxAboutWhatIs-Text {
    color: #ec5f00;
    font-size: 2.5rem;
    text-align: left;
    font-weight: 700;
    margin: 0;
    padding-left: 0;
}

.BoxAboutWhatIs .BoxAboutWhatIs-Parrafo {
    margin: 0;
    color: #aab4bb;
    font-size: 1rem;
}

.BoxAboutWhatIs .BoxAboutWhatIs-Link{
    text-transform: uppercase;
    border: 2px solid #fff;
    width: 210px;
    height: 50px;
    background: transparent;
    border-radius: 25px;
    outline: none;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BoxAboutWhatIs .BoxAboutWhatIs-Link:hover{
    color: #eb5f00;
    background: #fff;
}

.Site-WhatDoesAbout{
    background: #fff;
}

.Site-BoxAboutWhatIs {
    position: relative;
    overflow: hidden;
}

.BgAboutWhatIs {
    background: url(../../assets/images/about/bg-what-is.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.Site-BoxAboutWhatIs .DetalleBlanco {
    height: 100%;
    width: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
    background: #fff;
}

.Site-BoxAboutWhatIs .DetalleAzul{
    height: 120px;
    width: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #184dad;
}
.Site-AboutContactUs {}

.ContactUsWhatIs__Box {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
}

.ContactUsWhatIs__Box .Title {
    color: #fff;
    font-size: 3rem;
    text-align: left;
    font-weight: 700;
}

.ContactUsWhatIs__Box .Text {
    color: #fff;
    margin: 0;
}

.ContactUs__Box {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
}
.ContactUs__Box .Title {
    color: #fff;
    font-size: 2rem;
    text-align: left;
}

.ContactUs__Box .BtnLink {
    text-transform: uppercase;
    border: 2px solid #fff;
    width: 162px;
    height: 50px;
    background: transparent;
    border-radius: 25px;
    outline: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
}

.ContactUs__Box .BtnLink:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #184dad;
}

.ContactUs__Box .LinkEmail{
    color: #fff;
}

/*///////////// SITE - SERVICES /////////////*/

.BgVoip {
    background: url(../../assets/images/managed/bg-voip.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.ServiceInclude__Box {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
}

.ServiceInclude__Box .Title {
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
}

.Site-ServiceInclude .ServiceHome__Box .ItemService {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #FFF;
}

.ServiceWhenYou__Box{}
.ServiceWhenYou__Box .TitlePrincipal {
    color: #ec5f00;
    font-size: 2.9rem;
    text-align: left;
    font-weight: 700;
}

.ServiceWhenYou__Box .Title{
    color: #184dad;
    font-size: 2rem;
    text-align: left;
    font-weight: 700;
}

.ServiceWhenYou__Box .Text {
    color: #aab4bb;
    font-size: 1.1rem;
    padding-right: 2rem;
}

/*///////////// SITE - Deployed /////////////*/

.BgDeployedApproach {
    background: url(../../assets/images/deployed/bg-deployed-approach.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

/*///////////// SITE - Partners /////////////*/


.ContactPartners__Box {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
}

.ContactPartners__Box .Text {
    color: #aab4bb;
}

/*///////////// SITE - Contact /////////////*/

.Site-FormContact{
    background: #fff;
}
.Site-FormContact .FormHome__Box .Title{
    color: #eb5f00;
    padding-right: 2rem;
}
.Site-FormContact .Form__Input {
    border: 1px solid #aab4bb;
}

.Site-FormContact .Form__Upload {
    border: 2px solid #fbdfcc;
    background: #fbdfcc;
    color: #eb5f00;
}

.Site-FormContact .Form__Submit {
    border: 2px solid #eb5f00;
    color: #eb5f00;
}

.Site-FormContact .FormHome__Box {
    min-height: auto;
}

.Btn-MenuBarMobile{display: none;}

/*///////////// SITE - Search /////////////*/

.HeaderSearch {
    background: url(../../assets/images/search/bg-search.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: 125px;
    position: relative;
    width: 100%;
}

.BoxSearchInput {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}
.BoxSearchInput .IconSearch {
    background: url(../../assets/images/search/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 0;
    position: absolute;
    left: 25px;
}

.BoxSearchInput .Form__Input {
    padding: 20px 65px;
        color: #3f464b;
    font-size: 1.6rem;
}


/*///////////// SITE - Search Result /////////////*/

.SearchResult__Box{}
    .ItemResult{
        text-align: left;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 20px 0;
    }
    .ItemResult .Title{
        color: #aab4bb;
        font-size: 1.4rem;
        margin-bottom: 1rem;

    }
    .ItemResult .Text{
        margin: 0;
        color: #aab4bb;       
    }

    .SearchResult__BoxSeeMore {
        display: flex;
        justify-content: center;
    }
    .SearchResult__BoxSeeMore .BtnSeeMore {
        border: 2px solid #eb5f00;
        color: #eb5f00;
        width: 162px;
        height: 50px;
        background: transparent;
        border-radius: 25px;
        outline: none;
        display: flex;
        font-weight: 700;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
    .SearchResult__BoxSeeMore .BtnSeeMore:hover {
        background: #eb5f00;
        color: #fff;
    }