.seccion-inicio{
    width: 100%;
    height: 100vh;
    background-color: transparent;
    float: left;
}

.contenedor-general-inicio{
    width: 100%;
    height: 100%;
    float: left;
    background-color: transparent;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
}

.contenedor-inicio-izq{
    width: 50%;
    height: 100%;
    background-color: transparent;
    float: left;
}

.contenedor-inicio-der{
    width: 50%;
    height: 100%;
    background-color: #90A6CE;
    float: left;
}

.contenedor-titulo-inicio{
    width: 1400px;
    height: 550px;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.titulo-inicio{
    width: 100%;
    float: left;
    height: auto;
    background-color: transparent;
    margin-bottom: 40px;
}

.titulo-inicio h1{
    width: 1000px;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 120px;
    color: #FFFFFF;
}

.titulo-inicio h1 span{
    color: #90A6CE;
}

.parrafo-inicio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.parrafo-inicio p{
    width: 50%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    padding-right: 60px;
}








.seccion-servicios{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 140px;
    padding-bottom: 140px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-servicios{
    width: 1400px;
    height: auto;
    float: left;
    background-color: transparent;
    position: relative;
    display: inline-flex;
    justify-content: space-between;
}

.servicio{
    width: 30%;
    height: auto;
    background-color: transparent;
    float: left;
    padding: 40px;
    padding-left: 60px;
    border-radius: 20px;
    border: solid 1px #372D3F;
    text-decoration: none;
    transform: translateY(0px);
    transition: transform ease .4s, border ease .4s;
    position: relative;
}

.titulo-vertical{
    width: 60px;
    height: 100%;
    float: left;
    background-color: transparent;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}

.titulo-vertical h4{
    width: auto;
    height: 100%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 70px;
    text-align: center;
    letter-spacing: 5px;
    background: linear-gradient(#F4C9C8,#90A6CE);
    -webkit-background-clip: text;
    color: transparent;  
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    opacity: .1;
}

.icono-servicio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.icono-servicio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 60px;
}

.icon-servicio{
    width: 80px;
    height: 80px;
    float: left;
    background-color: #FFFFFF;
}

.titulo-servicio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 60px;
}

.titulo-servicio h4{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.titulo-servicio p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.btn-servicio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.btn-servicio p{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.icon-ir{
    width: 20px;
    height: 20px;
    float: left;
    background-color: #FFFFFF;
    margin-top: 2px;
}

.servicio:hover{
    border: solid 1px #F4C9C8;
    transform: translateY(-50px);  
    transition: transform ease .4s, border ease .4s;
}







.seccion-nosotros{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-nosotros{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-imagen-nosotros{
    width: 47%;
    height: auto;
    background-color: #90A6CE;
    float: left;
}

.constenedor-info-nosotros{
    width: 47%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
}

.constenedor-info-nosotros h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 70px;
    text-align: left;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.constenedor-info-nosotros h3 span{
    font-weight: 800;
}

.constenedor-info-nosotros p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.contenedor-puntos-nosotros{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.puntos-nosotros{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    margin-bottom: 20px;
}

.icono-nosotros{
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    float: left;
    margin-right: 15px;
}

.titulo-puntos{
    width: 80%;
    height: auto;
    background-color: transparent;
    float: left;
}

.titulo-puntos h4{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: none;
}

.titulo-semi-linea,
.titulo-una-linea{
    margin-top: 12px;
}








.seccion-portafolio{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    padding-top: 140px;
    padding-bottom: 140px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-portafolio{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-titulo-portafolio{
    width: 10%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.contenedor-titulo-portafolio h4{
    width: auto;
    height:900px;
    float: left;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 90px;
    text-align: center;
    letter-spacing: 10px;
    background: linear-gradient(#F4C9C8,#90A6CE);
    -webkit-background-clip: text;
    color: transparent;  
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-info-portafolio{
    width: 86%;
    height: auto;
    background-color: transparent;
    float: left;
}

.cabecera-info-portafolio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-bottom: 40px;
}

.cabecera-info-portafolio h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 70px;
    text-align: left;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-bottom: 40px;
}

.cabecera-info-portafolio h3 span{
    font-weight: 800;
}

.contenedor-nav-portafolio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.contenedor-nav-portafolio input[type="radio"]{
    display: none;
    visibility: hidden;
}

.contenedor-nav-portafolio label{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    margin-right: 40px;
    padding: 12px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
    cursor: pointer;
}

.contenedor-nav-portafolio input[type="radio"]:checked + label,
.contenedor-nav-portafolio input[type="radio"]:hover + label{
    background-color: #90A6CE;
}

.contenedor-portafolio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.proyecto{
    width: 30%;
    height: auto;
    background-color: transparent;
    float: left;
    text-decoration: none;
    border: solid 1px #372D3F;
    border-radius: 20px;
    overflow: hidden;
    transition: border ease .4s;
}

.proyecto figure{
    width: 100%;
    height: 400px;
    float: left;
    overflow: hidden;
    border-radius: 20px;
}

.proyecto figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform ease .4s;
}

.contenedor-info-proyecto{
    width: 100%;
    height: 150px;
    float: left;
    background-color: transparent;
    padding: 20px;
}

.contenedor-info-proyecto h4{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.contenedor-info-proyecto p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.proyecto:hover figure img{
    transform: scale(1.1);
    transition: transform ease .4s;
}

.proyecto:hover{
    border: solid 1px #F4C9C8;
    transition: border ease .4s;
}







.seccion-clientes-estadisticas{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-clientes-estadisticas{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-info-clientes-estadisticas{
    width: 47%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-clientes-estadisticas h3{
    width: 90%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 70px;
    text-align: left;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.contenedor-info-clientes-estadisticas h3 span{
    font-weight: 800;
}

.contenedor-info-clientes-estadisticas p{
    width: 90%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
}

.contenedor-estadisticas-clientes{
    width: 47%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 60px;
}

.contenedor-clientes{
    width: 100%;
    height: 230px;
    background-color: transparent;
    float: left;
    overflow: hidden;
    margin-bottom: 50px;
}

.contenedor-carrusel-clientes{
    width: 450%;
    height: 230px;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.carrusel-cliente{
    width:33%;
    height: 230px;
    background-color: transparent;
    float: left;
    padding-right: 30px;
    padding-left: 30px;
}

.cliente{
    width: 100%;
    height: 230px;
    float: left;
    background-color: transparent;
    position: relative;
    border-radius: 20px;
    border: solid 1px #F4C9C8;
}

.cliente img{
    width: 150px;
    height: 150px;
    float: left;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.contenedor-estadistcas{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.dato-estadistico{
    width: 30%;
    height: auto;
    background-color: transparent;
    float: left;
}

.no-estadistica{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 10px;
}

.no-estadistica .prefijo{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 70px;
    text-align: left;
    background: linear-gradient(#F4C9C8,#90A6CE);
    -webkit-background-clip: text;
    color: transparent;
}

.no-estadistica h4{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 70px;
    text-align: left;
    background: linear-gradient(#F4C9C8,#90A6CE);
    -webkit-background-clip: text;
    color: transparent;
}

.no-estadistica span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    text-align: left;
    background: linear-gradient(#F4C9C8,#90A6CE);
    -webkit-background-clip: text;
    color: transparent;
}

.dato-estadistico p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}