html, body{
    overflow-x: hidden;
}

body{
    background-image: url("../img/fondos/fondo-clara-web.png");
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    background-size: cover;
}

img{
    image-rendering: -webkit-optimize-contrast;
}

/*scrollbar*/
body::-webkit-scrollbar{
    width: 8px;     /* Tama&ntilde;o del scroll en vertical */
    height: 8px;    /* Tama&ntilde;o del scroll en horizontal */
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
body::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando est&eacute; en hover */
body::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando est&eacute; en active */
body::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}


.bloqueMismoAlto {
    display: flex;
}


::placeholder {
    color: #00abec!important;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
    color: #00abec!important;
}

.sinPadding{
    padding: 0px;
}
/*home*/
.azul{
    color: #00abec;
}
.iconoFlecha{
    position: absolute;
    bottom: 5%;
    width: 100%;
}
#flecha{
    width: 100%;
    position: absolute;
    height: 100%;
}
.height100{
    height: 100%;
}
#home{
    height: 100%;
    background-image: url('../img/fondos/home.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
    background-attachment: fixed;
    min-height: 100%;
}
#logo{
    position: absolute;
    top: 120px;
    left: 5%;
}
.sloganClara{
    font-family: Helixa;
    font-weight: normal;
    color: #00abec;
    font-size: clamp(50px, 5vw, 70px);
    position: absolute;
    margin-top: 20%;
    left: 5%;
    text-align: right;
}
/*quienes somos*/
.descripcionQuienesSomos{
    font-family: Helixa;
    font-style: normal;
    color: #000000;
    text-align: justify;
    font-size: clamp(14px, 1vw, 60px);
    width: 80%;
}
#fondoQuienesSomos{
    position: absolute;
    z-index: 2;
    top: 0px;
    max-width: 800px;
    left: 30%;
}
.quienesSomos{
    font-family: Helixa;
    font-style: normal;
    color: #000000;
    font-weight: lighter;
    font-size: clamp(30px, 5vw, 60px);
    text-align: left;
    margin-top: 0px;
    margin-bottom: 5%;
    width: 80%;
    position: absolute;
    z-index: 3;
    left: 20%;
}

.textoEstrategias{
    font-family: Helixa;
    color: #00abec;
    font-weight: bold;
    font-size: clamp(25px, 1.2vw, 60px);
    text-align: center;
    font-style: normal;
    text-align: left;
}

/*servicios*/
.claraTable td{
    padding: 0px!important;
    border: none!important;
    vertical-align: middle!important;
    color: #000000;
    font-weight: 600;
}

/*sinergia*/
.contenedorSinergia{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background-color: transparent;
    flex-grow: 1;
    justify-content: center;
}



#contenidoServicio{
    width: 60%;
    margin-top: 15%;
    background-color: #00abec;
    color: white;
    padding: 8% 15% 8% 10%;
    font-size: 1.2vw;
    text-align: justify;
}

.displayBlock{
    display: block;
}

#imagenServicio{
    position: absolute;
    top: 5%;
    right: 25%;
}

.puntoSinergia{
    width: auto;
    display: block;
    align-items: flex-start;
    margin: 0px 1%;
    border: none;
    box-sizing: border-box;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 6% 2%;
    border-top: 20px solid #00FFA4;
    background-color: #00ADEF;
    max-width: 250px!important;
}

.descripcionSinergia{
    font-family: Helixa;
    font-style: normal;
    color: #000000;
    font-weight: lighter;
    font-size: clamp(18px, 2.5vw, 40px);
    text-align: left;
    margin-top: 5%;
    margin-bottom: 5%;
}

.detalleContenedorSinergia{
    font-family: Helixa;
    color: #ffffff;
    font-weight: normal;
    font-size: clamp(18px, 1.1vw, 20px);
}
.tituloContenedorSinergia{
    font-family: Helixa;
    color: #ffffff;
    font-weight: bold;
    font-size: clamp(18px, 1.3vw, 30px);
    text-align: center;
}



/*iMPLEMENTACION*/
.contenedorPasosImplementacion{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background-color: transparent;
    flex-grow: 1;
    justify-content: space-evenly;

}

.descripcionImplementacion {
    width: auto;
    display: flex;
    align-items: center;
    margin: 0px 1%;
    border: none;
    box-sizing: border-box;
    margin-bottom: 5%;
    margin-top: 5%;
}

.descripcionPaso{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 2px solid #00FFFF;
    font-family: Avenir;
    color: #000000;
    text-align: center;
    padding: 10% 2%;
    max-width: 120px;
}


.implementacionTitulo{
    color: #000000;
    font-weight: bold;
    font-size: clamp(18px, 1.2vw, 40px);
    text-align: center;
    margin: 10% 0px;
}

.paso{
    font-family: Helixa;
    font-size: clamp(30px, 5vw, 80px);
    font-weight: bold;
    color: #00ADEF;
}

.pasoFlecha{
    font-family: Helixa;
    font-size: clamp(20px, 1.5vw, 40px);
    font-weight: bold;
    color: #00FFFF;
}

/*Orientado a resultados*/
#bloqueOrientadoResultados{
    display: block;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 10;
}
.sloganOrientadoResultados{
    font-family: Avenir;
    font-size: clamp(20px, 1.2vw, 40px);
    font-weight: normal;
    color: #000000;
    text-align: center;
}
.tituloOrientadoResultados{
    font-family: Helixa;
    font-size: clamp(30px, 2.5vw, 50px);
    font-weight: normal;
    color: #00abec;
}
/*Proyectos*/

