@import url('https://fonts.googleapis.com/css?family=Roboto');

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.barra{
    background-color: rgba(132, 140, 145, .8);
    width: 100%;
    height: 100px;
}

.nav-logo{
    height: 90px;
    margin-left: 30px;
}

.menu{
    border-radius: 50%;
    top: 10px;
    box-shadow: 0 0 0 0 #848c91, 0 0 0 0 #848c91;
    cursor: pointer;
    height: 60px;
    position: absolute;
    right: 25px;
    transition: box-shadow 1s cubic-bezier(.19, 1, .22, 1);
    width: 60px;
    z-index: 2;
}

.menu:hover {
    box-shadow: 0 0 0 8px #848c91, 0 0 0 8px #FFF;
}

.menu p{
    margin-top: 60px;
    margin-left: 10px;
}

.hamburger {
    position: relative;
    top: 29px;
    left: 15px;
    width: 30px;
    height: 2px;
    background: #000;
    display: block;
    transform-origin: center;
    transition: .5s ease-in-out;
}

.hamburger:after,
.hamburger:before {
    background: #000;
    content: "";
    display: block;
    transition: .5s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

.hamburger:before {
    top: -8px;
}

.hamburger:after {
    bottom: -8px;
}

.menu-input {
    display: none;
}

.menu-input:checked ~ label .menu {
    box-shadow: 0 0 0 130vw #848c91, 0 0 0 130vh #848c91;
}

.menu-input:checked ~ label .hamburger {
    transform: rotate(45deg);
}

.menu-input:checked ~ label .hamburger:after {
    transform: rotate(90deg);
    bottom: 0;
}

.menu-input:checked ~ label .hamburger:before {
    transform: rotate(90deg);
    top: 0;
}

.menu-input:checked ~ ul {
    opacity: 1;
}

.submenu_bar {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    font-size: 45px;
    transition: .25s .1s cubic-bezier(0, 1.07, 0, 1.02);
    z-index: 2;
}

.show{
    display: block;
}

.menu_bar .op-menu {
    color: #fff;
    transition: all 300ms;
    position: relative;
}

.menu_bar .op-menu:before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    width: 0;
    height: 4px;
    background: #004987;
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
}

.menu_bar .op-menu:hover:before {
    width: 110%;
}

.menu_bar .op-menu:hover {
    color: #002a3a;
}

.op-menu {
    color: #00cec9;
    display: block;
    margin-bottom: 1em;
    text-decoration: none;
}


.logo {
    width: 200px;
    display: block;
    margin: auto;
    margin-top: 200px;
}

h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 20vh;
    text-align: center;
    width: 80%;
    color: white;
}

