:root {
    --morado: #AE4391;
    --rosa: #F19DBD;
    --salmon: #EB6466;
    --amarillo: #FFD600;
    --azul: #53C0DD;
    --marino: #005894;
    --rojo: #E84751;
    --gris: #485364;
}
h1,h2,h3,h4,h5,h6,
div,p,a,li,ul,span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--gris);
}
p {
    font-size: 1.1em;
   
}
p.somos {
    padding-left: 30px;
    padding-right: 30px;
}
@media all and (min-width: 768px) {
    p {
        font-size: 1.3em;
    }
}
section {
    background-color: transparent;
}

h1 {
    font-weight: 700;
    font-size: 2em;
}
h1 span {
    font-weight: inherit;
    font-size: 2.8rem;
}
@media all and (min-width: 768px) {
    h1 {
        font-size: 3em;
    }
    h1 span {
        font-size: 4rem;
    }
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.4s;
    z-index: 99;
}
header img,
header a,
header li,
header ul {
    transition: all 0.4s;
}

header img {
    width: 170px;
}
@media all and (min-width: 768px) {
    header img {
        width: 220px;
    }
}
header.sticky {
    background-color: white;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.17);
}
header.sticky .navbar-brand img {
    width: 150px;
}
#navbarOM li {
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9em;
}
#navbarOM li a {
    font-size: inherit;
}
#navbarOM {
  margin-left: 30px
}
.navbar-light {
    background-color: transparent !important;
}
.frases {
    height: 80vh;
    display: flex;
    justify-content: start;
    flex-direction: column;
    justify-content: center;
}
.cuadrito {
    width: 10px;
    height: 10px;
    transition: all 0.4s;
    display: inline-block;
    background-color: #EDEDED;
}
.cuadrito.activo {
    width: 40px;
}
.cuadrito-morado { background-color: var(--morado);}
.cuadrito-rosa { background-color: var(--rosa);}
.cuadrito-salmon { background-color: var(--salmon);}
.cuadrito-amarillo { background-color: var(--amarillo);}
.cuadrito-azul { background-color: var(--azul);}
.cuadrito-marino { background-color: var(--marino);}
h2 {
    font-size: 2.2em;
    font-weight: 700;
}
@media all and (min-width: 768px) {
    h2 {
        font-size: 3em;
    }
}
.servicio h3 {
    font-size: 0.9em;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media all and (min-width: 768px) {
    .servicio h3 {
        font-size: 1.3em;
    }
}
.servicio-img {
    position: relative;
}
.servicio-img::before{
    content: '';

    position: absolute;
    background: var(--amarillo);
    border-radius: 50%;
    z-index: 1;
}
.amarillo::before {
    background: var(--amarillo);
}
.azul::before {
    background: var(--azul);
}
.morado::before {
    background: var(--morado);
}
.salmon::before {
    background: var(--salmon);
}
.s-1::before {
    top: -30px;
    right: 20px;
    width: 70px;
    height: 70px;
}
.s-2::before {
    bottom: 00px;
    left: 20px;
    width: 45px;
    height: 45px;
}
.s-3::before {
    left: 20px;
    top: -10px;
    width: 60px;
    height: 60px;
}
.s-4::before {
    bottom: 10px;
    right: 40px;
    width: 40px;
    height: 40px;
}
.s-5::before {
    bottom: -10px;
    left: 30px;
    width: 50px;
    height: 50px;
}
.s-6::before {
    top: -10px;
    right: 30px;
    width: 60px;
    height: 60px;
}
.s-7::before {
    right: 30px;
    bottom: 20px;
    width: 60px;
    height: 60px;
}
.s-8::before {
    bottom: 10px;
    left: 40px;
    width: 40px;
    height: 40px;
}

@media all and (min-width: 768px) {
    .s-1::before {
        top: -20px;
        right: 15px;
        width: 120px;
        height: 120px;
    }
    .s-2::before {
        bottom: 00px;
        left: 50px;
        width: 80px;
        height: 80px;
    }
    .s-3::before {
        left: 70px;
        top: -10px;
        width: 100px;
        height: 100px;
    }
    .s-4::before {
        bottom: 20px;
        right: 80px;
        width: 70px;
        height: 70px;
    }
    .s-5::before {
        bottom: 00px;
        left: 40px;
        width: 100px;
        height: 100px;
    }
    .s-6::before {
        top: -20px;
        right: 50px;
        width: 100px;
        height: 100px;
    }
    .s-7::before {
        right: 70px;
        bottom: 30px;
    }
    .s-8::before {
        bottom: 40px;
        left: 80px;
        width: 70px;
        height: 70px;
    }   
}
.servicio img {
    width: 45%;
    z-index: 2;
    position: relative;
}
.cliente {
    background: #FFFFFF;
    border: 1px solid #FCFCFC;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.17);
    border-radius: 9px;
    margin: 10px;
}
.cliente img {
    width: 90%;
}
label {
    font-weight: 600;
}
.form-control {
    border: 1px solid #EDEDED;
    background: #EDEDED;
    padding: 10px;
}
.btn-primary {
    background-color: var(--amarillo);
    border-color: var(--amarillo);
    color: var(--gris);
    padding: 10px 40px;
    font-weight: 600;
    border-radius: 50px;
    font-size: 1.3em;
}
.contenedor-frase {
    position: relative;
}
.contenedor-frase::before {
    content: '';
    background: var(--amarillo);
    width: 100px;
    height: 100px;
    position: absolute;
    left: -30px;
    top: 10px;
    z-index: 1;
}
.contenedor-frase::after {
    content: '';
    background: var(--salmon);
    width: 50px;
    height: 50px;
    position: absolute;
    left: -45px;
    top: -5px;
    z-index: 1;
}
h4.frase {
    font-size: 45px;
    color:var(--gris);
    letter-spacing: 0;
    font-weight: 700;
    position: relative;
    z-index: 2;
    padding-top: 50px;
}
h4.frase span {
    font-weight: 700;
    color: white;
}
@media all and (min-width: 768px) {
    .contenedor-frase::before {
        left: -30px;
        top: 10px;
    }
    .contenedor-frase::after {
        left: -45px;
        top: -20px;
    }
    h4.frase {
        font-size: 50px;
        padding-top: 50px;
    }
}
footer {
    font-size: 0.8em;
}

#servicios {
    padding-top: 140px;
    padding-bottom: 80px;
}
#quince {
    padding-top: 100px;
    padding-bottom: 0px;
}
#clientes {
    padding-top: 50px;
    padding-bottom: 120px;
  
}
#clientes .logos {
    width: 100%;
    overflow: auto;
}
@media all and (min-width: 768px) {
    #quince {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #clientes {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    #clientes .logos {
        width: 100%;
        overflow: initial;
    }
}

