@charset "utf-8";
/* CSS Document */

body,html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:'Open Sans', Arial, sans-serif;
	overflow-x: hidden;
  	font-size: 12px;
}

.video {
  display: block;
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px;
  opacity: 0.5;
  
  
  @media screen and (max-aspect-ratio: 239/100) {
    width: auto;
    height: 100%;
  }
}

.titulo {
	font-size: 40px;	
	font-weight: bold;
	
	text-align: center;
}

.titulo2 {
	font-size: 50px;	
	max-width: 50%;
	text-align: center;
}

.subtitulo {
	font-size: 30px;	
	
	text-align: center;
}

.divBorder {
	border-style: solid;
  	border-width: 1px 0px 1px 0px;
	border-color: #FFF;	
}

.cuadservicio {
	position:relative;
	border-style: solid;
  	border-width: 0px 1px 0px 0px;
	border-color: #000;
	width: 300px;
	height: 300px;
	display:flex;
	align-items: center;
	justify-content: center;		
	
	
}

.cuadserviciofinal {
	position:relative;
	width: 300px;
	height: 300px;
	display:flex;
	align-items: center;
	justify-content: center;		
	
	
}

.titulocuadro {
	font-size: 16px;	
	font-weight: bold;
	text-align: center;	
	
}

.cuadcontacto {
	position:relative;
	border-style: solid;
  	border-width: 0px 1px 0px 0px;
	border-color: #898989;
	width: 300px;
	height: 200px;
	display:flex;
	align-items: center;
	justify-content: center;		
	
	
}

.botNormalBlue {
	position: absolute;
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 14px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.botNormalBlue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}

.menuOpc {
	display:inline-block;
	text-decoration: none;
	font-size:18px;
	margin-top:15px;
	margin-left:30px;
	transition:0.5s;
	cursor:pointer;
	color:#000;
}

.menuOpc:hover {
	color:#00F;
	
}