.descripcionProyectos{
    color: #000000;
    font-weight: normal;
    font-size: clamp(18px, 1.5vw, 40px);
    text-align: left;
    margin-top: 5%;
    margin-bottom: 5%;
}

.contenedorProyectos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background-color: transparent;
    flex-grow: 1;
    justify-content: center;

}

.proyectoIndividual {
    width: auto;
    display: flex;
    align-items: center;
    margin: 0px;
    border: none;
    box-sizing: border-box;
}

.proyectoIndividualPosadas{
    min-width: 300px;
    width: auto;
    display: flex;
    align-items: center;
    margin: 0px;
    border: none;
    box-sizing: border-box;
}

.barraCopyright{
    background-color: #00ADEF;
}

.copyright{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 2% 0px;
}

.descripcionContacto{
    color: #000000;
    font-weight: bold;
    font-size: clamp(20px, 2vw, 50px);
    text-align: left;
    margin-top: 5%;
    margin-bottom: 25%;
}

#fContacto{
    margin-top: 10%;
    padding-bottom: 10%;
}

.tituloSeccion{
    color: #00abec;
    font-weight: bold;
    font-size: clamp(30px, 5vw, 60px);
    text-align: left;
}

.visible1024{
    display: none;
}

/*contacto*/
#confirmacionMensaje{
    display: none;
}

.error{
    color: red;
    border-color: red;
}

#cero,#uno, #dos, #tres, #cuatro{
    position: absolute;
    bottom: 5%;
    right: 5%;
}
.iconoMenu{
    max-width: 45px!important;
}

.primerElemento{
    padding: 0px!important;
}


.conScroll{
    background-color: #00abec;
    margin: 0px;
    transition: width 0.5s linear;
    transition: margin 0.5s ease-in;
}

#whatsApp{
    position: fixed !important;
    right: 10px;
    bottom: 5%;
    z-index: 10 !important;
    max-width: 50px;
    width: 50px;
    height: 50px;
}

.logo{
    display: none!important;
}

@media(max-width: 767px) {
    #flecha{
        height: 75%;
    }
    .iconoFlecha{
        bottom: 15%;
    }
    .logo{
        display: block!important;
        max-width: 100px;
        margin-left: 25%;
    }
    .navbar-default {
        background-color: #ffffff;
        border-color: #000000;
    }
    #navbar{
        background-color: #00abec;
        padding-left: 10%;
    }

    .navbar-brand{
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 4vw;
    }

    /*home*/
#home{
    background-image: url('../img/fondos/home-movil.png');
}

.sloganClara, .sloganClara .azul{
    color: white;
}

    #cero,#uno, #dos, #tres, #cuatro{
     max-width: 150px;
     right: 2%;
    }


    /*nosotros*/
    #fondoQuienesSomos {
        max-width: 100%;
        left: 0%;
    }

    /*servicios*/
    #contenidoServicio {
        width: 100%;
        margin-top: 10%;
        padding: 8% 15% 8% 10%;
        font-size: 3.2vw;
        padding: 8% 10% 8% 5%;
    }

    #imagenServicio{
        right: 0px;
        top:95%;
        max-width: 120px;
    }

    .puntoSinergia{
        max-width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

 /*Implementacion*/
    .displayBlock{
        display: block!important;
    }
    .implementacionTitulo {
        font-size: clamp(10px, 1.2vw, 20px);
    }

    .sinPaddingMovil{
    padding-left: 0px;
    padding-right: 0px;
    }
    /*proyectos*/
    .logoCliente{
        max-width: 150px;
    }

    .logoClientePosadas{
        max-width: 300px;
    }

    /*Contacto*/
    .descripcionContacto{
        margin-bottom: 10%;
    }

}

@media(min-width: 768px) and (max-width: 1023px) {
    .sloganClara {
        margin-top: 45%;
        color: #ffffff;
    }
    /*home*/
    #home{
        background-image: url('../img/fondos/home-movil.png');
    }

    #cero,#uno, #dos, #tres, #cuatro{
        right: -2%;
    }

    /*nosotros*/
    #fondoQuienesSomos {
        max-width: 100%;
        left: 0%;
    }

    .nosotros{
        margin-top: 30%!important;
    }

    /*servicios*/
    #contenidoServicio {
        width: 100%;
        margin-top: 10%;
        padding: 8% 15% 5% 7%;
        font-size: 3.2vw;
        padding: 8% 10% 8% 5%;
    }

    #dos{
        bottom: -5%;
    }

    #imagenServicio{
        right: 0px;
        top:95%;
        max-width: 150px;
    }



}

@media(min-width: 1024px) and (max-width: 1200px) {
    .sloganClara {
        margin-top: 35%;
    }
    /*nosotros*/
    #fondoQuienesSomos {
        max-width: 70%;
        left: 40%;
    }
    #imagenServicio {
        right: 0px;
    }

    .sinPaddingMovil{
        padding-left: 0px;
        padding-right: 0px;
    }

    .visible1024{
        display: block;
    }

}

@media(min-width: 1200px) and (max-width: 1400px) {
    #fondoQuienesSomos {
        max-width: 60%;
        left: 40%;
    }

    #imagenServicio {
        right: 5%;
    }

    .puntoSinergia{
        max-width: 200px!important;
        margin: 0 0.5%!important;
    }

    #contenidoServicio {
        padding-left: 5%;
        padding-right: 10%;
    }

    .descripcionImplementacion{
        margin: 0px!important;
    }

}