.display-large1 {
	display: inherit !important;
}

* {
	box-sizing: border-box;
}

nav, main, footer {
	clear: both;
	width: 100%;
/*	max-width: 1500px; */
}

.section-logo {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	height: 92.6px;
}

h1.header-text {
	margin: 0;
	padding: 0;
	font-size: 3em;
}
.menu-fixed {
	position: fixed;
	top: 0;
}

#topnav {
	height: 49.8px;
}

/*
ul.display-large1 {
	position:;
}
*/

ul.display-large1 {          /*AÑADIDO .display-large1*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden; /* ul overflow:hidden; hace que dropdown menu quede oculto*/
	position: ;
/*	position: fixed;	
    top: 0; 
*/
    width: 100%;
}

ul.menu li {       /*AÑADIDO ul.menu*/
	float: left;
}


li a, .dropbtn {
	display: inline-block;
    text-align: center;
    padding: 4px 20px;
    text-decoration: none;
}

li.dropdown {
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px;
}
.dropdown-content a {
	padding: 1px 20px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown:hover .dropdown-content {
	display: block;
}


.quarter {
	display: inline-block;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 24.5%;
}
.quarter-card-wrapper {
	margin: 0;
	box-shadow: 0px 8px 16px 0px;
}
.quarter-icon {
	margin: 0;
}
img.quarter-img {
	margin: 0;
	width: 100%;
	background-size: cover;
	max-width: 346px;
}
.quarter-box {
	margin: 0;
	height: ;
}
.quarter-box h3, .quarter-box h4{
	margin: 0;
	padding: 0 20px 0 10px;
	text-align: center;
}
.quarter-box p {
	margin: 0;
	text-align: justify;
	padding: 10px 5px 5px 5px;
}

.empresa-icon-row {
	margin: 0;
	padding: 0 30px 0 30px;
}

.fifth {
	display: inline-block;
	margin: 0;
	padding:;
	width: 19%;
}
.fifth a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.empresa-wrapper, .empresa-wrapper h4 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 300;
}
.empresa-icon {
	font-size: 100px;
	padding: 0 0 5px 0;
}

.section{
	text-align: center;
}
.section h1 {
	margin: 0 0 10px 0;
}
.section p.parrafo{
	text-align: justify;
	text-indent: 50px;
}

.third {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 30%;
}

.equipo h4 {
	margin: 0 0 10px 0;
	padding: 0;
}
.equipo p {
	margin: 0;
	padding: 0 10px;
	font-style: italic;
	font-size:;
}

img.equipo-img{
	border-radius: 100px;
	background-position: center;
	width: 200px;
	height: 200px;
	box-shadow: 0 2px 10px -9px #000000;
}



.three-quarters-left {
	display: inline-block;
	text-align:left;
	margin: 0;
	padding: 0 20px 0 10px; 	/* padding: 0 25% 0 10px; */
	width: 73.5%;
}
.three-quarters-left h1, .three-quarters-left p{
	margin: 0;
	padding: 0 0 10px 0px;
	text-align: left;
}
.three-quarters-right {
	display: inline-block;
	margin: 0;
	padding: 0 20px 0 30px;		/* padding: 0 25% 0 30px; */
	width: 73.5%;
}
.three-quarters-right h1, .three-quarters-right p{
	margin: 0;
	padding: 0 0 10px 0px;
	text-align: left;
}
.button-row {
	margin: 0;
	text-align: left;
}

.one-quarter {
	display: inline-block;
	margin: 0;
	padding: 0 0px 0 0px;
	width: 24.5%;
}

img.one-quarter-img {
	margin: 0;
	width: 100%;
	background-size: cover;
	max-width: 346px;
	min-width: 200px;
	box-shadow: 0 2px 10px -5px;
}


.half {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 49%;
}

.icono {
	width: 30px;
}

.container-vert{
	display:;
	float: right;
	margin: 0;
	width: 50%;
	padding: 0 30px 0 30px;
}


