#bienvenido {
    color: #abb0b2;
}

#porque {
    color: rgb(20, 20, 125);
    font-weight: 700;
    font-size: 18pt;
    box-sizing: border-box;
    border: 0 solid #333;
}

#LIFE {
    color: rgb(20, 20, 125);
    font-weight: 700;
    font-size: 12pt;
    box-sizing: border-box;
    border: 0 solid #333;
}

#porquetu, .porquetu {
    color: rgb(45, 177, 224);
    font-weight: 700;
    font-size: 16pt;
    box-sizing: border-box;
    border: 0 solid #333;
}

#text-blue {
    color: rgb(45, 177, 224);
    font-weight: 700;
    font-size: 12pt;
    box-sizing: border-box;
    border: 0 solid #333;
}

#listaServicios {
    color: rgb(153, 153, 153);
    font-size: 14pt;
    box-sizing: border-box;
    border: 0 solid #333;
}

.imgsServicios img {
    width: 80%;
    height: 250px;
}

.imgsServicios>.crop {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

/* Imaganes galería Servicios */

.containers-all {
    width: fit-content;
    margin: 20px auto;
    height: auto;
}

.containers {
    width: calc(33% - 6px);
    overflow: hidden;
    height: fit-content;
    margin: 3px;
    padding: 0;
    display: block;
    position: relative;
    float: left;
    border-radius: 27px 27px 27px 27px;
    -moz-border-radius: 27px 27px 27px 27px;
    -webkit-border-radius: 27px 27px 27px 27px;
    border: 0px solid #000000;
}

.containers img {
    width: 100%;
    transition-duration: .3s;
    max-width: 100%;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.title {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 35%;
    display: none;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1.6em;
    text-shadow: 1px 5px 10px black;
    transition-duration: .3s;
}

.text {
    position: absolute;
    top: 70%;
    cursor: pointer;
    max-width: 80%;
    text-align: center;
    left: 50%;
    text-shadow: 1px 5px 10px black;
    font-size: 1em;
    display: none;
    margin-right: -50%;
    transition-duration: .3s;
    transform: translate(-50%, -50%)
}

.title2 {
    display: none;
}

.text2 {
    display: none;
}

.containers:hover img {
    transform: scale(1.2);
    transition-duration: .3s;
    filter: grayscale(80%);
    opacity: .3;
}

.containers:hover span {
    color: #333;
    display: block;
    transition-duration: .3s;
}

@media only screen and (max-width: 900px) {
    .containers {
        width: calc(50% - 6px);
    }
}

@media only screen and (max-width: 400px) {
    .imgsServicios img {
        height: 250px;
    }
    .containers {
        width: 98%;
        margin-top: 12px;
    }
    .title2 {
        display: inline-block;
        font-size: 22pt;
    }
    .text2 {
        display: inline-block;
        padding-bottom: 50px;
    }
}

/* HEADERS PARALLAX */

.parallax {
    /* The image used */
    background-image: url("../img/slider/lifetimes_monitor_1.jpg");
    height: 300px;
    background-color: rgb(100, 100, 100);
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax h1 {
    color: white;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 4em;
}

.parallax span {
    color: white;
    font-weight: normal;
    font-size: 1.2em;
    position: relative;
    top: 200%;
    text-align: left;
}

@media only screen and (max-width: 400px) {
    .parallax h1 {
        position: relative;
        cursor: pointer;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        font-weight: bold;
        font-size: 1.8em;
    }
}

/* Servicios */

.parallaxserv {
    /* The image used */
    background-image: url("../img/servicios/125817.jpeg");
    height: 400px;
    background-color: rgb(100, 100, 100);
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxserv .h1 {
    color: white;
    position: absolute;
    display: block;
    cursor: pointer;
    margin-top: 15%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 3.5em;
}

.parallaxserv span {
    color: white;
    font-weight: normal;
    font-size: 1.2em;
    position: relative;
    top: 150%;
    text-align: left;
}

@media only screen and (max-width: 400px) {
    .parallaxserv h1 {
        position: relative;
        cursor: pointer;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        font-weight: bold;
        font-size: 1.8em;
    }
}

/* Interesado */

.parallaxinteresado {
    /* The image used */
    background-image: url("../img/servicios/meeting-room-with-black-chairs.jpg");
    height: 400px;
    background-color: rgb(100, 100, 100);
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxinteresado .h1 {
    color: white;
    position: absolute;
    display: block;
    cursor: pointer;
    margin-top: 10%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 2.5em;
}

.parallaxinteresado span {
    color: white;
    font-weight: normal;
    font-size: 1.2em;
    position: relative;
    top: 180%;
    text-align: left;
}

.parallaxinteresado .contactanosbtn {
    color: black;
    font-weight: normal;
    font-size: 1.2em;
    position: relative;
    top: 195%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding: 15px 50px;
    text-decoration: none;
    cursor: pointer;
}

.parallaxinteresado .contactanosbtn:hover {
    background-color: rgb(255, 255, 255, .5);
}

@media only screen and (max-width: 400px) {
    .parallaxinteresado h1 {
        position: relative;
        cursor: pointer;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        font-weight: bold;
        font-size: 1.8em;
    }
}

/* Interesado */

.parallaxinteresaproductos {
    /* The image used */
    background-image: url("../img/empresa/lifitimes_cama_electrica_01.jpg");
    height: 600px;
    background-color: rgb(100, 100, 100);
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxinteresaproductos .h1 {
    color: white;
    position: absolute;
    display: block;
    cursor: pointer;
    margin-top: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 2.5em;
}

.parallaxinteresaproductos span {
    color: white;
    font-weight: normal;
    font-size: 1.2em;
    position: relative;
    top: 190%;
    text-align: left;
}

.parallaxinteresaproductos .contactanosbtn {
    color: black;
    font-weight: normal;
    font-size: 1.2em;
    position: relative;
    top: 220%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding: 15px 50px;
    text-decoration: none;
    cursor: pointer;
}

.parallaxinteresaproductos .contactanosbtn:hover {
    background-color: rgb(255, 255, 255, .5);
}

@media only screen and (max-width: 400px) {
    .parallaxinteresaproductos h1 {
        position: relative;
        cursor: pointer;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        font-weight: bold;
        font-size: 1.8em;
    }
}

/* Cobertura */

.parallaxcobertura {
    /* The image used */
    background-image: url("../img/cobertura/building-ceiling-architecture.jpg");
    height: 300px;
    background-color: rgb(100, 100, 100);
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxcobertura h1 {
    color: white;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 4em;
}

.parallaxcobertura span {
    color: white;
    font-weight: normal;
    font-size: 1.2em;
    position: relative;
    top: 200%;
    text-align: left;
}

@media only screen and (max-width: 400px) {
    .parallaxcobertura h1 {
        position: relative;
        cursor: pointer;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        font-weight: bold;
        font-size: 1.8em;
    }
}

/* CONTACTO */

.parallaxcontacto {
    /* The image used */
    background-image: url("../img/contacto/foto_contacto.jpg");
    height: 600px;
    background-color: rgb(255, 255, 255, .5);
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 400px) {
    .parallaxcontacto {
        height: 100%;
    }
}

.h1cobertura {
    font-weight: bold;
    color: rgb(153, 153, 153);
}

.pcobertura {
    font-weight: bold;
    color: rgb(153, 153, 153);
    margin-top: 2em;
}

.visiteLink {
    text-align: center;
    background-color: rgb(20, 20, 125);
    color: seashell;
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    text-decoration: none;
}

.misionvisionvalores {
    font-weight: bold;
    color: rgb(250, 99, 11);
}

.mvvtitles {
    color: rgb(13, 98, 194);
    font-weight: 700;
    font-size: 16pt;
    box-sizing: border-box;
    border: 0 solid #333;
}

.txtmvv {
    color: rgb(153, 153, 153);
    text-align: justify;
}

.form-control {
    background-color: transparent;
    border: 1px solid #000;
}

.btn-enviar {
    background-color: #abb0b2;
    border: none;
    padding: 10px 0px;
    color: tomato;
    font-size: 1.3em;
    font-weight: bold;
}