/*=============================================
GLOBAL
=============================================*/

*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	font-family: sans-serif;
	box-sizing: border-box;
}

.contenedor {
	position: relative;
	margin: auto;
	width: 100%;
	height: auto;
}

.fila{
	position: relative;
	margin: auto;
	width: 100%;
	height: auto;
	clear: both;
	display: table;
}



[class*="col-"]{
	float: left;
 	order: 1px solid black;  /*Borde del recuadro de la cabecera*/
	padding: 10px;
}

.boton:hover {
   opacity: 0.65;
}

/* --------------------   CABECERA*/

header #logo {
/*	font-family: 'Kaushan Script', cursive;*/
/*	background:green;*/
	font-size: 50px;
	text-align: left;	
}
header #tfno {
	text-align: center;
/*	background: orange;*/
}

header #icono1 {
/*	background: black;*/
	text-align: center;
}
.gwd-img-face {
   	max-height: 42px;
   	max-width: 42px;
}

.opcion-menu {
	border-radius: 5%;
	padding: 5px;
	background: #2ff6f8;
}

.opcion-menu h2 {
	padding: 5px;
	color: black;
}

/* --------------------  TELEFONO FLOTANTE */

#float-phone {
	background-color: #FFF;
	color: #2A0F70;
	text-align: center;
	padding: 20px;
	box-shadow: 0 0 3px #999;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 100;
	border: 2px solid #2A0F70;
	transition: all 0.2s cubic-bezier(.68, .55, .36, 1.7);
}

#float-phone h3,
#float-phone p {
	color: #2A0F70;
	text-align: center;
	margin-bottom: 5px;
}

#float-phone a {
	color: #2A0F70;
	display: block;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
}

#float-phone.up {
	bottom: -20px;
	transition: all 0.1s ease !important;
}

#float-phone.down {
	bottom: 20px;
	transition: all 0.1s ease !important;
}

/* --------------------  PIE DE PÁGINA */


footer {
	overflow: hidden;
	padding: 20px 10px;
}

footer div {
/*	background:rgba(100,0,255,1);  */
	background: #5da0bc;
	text-align: left;
	line-height: 15px;
	color: white;
}

div #logo-globo{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	padding-bottom: 10px;
	text-align: center;
	
	margin: auto;
/*	clear: both; 
	display: table; */
}

/*
footer #logos {
	text-align:center;
}
*/

footer h3{
	font-size: 100%;
	text-align: left;
	line-height: 40px;
}
footer li {
	color: white;
	font-size: 75%;
	text-align: left;	
	line-height: 17px;
	font-weight: normal;
}

.gwd-img-obralia {
	width: 65%;
	margin-top: 50px;
}

.gwd-img-social {
   	max-height: 30px;
   	max-width: 30px;
   	display: inline-block;
   	vertical-align: top;
}

footer a {
	color: white;
}

.google-maps {
    position: relative;
    padding-bottom: 50%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*--- MEDIA QUERY ---*/

#float-phone {}


/*=============================================
PANTALLA DE ESCRITORIO GRANDE - LARGE (lg) - revisamos en portatil o pc
=============================================*/

@media(min-width:1200px){
	.col-lg-12{width:100%;}
	.col-lg-11{width:91.66666667%;}
	.col-lg-10{width:83.33333333%;}
	.col-lg-9{width:75%;}
	.col-lg-8{width:66.66666667%;}
	.col-lg-7{width:58.33333333%;}
	.col-lg-6{width:50%;}
	.col-lg-5{width:41.66666667%;}
	.col-lg-4{width: 33.33333333%;}
	.col-lg-3{width: 25%;}
	.col-lg-2 {width: 16.66666667%;}
	.col-lg-1 {width: 8.33333333%;}
	.col-lg-0 {display:none;}
}

/*=============================================
PANTALLA DE ESCRITORIO MEDIANO - MEDIUM (md) - revisamos en tablet horizontal 1024px
=============================================*/

@media(max-width:1199px) and (min-width:992px){
	#float-phone {
		display:none;
	}

	.col-md-12{width:100%;}
	.col-md-11{width:91.66666667%;}
	.col-md-10{width:83.33333333%;}
	.col-md-9{width:75%;}
	.col-md-8{width:66.66666667%;}
	.col-md-7{width:58.33333333%;}
	.col-md-6{width:50%;}
	.col-md-5{width:41.66666667%;}
	.col-md-4{width: 33.33333333%;}
	.col-md-3{width: 25%;}
	.col-md-2{width: 16.66666667%;}
	.col-md-1{width: 8.33333333%;}
	.col-md-0 {display:none;}
}

/*=============================================
PANTALLA DE TABLET - SMALL (sm) - revisamos en tablet vertical 768px
=============================================*/

@media(max-width:991px) and (min-width:768px){

	#float-phone {
		display:none;
	}
	.col-sm-12{width:100%;}
	.col-sm-11{width:91.66666667%;}
	.col-sm-10{width:83.33333333%;}
	.col-sm-9{width:75%;}
	.col-sm-8{width:66.66666667%;}
	.col-sm-7{width:58.33333333%;}
	.col-sm-6{width:50%;}
	.col-sm-5{width:41.66666667%;}
	.col-sm-4{width: 33.33333333%;}
	.col-sm-3{width: 25%;}
	.col-sm-2{width: 16.66666667%;}
	.col-sm-1{width: 8.33333333%;}
	.col-sm-0 {display:none;}
}

/*=============================================
PANTALLA DE PHONES - EXTRA SMALL (xs) - revisamos en movil horizontal 480px o vertical 320px
=============================================*/

@media(max-width:767px){

	#float-phone {
		display:none;
	}
	.col-xs-12{width:100%;}
	.col-xs-11{width:91.66666667%;}
	.col-xs-10{width:83.33333333%;}
	.col-xs-9{width:75%;}
	.col-xs-8{width:66.66666667%;}
	.col-xs-7{width:58.33333333%;}
	.col-xs-6{width:50%;}
	.col-xs-5{width:41.66666667%;}
	.col-xs-4{width: 33.33333333%;}
	.col-xs-3{width: 25%;}
	.col-xs-2{width: 16.66666667%;}
	.col-xs-1{width: 8.33333333%;}
	.col-xs-0 {display:none;}
}