.tarifas-card {
	margin: 20px;
}
.tarifas-card h2, .tarifas-card h3, .tarifas-card h4 {
	margin: 0;
	padding: 20px 20px 8px 20px;
}

.tarifas-card p {
	margin: 0;
	padding: 10px 20px;
}


ul.tarifas-ul  li{
	list-style-type: none;
	padding: 0;  /*padding: 0 20px;*/
}

.logos-section{
	display: inline-block;
	text-align: center;
}
.logos-section a{
	text-decoration: none;
}

img.logos-img {
	margin: 0 20px 0 20px;
	float: left;
	width: 150px;
	height: 100px;
	background-size: cover;
}

.third-footer {
	display: inline-block;
	margin: 0;
	padding:;
	width: 33%;
}
.row-social {
	text-align: center;
}

ul.legal {
	list-style: none;
	font-size: 12px;
	padding: 0;
}

ul.legal li {
	display: inline;
}

ul.legal li+li:before {
	padding: 2px;
	content: "/\00a0";
}

ul.legal li a {
	display: inline;
	position: relative;
    text-align: center;
    padding: 0;
    text-decoration: none;
}

/* Efecto Parallax + Imagen fija bgnube.png*/
.homeimg{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('data/images/ghhome194_720blur.jpg');
	min-height: 100%;
}


	/* ESTILOS FORMULARIOS */
.button-getmodalform {
	border: 0;
	margin: 0 0 20px 0;
	height: 40px;
	width: 60%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	cursor: pointer;
}
.modal-back {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 60px 20% 20px 20%;
	text-align: center;
}	

.modal-content {
	text-align: left;
	margin: none;
	padding: 12px;
	box-shadow: 0 3px 10px -5px;
}
.form-container {
	margin: 0;
	padding: 10px 5px 10px 10px;
}
.form-container-submit {
	margin: 0;
	padding: 0;
}

.input-blank {
	padding: 0;
	display: block;
	border: none;
	border-bottom: 1px solid;
	width: 100%;
	font-size: 12px;
	font-weight: 300;
}
#modalform h1{
	font-weight: 400;
	margin: 0;
	padding: 0;
}
#modalform h3{
	font-weight: 300;
	margin: 0 0 0 0;
	padding: 0;
}
#modalform h4{
	font-weight: 300;
	margin: 7px 0 0px 0;
	padding: 0;
}

.close {
	position: absolute;
	right: 22%;
	top: 75px;
	font-size: 35px;
	font-weight: ;
}
.button-enviarmodalform {
	border: 0;
	margin: 0;
	padding: 10px 5px 10px 10px;
	height: ;
	width: 100%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	cursor: pointer;
}
.button-reset {
	border: 1px;
	margin: 5px 0 0 0;
	padding: 5px;
	width: 110px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
	cursor: pointer;
}

.modal-textarea {
	border: none;
	border-bottom: 1px solid;
	height: ;
	min-height: 30px;
	max-width: 100%;
	min-width: 100%;
	font-family: "Lato";
	font-size: 13px;
}


.input-blank-contact {
	padding: 0;
	display: block;
	border: none;
	border-bottom: 1px solid;
	width: 100%;
	font-family: "Lato";
	font-size: 16px;
	font-weight: 300;
}
.modal-textarea-contact {
	border: none;
	border-bottom: 1px solid;
	height: ;
	min-height: 30px;
	max-width: 100%;
	min-width: 100%;
	font-family: "Lato";
	font-weight: 300;
	font-size: 16px;
	margin: 5px 0 0 0;
}
.button-enviar {
	border: 0;
	margin: 10px 0 0 0;
	padding: 5px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
}
.notapieform {
	position: absolute;
	right: 22%;
	margin: 10px 0 0 0;
	font-size: 0.6em;

/*
.button2 {
	border: 0;
	margin: 10px 0 0 0;
	height: 40px;
	width: 50%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
}
*/

/*código desarrollado por Silvia 022018*/