@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

.Rajdhani-Light {
    font-family: 'Poppins-Light';
}

.FontText {
    font-family: 'Poppins-Light';
}

.FontTittle {
    font-family: 'Poppins-Light';
}

.FontBold {
    font-family: 'Poppins-Light';
    font-weight: bold;
}

.fontSizeTittle{
    font-size:40px;
}

body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

input {
    width: 100%;
    height: 40px;
    border-width: 3px;
    border-style: solid;
    border-color: #ff3c50
}

footer {
    height: 10%;
}

.font-small {
    font-size: small;
}

.fondoSeccion {
    color: red;
}

.textLeftCenter {
    text-align: left;
}

.textContacto {
    text-align: left;
}

.rotar {
    transform: rotate(90deg);
}

.rotar180 {
    transform: rotate(180deg);
}

.barraLateralVisible {
    position: fixed;
    top: -10px;
    left: -10px;
    z-index: 1000;
}

.itemlateral {
    padding: 0px !important;
    margin: -6px;
    font-size: 15px;
    color: #00225F;
    font-style: normal;
}

.navIconMovil {
    color: red;
}

.navMovil {
    display: none;
}


.circulo::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #F70F31;
    border-radius: 50%;
    margin-right: 10%;
}

.ubicacionNavegacion {
    font-size: 20px;
    color: #01225f;
    font-weight: bold;
}

.EscuadraAzul {
    width: 90%;
}

.margenEscuadra {
    margin-top: 60%;
}

.logo-nav {
    width: 60%;
}

.margenTopLista {
    margin-top: 20%;
}

.textTopics {
    font-size: x-large;
}

.textSeccions {
    width: 70%;
    font-size: 11px;
}

.textResPro {
    color: black;
}

.barraCirculos {
    width: 20%;
    margin-left: 50%;
}

.fondoInicioRecuadro {
    background-image: url('../../resources/img/fondoInicioRecuadro.png');
    background-size: cover;
}


.fondo-productos1 {
    background-image: url('../../resources/img/fondo-pr1.jpg');
    background-position: left;
    background-size: cover;
    background-attachment: fixed;
}

.fondoResponsive {
    width: 100%;
    height: 130%;
    position: fixed;
    z-index: -1;
    filter: contrast(150%);
}

.fondo-procesos {
    background-color: #e9e9e9;
}

.recProSup {
    width: 60px;
    height: 20%;
    background-color: #d4d4d4;
    margin: 0 auto;
}

.recProInf {
    width: 60px;
    height: 35%;
    background-color: #d4d4d4;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

.logosEmpresas {
    width: 100%;
    margin-top: 5%;
}

.f-degra {
    background: rgb(255, 0, 26);
    background: linear-gradient(90deg, rgba(255, 0, 26, 1) 0%, rgba(0, 34, 95, 1) 69%);
}

.sombra-lateral {
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.ocultar {
    display: none;
}

.ocultar2 {
    opacity: 0%;
    transform: scale(0.01);
    height: 1px !important;
}

.topInicio {
    margin-top: 35%;
}

.topContacto {
    margin-top: 20%;
}

.topresponsivo {
    margin-top: 28%;
}

.topProcesos {
    margin-top: 20%;
}

.topBtnProcesos {
    margin-top: 40%;
}

.topWeBuilt {
    margin-top: 10%;
}

.topViewMovil {
    margin-top: 0;
}

.sector {
    width: 115%;
    margin-left: -30%;
}

.degradado1 {
    background: rgb(252, 204, 116);
    background: linear-gradient(90deg, rgba(2, 100, 209, 1) 0%, rgba(0, 34, 95, 1) 100%);
    color: white;
    padding: 50px;
    padding-bottom: 0px;
}

.degradado2 {
    background-color: #00225F;
    color: white;
    padding: 50px;
    padding-bottom: 0px;

}

.divobj {
    background-color: gainsboro;
}

.sendb {
    font-size: 20px;
    background: #ff3c50;
    color: white;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s;
}

.sendb span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
}

.sendb svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

.sendb:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

.sendb:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

.sendb:hover span {
    transform: translateX(5em);
}

.sendb:active {
    transform: scale(0.95);
}

.seccioPublico {
    width: 70%;
    font-size: 13px;
}

@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}

.marge {
    margin-top: 50%;
}

.barraLateral {
    margin-left: 20%;
}

.circulosLineaGris {
    width: 25%;
    position: absolute;
    bottom: 0;
    margin-left: -20%;
}

.padLeftTop {
    padding-left: 5%;
    padding-top: 11%;
}

.padRight {
    padding-right: 5%;
}