#contacto {
    padding-top: 120px;
    padding-bottom: 120px;
}
#clientes .column-5{
    width: 60%;
    text-align: center;
    display: inline-flex;
}
.nowrap {
    white-space: nowrap;
}
@media all and (min-width: 768px) {
    #clientes .column-5{
        width: 20%;
    }
}

/* ---------------
FIGURAS ABSTRACTAS
------------------ */
section, .container {
    position: relative;
}
.container {
    z-index: 10;
}
.abstracto {
    position: absolute;
    z-index: 1;
}
.abstracto img {
    width: 100%;
}
.abstracto-1 {
    right: 0;
    top: 60px;
    width: 100%;
    overflow: hidden;
    padding-left: 100px;
}
.abstracto-1 img{
    width: 550px;
}

.abstracto-2 {
    left: 0;
    top: -20px;
    width: 70%;
    overflow: hidden;
}

.abstracto-3 {
    right: 0;
    top: 230px;
    width: 50px;
    overflow: hidden;
}
.abstracto-4 {
    right: 0;
    top: -100px;
    width: 100%;
    overflow: hidden;
}
.abstracto-5 {
    left: 0;
    top: 60%;
    width: 70%;
    overflow: hidden;
}
.abstracto-6 {
    right: 0;
    top: 110px;
    width: 60%;
    overflow: hidden;
}
@media all and (min-width: 768px) {
    .abstracto-1 {
        right: 0;
        top: 0;
        width: 55%;
        padding-left: 0px;
    }
    .abstracto-1 img{
        width: 100%;
    }
    .abstracto-2 {
        left: 0;
        top: -115px;
        width: 35%;
        overflow: hidden;
    }
    .abstracto-3 {
        right: 0;
        top: 240px;
        width: 130px;
        overflow: hidden;
    }
    .abstracto-4 {
        right: 0;
        top: -60px;
        width: 60%;
        overflow: hidden;
    }
    .abstracto-5 {
        left: 0;
        top: 100px;
        width: 35%;
        overflow: hidden;
    }
    .abstracto-6 {
        right: 0;
        top: 330px;
        width: 38%;
        overflow: hidden;
    }
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' var(--salmon),
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

#contacto a {
    text-decoration: none;
}
#contacto a span {
    color: var(--salmon);
}
.datos p {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0
}
.datos {
    margin-bottom: 20px;
}

.mensaje {
    color: white;
    padding: 10px;
    font-size: 12px;
    background-color: var(--gris);
    border-radius: 5px;
}

.mensaje.error {
    background-color: var(--salmon);
}

.mensaje.exito {
    background-color: var(--azul);
}

