@charset "utf-8";

/* Simple fluid media
   

	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		24;
	dw-num-cols-tablet:		24;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
ul {
	
	margin-left:-20px;
}



.globoazul {
	clear: both;
	float: left;
	margin-left: 1%;
	width: 98%;
	display: block;
	margin-top: 10px;
	margin-bottom:20px;
	padding: 15px 15px 15px 15px;
	border-radius:8px;
	border:1px solid rgba(0,35,71,1.00);
	background-color:rgba(0,35,71,1.00);
	height:auto;
	z-index:0;
	text-align:center;
	-webkit-box-shadow: 10px 10px 9px -3px rgba(0,0,0,0.20);
-moz-box-shadow: 10px 10px 9px -3px rgba(0,0,0,0.20);
box-shadow: 10px 10px 9px -3px rgba(0,0,0,0.20);
}
.globoazul p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.3em;
color:rgba(255,255,255,1);
font-weight:bold;
line-height:1.7em;
}

.globolateral1 {
	clear: both;
	display: block;
	height: 200px;
    width: 200px;
	text-align: center;
	margin: 0 auto;
	margin-top:16px;
	padding-top:70px;
	border:2px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	
	font-family:"Open Sans", verdana, arial;
	font-size: 1.6em;
	color:#FFF;
	font-weight:bold;
	
	-webkit-box-shadow: 10px 10px 9px -3px rgba(0,0,0,0.20);
-moz-box-shadow: 10px 10px 9px -3px rgba(0,0,0,0.20);
box-shadow: 10px 10px 9px -3px rgba(0,0,0,0.20);
	
	animation-name: stretch1;
  animation-duration: 1.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
.globolateral1:hover {
	border-radius:5%;
	-moz-border-radius:5%;
	-webkit-border-radius:5%;
	animation-name: none;
	
	background-color:rgba(177,158,121,1.00);
}
@keyframes stretch1 {
  0% {
    transform: scale(1);
    background-color: rgba(177,158,121,1.00);
    border-radius: 100%;
  }
  
  100% {
    transform: scale(1);
    background-color:rgba(0,51,102,1);
	border:2px solid #FFF;
  }
}

.globolateral2 {
	clear: both;
	display: block;
	height: 200px;
    width: 200px;
	text-align: center;
	margin: 0 auto;
	margin-top:16px;
	padding-top:75px;
	border:2px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	
	font-family:"Open Sans", verdana, arial;
	font-size: 1.6em;
	color:#FFF;
	font-weight:bold;
	
	-webkit-box-shadow: 10px 10px 9px -3px rgba(0,0,0,0.20);
-moz-box-shadow: 10px 10px 9px -3px rgba(0,0,0,0.20);
box-shadow: 10px 10px 9px -3px rgba(0,0,0,0.20);
	
	
	animation-name: stretch2;
  animation-duration: 1.3s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
.globolateral2:hover {
	border-radius:5%;
	-moz-border-radius:5%;
	-webkit-border-radius:5%;
	animation-name: none;
	background-color:rgba(177,158,121,1.00);
	

}
@keyframes stretch2 {
  0% {
    transform: scale(1);
    background-color:rgba(0,51,102,1);
    border-radius: 100%;
  }
  
  100% {
    transform: scale(1);
    background-color:rgba(0,51,102,1);
	border:2px solid #FFF;
  }
}
.globolateral3 {
	clear: both;
	display: block;
	height: 200px;
    width: 200px;
	text-align: center;
	margin: 0 auto;
	margin-top:16px;
	padding-top:70px;
	border:2px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	
	font-family:"Open Sans", verdana, arial;
	font-size: 1.6em;
	color:#FFF;
	font-weight:bold;
	
	-webkit-box-shadow: 10px 10px 9px -3px rgba(0,0,0,0.20);
-moz-box-shadow: 10px 10px 9px -3px rgba(0,0,0,0.20);
box-shadow: 10px 10px 9px -3px rgba(0,0,0,0.20);
	
	
	animation-name: stretch3;
  animation-duration: 1.3s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
.globolateral3:hover {
	border-radius:5%;
	-moz-border-radius:5%;
	-webkit-border-radius:5%;
	animation-name: none;
	background-color:rgba(177,158,121,1.00);
	

}
@keyframes stretch3 {
  0% {
    transform: scale(1);
    background-color:rgba(0,102,204,1);
    border-radius: 100%;
  }
  
  100% {
    transform: scale(1);
    background-color:rgba(0,51,102,1);
	border:2px solid #FFF;
  }
}
.cuadrados-container {
	clear: both;
	float: left;
	margin-left: 2%;
	margin-top:15px;
	width: 96%;
	display: block;
}
.ccontainerform {
	background-color: rgba(0,71,142,1.00);
	border-radius:0px 40px 0px 40px;
	-moz-border-radius:0px 40px 0px 40px;
	-webkit-border-radius:0px 40px 0px 40px;
	padding: 10px 6px 10px 10px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-box-shadow: 8px 7px 10px -2px rgba(0,0,0,0.36);
-moz-box-shadow: 8px 7px 10px -2px rgba(0,0,0,0.36);
box-shadow: 8px 7px 10px -2px rgba(0,0,0,0.36);

	
}
.idx-field {
	clear:both;
	float:right;
	width:90%;
	max-width: 350px;
	margin: 22px 12px 0 0;
	border:1px solid #fff;
	padding:10px 4px 10px 8px;
	font-family:"Open Sans", vardana, arial;
	font-size:1.1em;
	color: #000;
	background-color:#FFF;
}
.idx-field:required {
	clear:both;
	float:right;
	width:90%;
	max-width: 350px;
	margin: 22px 12px 0 0;
	border:1px solid #fff;
	padding:10px 4px 10px 8px;
	font-family:"Open Sans", vardana, arial;
	font-size:1.1em;
	color: #000;
	background-color:#FFF;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.idx-bot {
	clear:both;
	float:right;
	width:120px;
	margin: 20px 12px 20px 0;
	border:1px solid #fff;
	padding:10px 4px 10px 8px;
	font-family:"Open Sans", vardana, arial;
	font-size:1.2em;
	color: rgba(255,255,255,1);
	background-color:transparent;
	text-align:center;
}
.idx-bot:hover {
	border:1px solid #fff;
	color: rgba(255,255,255,1);
	background-color:rgba(0,102,204,1);
}
#cuad1 {
	clear: both;

	float: left;

	margin-left: 0;

	width: 48%;
	display: block;
	border-radius:20px 20px 0px 20px;
	-moz-border-radius:20px 20px 0px 20px;
	-webkit-border-radius:20px 20px 0px 20px;
	background-color:rgba(0,102,204,1);
	height:150px;
	text-align:center;
	padding: 65px 6px 0 6px;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
	-webkit-box-shadow: -8px -7px 10px -2px rgba(0,0,0,0.36);
-moz-box-shadow: -8px -7px 10px -2px rgba(0,0,0,0.36);
box-shadow: -8px -7px 10px -2px rgba(0,0,0,0.36);

}
#cuad1:hover {
	background-color:rgba(177,158,121,1.00);
	
}
#cuad2 {
	clear: none;

	float: left;

	margin-left: 8px;

	width: 48%;

	display: block;
	border-radius:20px 20px 20px 0px;
	-moz-border-radius:20px 20px 20px 0px;
	-webkit-border-radius:20px 20px 20px 0px;
	background-color:rgba(0,102,204,1);
	height:150px;
	text-align:center;
	padding: 65px 6px 0 6px;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
		  -webkit-box-shadow: 8px -7px 10px -2px rgba(0,0,0,0.36);
-moz-box-shadow: 8px -7px 10px -2px rgba(0,0,0,0.36);
box-shadow: 8px -7px 10px -2px rgba(0,0,0,0.36);
}
#cuad2:hover {
	background-color:rgba(177,158,121,1.00);
}
#cuad3 {
	clear: both;

	float: left;

	margin-left: 0;

	width: 48%;
	margin-top:8px;
	display: block;
	border-radius:20px 0px 20px 20px;
	-moz-border-radius:20px 0px 20px 20px;
	-webkit-border-radius:20px 0px 20px 20px;
	background-color:rgba(0,102,204,1);
	height:150px;
	text-align:center;
	padding: 65px 6px 0 6px;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
		  -webkit-box-shadow: -8px 7px 10px -2px rgba(0,0,0,0.36);
-moz-box-shadow: -8px 7px 10px -2px rgba(0,0,0,0.36);
box-shadow: -8px 7px 10px -2px rgba(0,0,0,0.36);

}
#cuad3:hover {
	background-color:rgba(177,158,121,1.00);
}
#cuad4 {
	clear: none;

	float: left;

	margin-left: 8px;

	width: 48%;
	margin-top:8px;
	display: block;
	border-radius:0px 20px 20px 20px;
	-moz-border-radius:0px 20px 20px 20px;
	-webkit-border-radius:0px 20px 20px 20px;
	background-color:rgba(0,102,204,1);
	height:150px;
	text-align:center;
	padding: 65px 6px 0 6px;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
		  -webkit-box-shadow: 8px 7px 10px -2px rgba(0,0,0,0.36);
-moz-box-shadow: 8px 7px 10px -2px rgba(0,0,0,0.36);
box-shadow: 8px 7px 10px -2px rgba(0,0,0,0.36);

}
#cuad4:hover {
	background-color:rgba(177,158,121,1.00);
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
ul {
	
	margin-left:-30px;
}

.globoazul {
	clear: both;
	float: left;
	margin-left: 4%;
	width: 92%;
	display: block;
	margin-top: 10px;
	margin-bottom:0px;
	padding: 15px 15px 15px 15px;
	
}
.globoazul p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.5em;
color:rgba(255,255,255,1);
font-weight:bold;
line-height:1.2em;
}
.globolateral1 {
	float:left;
	clear:none;
	margin-left:3.7%;
}
.globolateral2 {
	float:left;
	clear:none;
	margin-left:3.7%;
}
.globolateral3 {
	float:left;
	clear:none;
	margin-left:3.7%;
}

.cuadrados-container {
	clear: none;
	
	float: left;

	margin-left: 1%;
	width: 48%;
	display: block;
	margin-top:0px;
	
}
.ccontainerform {
	margin-left: 3%;
margin-top:15px;
	
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
ul {
	
	margin-left:0px;
}

.globoazul {
	/*clear: both;
	float: left;
	margin-left: -100px;
	width: 40%;
	min-width:400px;
	display: block;
	margin-top:-120px;
	height:400px;
	padding: 110px 40px 30px 90px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;*/
	clear: both;
	float: left;
	margin-left: -100px;
	width: 30%;
	min-width:400px;
	display: block;
	margin-top:-120px;
	height:400px;
	padding: 95px 60px 30px 90px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	font-size:1.65em;
}
.globoazul p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
color:rgba(255,255,255,1);
font-weight:bold;
line-height:1em;
}
.globolateral1 {
	float:left;
	clear:none;
	margin-left:2%;
	width:30%;
	height:180px;
	padding-top:60px;
}
.globolateral2 {
	float:left;
	clear:none;
	margin-left:2%;
	width:30%;
	height:180px;
	padding-top:65px;
}
.globolateral3 {
	float:left;
	clear:none;
	margin-left:2%;
	width:30%;
	height:180px;
	padding-top:60px;
}