@media (max-width:1000px) {
    .fondoWeBuildIt {
        background-image: url('../../resources/img/fondoWeBuildIT.jpg');
        background-position: left;
        background-size: cover;
        background-attachment: fixed;
        filter: contrast(150%)
    }

    .fondo-nosotros1 {
        background-image: url('../../resources/img/fondonNosotros.jpg');
        background-position: left;
        background-size: cover;
        background-attachment: fixed;
    }

    .fondo-servicios1 {
        background-image: url('../../resources/img/fondoServicios.png');
        background-position: left;
        background-size: cover;
        background-attachment: fixed;
    }

    .fondo-contacto1 {
        background-image: url('../../resources/img/callCenterBlue.jpg');
        background-position: left;
        background-size: cover;
        background-attachment: fixed;
    }

    .fondoResponsive {
        filter: contrast(150%);
        display: none;
    }

    .textLeftCenter {
        text-align: center;
    }

    .textContacto {
        text-align: center;
    }

    .textResPro {
        color: black;
    }

    .fondoSeccion {
        background-color: #00225f;
    }

    .barraLateralVisible {
        position: relative;
        top: -0px;
        left: -0px;
        z-index: 1000;
    }

    .textSeccions {
        width: 100%;
        font-size: 11px;
    }

    .vistaMovil {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .vistaMovil p,
    .vistaMovil h1 {
        color: white;
        margin: 0;
    }

    .barraLateral {
        margin-left: 20%;
    }

    .navMovil {
        display: flex;
    }

    .navWeb {
        display: none;
    }

    .margenTopLista {
        margin-top: 0%;
    }

    .marge {
        margin-top: -10%;
    }

    .itemlateral {
        font-size: 15px;
        text-align: left !important;
        margin: 0px;
    }

    .logo-nav {
        width: 10%;
        position: absolute;
        left: 5%;
        top: 5%;
    }

    .topresponsivo {
        margin-top: 120px;
    }

    .topInicio {
        margin-top: 30%;
    }

    .topViewMovil {
        margin-top: 10%;
    }

    .margenEscuadra {
        margin-top: -0%;
    }

    .EscuadraAzul {
        width: 0%;

    }

    .barraCirculos {
        display: none;
        width: 20%;
    }

    .sector {
        width: 150%;
    }

    .circulo::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #F70F31;
        border-radius: 50%;
        margin-right: 0px;
    }

    .ubicacionNavegacion {
        color: #01225f;
    }

    .seccioPublico {
        width: 100%;
        font-size: xx-small;
    }

    .navIconMovil {
        margin-top: 1%;
        width: 15%;
    }

    .logosEmpresas {
        display: none;
        margin-top: 0%;
    }

    .circulosLineaGris {
        width: 25%;
        position: absolute;
        bottom: 0;
        margin-left: -20%;
        display: none;
    }

    .padLeftTop {
        padding: 5%;
    }

    .padRight {
        padding-right: 0%;
    }

    .fontSizeTittle{
        font-size:30px;
    }

}

@media (max-width:575px) {
    .fondoWeBuildIt {
        background-image: url('../../resources/img/fondoWeBuildIT.jpg');
        background-position: left;
        background-size: cover;
        background-attachment: fixed;
        filter: contrast(150%)
    }

    .fondo-nosotros1 {
        background-image: url('../../resources/img/fondonNosotros.jpg');
        background-position: left;
        background-size: cover;
        background-attachment: fixed;
    }

    .fondo-servicios1 {
        background-image: url('../../resources/img/fondoServicios.png');
        background-position: left;
        background-size: cover;
        background-attachment: fixed;
    }

    .fondo-contacto1 {
        background-image: url('../../resources/img/callCenterBlue.jpg');
        background-position: left;
        background-size: cover;
        background-attachment: fixed;
    }

    .fondoResponsive {
        filter: contrast(150%);
        display: none;
    }

    .textLeftCenter {
        text-align: center;
    }

    .textContacto {
        text-align: center;
    }

    .textResPro {
        color: black;
    }

    .fondoSeccion {
        background-color: #00225f;
    }

    .barraLateralVisible {
        position: relative;
        top: -0px;
        left: -0px;
        z-index: 1000;
    }

    .textSeccions {
        width: 100%;
        font-size: 11px;
    }

    .vistaMovil {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .vistaMovil p,
    .vistaMovil h1 {
        color: white;
        margin: 0;
    }

    .barraLateral {
        margin-left: 20%;
    }

    .navMovil {
        display: flex;
    }

    .navWeb {
        display: none;
    }

    .margenTopLista {
        margin-top: 0%;
    }

    .marge {
        margin-top: -10%;
    }

    .itemlateral {
        font-size: 15px;
        text-align: left !important;
        margin: 0px;
    }

    .logo-nav {
        width: 10%;
        position: absolute;
        left: 5%;
        top: 5%;
    }

    .topresponsivo {
        margin-top: 120px;
    }

    .topInicio {
        margin-top: 30%;
    }

    .topViewMovil {
        margin-top: 10%;
    }

    .margenEscuadra {
        margin-top: -0%;
    }

    .EscuadraAzul {
        width: 0%;

    }

    .barraCirculos {
        display: none;
        width: 20%;
    }

    .sector {
        width: 150%;
    }

    .circulo::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #F70F31;
        border-radius: 50%;
        margin-right: 0px;
    }

    .ubicacionNavegacion {
        color: #01225f;
    }

    .seccioPublico {
        width: 100%;
        font-size: xx-small;
    }

    .navIconMovil {
        margin-top: 1%;
        width: 15%;
    }

    .logosEmpresas {
        display: none;
        margin-top: 0%;
    }

    .circulosLineaGris {
        width: 25%;
        position: absolute;
        bottom: 0;
        margin-left: -20%;
        display: none;
    }

    .padLeftTop {
        padding: 5%;
    }

    .padRight {
        padding-right: 0%;
    }

    .fontSizeTittle{
        font-size:30px;
    }


}