a.tutorial {
    position: fixed;
    text-align: center;
    color: #fff;
    font-size: 20px;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* -- FINALIZA MENU -- */



/* -- FONDO IMAGEN -- */

.fondo{
    width: 100%;
}


/* -- SERVICIOS -- */

.ico-servicios{
    width: 50px;
}

.wrap-servicios{
    margin-top: 100px;
    margin-bottom: 100px;
}

.wrap-servicios .servicios{
    text-align: center;
    color: #004987;
    font-size: 2em;
}

.linea-servicios{
  background-color: red;
}

.wrap-servicios div section div{
    margin: auto;
    text-align: center;

}

.wrap-ico{
    height: 300px;
}

.bg-colorinc{
    background-color: rgba(0, 73, 135, 0.7);
}

.conoce-mas{
    display: block;
    margin: auto;
    padding: 20px 10px 20px 10px;
    width: 150px;
    text-align: center;
    border: 1px solid #fff;
    color: #fffc;
    text-transform: uppercase;
    font-weight: bold;
}

.conoce-mas:hover{
    color: #fff;
    transition: all ease .3seg;
    text-decoration: none;
     background-color: rgba(5, 68, 114, 0.7);
}

/* -- INCENDIO --*/

.wrap-incendio{
    background-image: url(../imagenes/img-bck-inc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.wrap-incendio div section{
    margin-top: 60px;
}

.wrap-incendio div section p{
    font-size: 1.2em;
    text-align: center;
    color: #fff;
}

.bg-info{
    background-color: rgba(186, 186, 186, 0.4);
    margin-top: 50px;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 120px;
}

.bg-info ul{
    margin-top: 20px;
    margin-left: 20px;
}

.bg-proyectos{
    background-image: url(../imagenes/bg-proyectos.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-detector{
    background-image: url(../imagenes/seguridad1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-control{
    background-image: url(../imagenes/bg-control1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-alarma{
    background-image: url(../imagenes/bg-alarma1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-alimpios{
    background-image: url(../imagenes/bg-limpios1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-mantenimiento{
    background-image: url(../imagenes/bg-mantenimiento.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.title-diagrama{
    margin-top: 50px;
    text-align: center;
}

.title-mantenimiento{
    color: #0e2f5c;
}

.bg-mantenimiento div section{
    margin-top: 100px;
    margin-bottom: 100px;
}

.beneficios-mantenimiento{
    max-width: 900px;
    margin-bottom: 100px;
    background-color: rgba(255, 255, 255, .6);
    padding: 50px 80px 100px 50px;
    display: block;
    margin: auto;
}

.beneficios-mantenimiento h2{
    margin-bottom: 50px;
}

.beneficios-mantenimiento p{
    padding-left: 50px;
    text-align: justify;
}

.beneficios-mantenimiento ul{
    padding-left: 70px;
}

.wrap-btn{
    padding-bottom: 50px;
}

.btn-contacto{
    display: block;
    margin: auto;
    text-align: center;
    padding: 15px 0 15px 0 ;
    background-color: #193c6c;
    width: 200px;
    color: #fff;
}

.btn-contacto:hover{
    text-decoration: none;
    color: #fff;
    background-color: #123564;
    transition: all ease .5seg;
}

/* -- GASES -- */

.bg-gas{
    background-image: url(../imagenes/bg-gas1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.diagrama2{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    margin-top: 100px;
}


/*-- SEGURIDAD --*/

.bg-colorseg{
    background-color: rgba(0, 73, 135, 0.7);
}

.wrap-seguridad{
    background-image: url(../imagenes/img-bck-seg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
}

.wrap-seguridad div section{
    margin-top: 80px;
}

.wrap-seguridad div section p{
    font-size: 1.4em;
    text-align: center;
    color: #fff;
}

/* -- SOLUCIONES --*/

.bg-soluciones{
    background-image: url(../imagenes/bg-soluciones.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.wrap-soluciones{
    width: 100%;
    height: 100%;
    position: absolute;
}

.cuadros{
    position: relative;
}

.titulo-soluciones{
    text-align: center;
    margin-top: 100px;
}

.soluciones{
    margin-top: 30px;
    margin-bottom: 30px;
}

.soluciones div{
    background-color: rgba(255, 255, 255, .6);
    height: 300px;
    width: 350px;
    margin-top: 20px;
    margin: auto;
}

.soluciones div a{
    text-align: center;
    text-decoration: none;
}

.soluciones div a p{
    padding-top: 30px;
    padding-bottom: 30px;
}


.img-sol{
    width: 250px;
    display: block;
    margin: auto;
}


.diagrama1{
    display: block;
    margin: auto;
    width: 100%;
}

.dg-video{
    padding-top: 90px;
    padding-bottom: 90px;
}

footer{
    width: 100%;
    background-color: #002a3a;
    padding-top: 50px;
    background-image: url(../imagenes/logo-footer.png);
    background-size: 460px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

footer div section div ul{
    list-style: none;
}

footer div section div ul li{
    padding-bottom:10px;
}

footer div section div ul li a{
    color: #fff;
}

footer div section div ul li a:hover{
    color: #3aaeef;
    transition: .3s all ease;
    text-decoration: none;
}

footer div section div p{
    color: #fff;
    margin:  50px 0 60px 0;
}

.copyright{
    background-color: #000;
    padding: 20px 0 20px 0;
}

.copyright p{
    color: #fff;
    text-align: center;

}


/* sobre nosotros */

.img-cover{
    display: block;
    width: 100%;
}

.title-somos{
    text-align: center;
    margin: 50px 0 50px 0;
}

.txt-somos{
    font-size: 1.15em;
    text-align: justify;
}

.wrapper-aply{
    margin-top: 60px;
    margin-bottom: 90px;
}

.title-soluciones{
    text-align: center;
    margin-bottom: 50px;
}

.wrapper-aply .sub .aply{
    width: auto;
    height: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ccc;
    position: relative;
    overflow: hidden;
}

.wrapper-aply .sub .aply img{
    width: 100%;
    position: absolute;
    top: 0;
    transition: all ease .5s;
}

.wrapper-aply .sub .aply .text{
    width: 100%;
    position: absolute;
    padding: 10px;
    background: rgba(0,73,135,.6);
    bottom: 0;
}

.wrapper-aply .sub .aply .text p{
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.wrapper-aply .aplicaciones{
    text-align: center;
    font-weight: bold;
    color: #19415d;
}


.wrapper-proyectos section{
    margin-bottom: 150px;
}


.wrapper-proyectos .sub .aply{
    width: auto;
    height: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ccc;
    position: relative;
    overflow: hidden;
}

.wrapper-proyectos .sub .aply img{
    width: 100%;
    position: absolute;
    top: 0;
    transition: all ease .5s;
}

.wrapper-proyectos .sub .aply .text{
    width: 100%;
    position: absolute;
    padding: 10px;
    background: rgba(94,94,94,.8);
    bottom: 0;
}

.wrapper-proyectos .sub .aply .text p{
    text-align: center;
    color: #fff;
}

.wrapper-proyectos .aplicaciones{
    text-align: center;
    font-weight: bold;
    color: #19415d;
}

.title-proyectos{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
}

/* CONTACTO */

.title-contactanos{
    color: #000;
    text-transform: uppercase;
}

.contact-wrapper{
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, .7);
    margin-bottom: 150px;
}

.contact-form,
.contact-info{
    padding: 50px 50px 50px 50px;
}

.contact-form{
    background-color: rgba(58, 58, 58, .8);
    color: #fff;
}

.contact-form form{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-form form .block{
    grid-column: 1 / 3;
}

.contact-form form p{
    margin-right: 30px;
    margin-top: 30px;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select,
.contact-form form button{
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.contact-form form button{
    background-color: #004987;
    border: 0;
    padding: 1em;
}

.contact-form form button:hover,
.contact-form form button:focus{
    background-color: #0a568e;
    transition: background-color 1s ease-out;
    outline: 0;
}

.contact-info{
    background-color: rgba(7, 7, 7, .8);
    color: #fff;
}

.contact-info ul,
.contact-info h4{
    text-align: center;
    margin: 0 0 1rem 0;
}

.contact-info ul{
    list-style: none;
    padding: 0;
}

.contact-info ul li{
    padding: .3em;
}


.icon-mail-envelope-closed{
    font-size: 1.3em;
}

/*RESPONSIVO CONTACTO*/

@media (min-width: 700px){
    .contact-wrapper{
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

    .contact-wrapper *{
        padding: 1.2em;
    }

    .contact-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}



















