html { height: 100%; }

body { background: rgba(0,0,20,1);
              background-size: cover;  height: 100%;
          cursor: default; }

p { cursor: default; }              

* { -webkit-transition:all ease 300ms;}


.text-1-5 { font-size: 2em; }


.bgm-blue-2 { background:rgba(0,0,19,1); }

.c-blanco { color: white; }
 
.c-azul-1 {color:rgba(0,204,255,1);}

.c-gris-1 {color:rgba(170,170,170,1);}

section { background: white; }

.seccion-menu-principal { position: fixed; z-index: 99999;  width: 100%;
				background:rgba(0,0,20,0);
				-webkit-transition:all ease 300ms;}


.seccion-menu-principal-1 { background:rgba(0,0,20,0.85);}


h1 {font-family: 'Oswald', sans-serif; font-weight: 400;}

h1 span { font-weight: 300; }

.texto-intro { font-size: 1.4em;
				line-height: 2em;
				font-weight: 200; }	




.btn-andama { border-radius: 0; padding: 10px 60px; border:0; text-transform: uppercase; }


.btn-andama-dark { background: none;
					border: 1px solid rgba(0,204,255,1);
					color: rgba(0,204,255,1); }


.btn-andama-dark:hover { background:rgba(0,0,20,1);
							border: 1px solid rgba(0,204,255,1);
					color: rgba(0,204,255,1); } 




nav a {font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-size: 1.3em;
		color:rgba(0,204,255,1);
		line-height: 80px;
	-webkit-transition:all ease 300ms;}


nav a:hover { text-decoration: none;
			color:white; }

.p-t-20 { padding-top:20px; }
.p-b-20 { padding-bottom:20px; }

.p-t-60 { padding-top:60px; }
.p-b-60 { padding-bottom:60px; }

.m-b-0 { margin-bottom: 0; }
.p-b-0 { padding-bottom: 0; }

.p-t-120 { padding-top: 120px; }

.p-40 { padding: 40px; }




/* Estilos portada */

.img-servicios-portada { max-width: 260px; }


.seccion-strong-relationships { background: url(../img/bg/bg-01.jpg) no-repeat top;
								background-size: cover; }

.seccion-strong-relationships-2 { background: url(../img/bg/bg-02.jpg) no-repeat top;
								background-size: cover; }								



.panel-about-us-1 { 	position:relative;
						z-index:99;
						border: none;
						border-radius:none;
						box-shadow:0 4px rgba(0,0,0,0.4);
						background: url(../img/bg/bg-05.jpg) no-repeat top left;
								background-size: cover; }



.seccion-about-us-2 { 	background: url(../img/bg/bg-06.jpg) no-repeat top right;
						background-size: cover;
						margin-top:-80px;}




.seccion-our-services { background: url(../img/bg/bg-03.jpg) no-repeat top;
								background-size: cover; }



.services-list {
	padding-left:0;
}

.services-list li { color:white;
					font-weight: 200;
					font-size: 1.5em;
					margin-top: 20px;
					list-style: none;
					padding-left: 0;

}


.services-list li:before {
  content: url(../img/andama-icono-amarillo.png);
  padding-right: 10px;

}




.seccion-contact-us-1 { background: url(../img/bg/bg-04.jpg) no-repeat right;
								background-size: cover; 
								margin-bottom:-5px;}





#submenu-movil { background: rgba(0,0,0,0.8); }
#submenu-movil  .modal-content { background: none !important; 
                                  box-shadow: none; border:none;
                                  border-top:none;}


#submenu-movil a { color:white; text-decoration: none;
					font-family: 'Oswald', sans-serif; }


.close { font-size: 3em; position: absolute;
          top: -30px; right: 0; color: white; opacity: 1;
          text-shadow: 0 0 3px rgba(0,0,0,0.8); padding: 10px;
          background-color: black; display: block; }



.carousel-control-2 { background-image:none !important;
}
 


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

    	.texto-intro { font-size: 1.2em; }	

    }