.cuadrados-container {
	clear: none;
	float: left;
	margin-left: 3%;
	width: 47%;
	display: block;
}
.ccontainerform {
	
margin-top:2px;
	
}

}
@media only screen and (min-width: 1025px) {
ul {
	
	margin-left:0px;
}
.cuadrados-container {
	clear: none;
	float: left;
	margin-left: 6%;
	width: 43%;
	display: block;
}

.globoazul {
	clear: both;
	float: left;
	margin-left: -100px;
	width: 40%;
	min-width:450px;
	display: block;
	margin-top:-120px;
	height:450px;
	padding: 110px 60px 30px 90px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	font-size:1.65em;
}
.globoazul p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
color:rgba(255,255,255,1);
font-weight:bold;
line-height:1.3em;
}
.globolateral1 {
	float:left;
	clear:none;
	margin-left:3%;
	width:30%;
	height:220px;
	padding-top:80px;
	margin-top:-20px;
}
.globolateral2 {
	float:left;
	clear:none;
	margin-left:3%;
	width:30%;
	height:220px;
	padding-top:85px;
	margin-top:60px;
}
.globolateral3 {
	float:left;
	clear:none;
	margin-left:3%;
	width:30%;
	height:220px;
	padding-top:85px;
	margin-top:-20px;
}

}
