/*
Tema Nombre: CDIOCUSTODIAS.COM - Un tema de interwebgdl.com.mx
Theme URI: http://cdiocustodias.com
Author: InterWebgdl
Author URI: http://Interwebgdl.com
Description: Seguridad Privada
Version: 1.2
Text Domain: iw
*/



/*BOTON DE WHATSAPP*/
.boton-whatsapp {
	position: fixed;
	left: 25px;
	bottom: 25px;
	background-color: #2ecc71;
	color: #FFFFFF;
	padding: 17px 17px;
	border-radius: 100px;
	z-index: 9999999;
	text-decoration: none;
	vertical-align: middle;
}

.boton-whatsapp:hover {
	position: fixed;
	left: 25px;
	bottom: 25px;
	background-color: #313140;
	color: #FFFFFF;
	padding: 17px 17px;
	border-radius: 100px;
	z-index: 9999999;
	text-decoration: none;
	vertical-align: middle;

}
.boton-whatsapp i {
	font-size: 2em;
}



.construccion{
	text-align: center;
	padding-top: 5em;
	padding-bottom: 2em;
}
.construccion img{
	max-width: 100%;
	width: 60%;

}

.logo{
	text-align: center;
	padding-top: 1em;
	padding-bottom: 2em;
}
.logo img{
  max-width: 100%;
  width: 30%;
}
/*BOTON DE WHATSAPP*/
.boton-whatsapp {
    position: fixed;
    left: 23px;
    bottom: 24px;
    background-color: #1276B7;
    color: #FFFFFF;
    padding: 13px 13px;
    border-radius: 50px;
    z-index: 9999999;
    text-decoration: none;
    vertical-align:  middle;
    text-shadow: 1px 3px 1px black;
}
.boton-whatsapp:hover{
  position: fixed;
    left: 23px;
    bottom: 24px;
    background-color: #313140;
    color: #FFFFFF;
    padding: 13px 13px;
    border-radius: 50px;
    z-index: 9999999;
    text-decoration: none;
    vertical-align:  middle;
    text-shadow: 1px 3px 1px black;
}

.boton-whatsapp i{
	font-size: 2em;
	margin-right: 0.2em;

}


@media only screen and (min-width: 200px) and (max-width: 767px) {

	.construccion img{
    max-width: 100%;
    width: 100%;
  }
  .logo img{
    max-width: 100%;
    width: 100%;
  }
	
}