﻿body{
    font-family: 'Montserrat', sans-serif;
}


.b{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
}
.b video{
    width: 100%;
    margin-top: 10vh;
}

.cerrar{
    position: absolute;
    top: 20px;
    right: 10px;
    background-color: black;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 28px;
    cursor: pointer;

    border-radius: 50%;
}
.cerrar:hover{
    background: red;
}


.chat{
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 10000;
    width: 50px;
    cursor: pointer;
}
.chat img{
    width: 100%;
}

.cabecera-ayuda{
    height: 140px;
}

.blanco{
    box-shadow: 2px 2px 5px #f7f7f7;
}
.blanco .logotipo img{
    width: 80%;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 100%;

    transition: all 1s;
}

nav a{
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}

nav ul li{
    width: 19%;
    float: left;
    margin-left: 1%;
}

.menu-r{
    display: none;
}
.menu, .menu-r{
    background: #1a428a;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    padding: 6px 0 7px;
    cursor: pointer;

    border-radius: 10px;
}
.menu:hover, .menu-r:hover{
    font-weight: bold;
}
.dosM{
    line-height: 17px;
    padding: 3px 10px;
}

.datos{
    font-size: 18px;
}
.datos img{
    width: 30px;
}


.efecto{
    padding: 0;
}



.contenido{
    background: #f7f7f7;
    /* background: url(../images/fondo-footer.webp) no-repeat center center;
    background-size: cover; */
    padding-top: 60px;
    padding-bottom: 60px;
}

.seccion, .texto{
    text-align: justify;
    font-weight: lighter;
    font-size: 20px;
    line-height: 30px;
    padding: 40px;
}

.img1{
    background: url(../images/sistemas-de-inteligencia-y-seguridad.webp) no-repeat center center;
    background-size: cover;
}

.imagen img{
    width: 100%;
}


.azul{
    background: #1a428a;
    padding-top: 30px;
    padding-bottom: 70px;
}
.azul .seccion{
    color: white;
    padding: 0;
}

.titulo{
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}
.white{
    color: white;
}



.circulo{
	border: 10px solid #ddd;
	width: 41%;
	height: 261px;
	padding: 10px;
	float: left;

    transition: all 0.5s;

	border-radius: 50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.circulo:hover{
    width: 45%;
    height: 290px;
}

.servicio{
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow:hidden;
	padding: 0 10px;

	border-radius: 50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.servicio1{
	background: url(../images/analisis-de-riesgos-para-la-seguridad-y-defensa-corporativa.webp) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.servicio2{
	background: url(../images/evaluacion-de-control-y-confianza.webp) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.servicio3{
	background: url(../images/prevenir-situacion-de-riesgos.webp) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.servicio4{
	background: url(../images/creacion-de-unidades-de-seguridad.webp) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.servicio5{
	background: url(../images/procedimientos-para-la-seguridad-y-proteccion-organizacional.webp) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.servicio6{
	background: url(../images/capacitacion-en-seguridad.webp) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.servicio7{
	background: url(../images/elaboracion-de-plataformas-politica-electorales.webp) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.servicio8{
	background: url(../images/investigacion-de-actividades-ilicitas.webp) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.servicio9{
	background: url(../images/venta-e-instalacion-de-cctv.webp) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.servicio10{
	background: url(../images/venta-e-instalacion-de-sistemas-biometricos.webp) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.enmedio{
	margin: 0 9%;
}

.servicio img{
	width: 100%;
}

.titulo-servicio{
	width: 55%;
	color: white;
	font-weight: bold;
	text-shadow: 3px 3px 3px black;
	font-size: 21px;
	line-height: 25px;
	margin: 90px 0 0 0;
	float: left;
    padding-left: 10px;
}
.titulo-servicio span{
	background: rgb(24,88,135,0.5);
	color: white;
    display: inline-block;
}


.texto{
    color: gray;
    text-align: justify;
}


.img9{
    background: url(../images/asesoria-en-soluciones-de-seguridad.webp) no-repeat center center;
    background-size: cover;
}


.perfil{
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
}
.perfil b{
    color: #1a428a;
    font-size: 32px;
}


.form-group{
    margin-bottom: 20px;
}


.seccion iframe{
    width: 100%;
    height: 300px;
}


.ciber{
    position: relative;
    background: url(../images/ciberseguridad.webp) no-repeat center center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}
.ciber .container{
    position: relative;
    z-index: 2;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}

.negro{
    color: white;
    font-size: 20px;
    text-align: justify;
    padding: 10px;
}

.titulo-negro{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 2px black;
    margin-bottom: 30px;
}

.cuadro{
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;

    border-radius: 10px;
}
.cuadro center{
    font-size: 50px;
}
.cuadro strong{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.cuadro b{
    text-align: center;
}


.presenta video{
    width: 100%;
    height: 420px;
}


footer{
    background: #c8c8c8;
    color: #1a428a;
    font-size: 19px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}
footer strong{
    width: 100%;
    font-weight: lighter;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 12px;
}
footer a{
    color: #1a428a;
    text-decoration: none;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    .imagen{
        height: 250px;
    }
    .azul .seccion{
        padding: 20px;
    }
    .blanco .logotipo img, .logotipo img{
        width: 40%;
    }
    nav{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width:576px){
    .blanco .logotipo img, .logotipo img{
        width: 60%;
    }
    .circulo{
        margin:20px 0 0 30%;
    }
    .titulo-servicio{
        width: 100% !important;
        margin-top: 25px !important;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
        margin: 2px 0;
    }
    .chat{
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
}