@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold-Italic.woff2') format('woff2'),
        url('../fonts/GothamBold-Italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html, body, h1, h2, h3, h4, p, img, ul, ol, li {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Gotham';
	font-weight: bold;
	font-style: normal;
}

h2 {
	text-align: center;
	color: white;
	border-bottom: 3px solid white;
	padding: 5px 0;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 80px;
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
}

.clear {
	clear: both;
    display: block !important;
}

header {
    position: absolute;
    width: inherit;
    z-index: 111;
}

header ul {
	text-align: center;
}

header ul li {
	list-style: none;
    display: inline-block;
    color: white;
    font-size: 25px;
    margin: 80px 40px 130px;
}

header ul li:hover {
	border-bottom: 3px solid white;
	margin-bottom: -3px;
	cursor: pointer;
}

header ul li a:hover,
header ul li a:active,
header ul li a:focus {
    border: none;
    text-decoration: none;
    color: inherit;
}

#home {
	background: url(../img/bg1.jpg) fixed;
	min-height: auto;
	background-size: cover;
	background-position: center center;
}

#home .logo {
	margin: 0 auto;
	display: block;
	max-width: 600px;
	width: 100%;
}

#servicios {
	background: url(../img/bg2.jpg) fixed;
	min-height: 100vh;
	background-size: cover;
	background-position: center center;
    padding: 30px 0px;
}

#servicios ul {
    text-align: center;
    margin: 0 auto;
}

#servicios ul li {
    list-style: none;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 70px;
    cursor: pointer;
    display: inline-block;
    line-height: 70px;
    padding: 0 15px;
}

#servicios ul li span {
	font-size: 50px;
}

.modal-header {
	border-bottom: 0;
}

.modal-content {
	background: transparent;
}

.modal-content img {
	margin: 0 auto;
    display: block;
    max-width: 100%;
    z-index: 11111;
    height: min-content !important;
}

.close {
	color: white;
}

.close:focus, .close:hover {
	color: white;
}

button.close {
	opacity: 1;
	font-size: 40px;
	position: absolute;
    top: 0;
    right: 0;
}

.strike:hover {
    position: relative;
    display: inline-block;
}
.strike:hover:before {
    content: '';
    border-bottom: 2px solid white;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

#contacto {
	background: url(../img/bg3.jpg) fixed;
	min-height: 100vh;
	background-size: cover;
	background-position: center center;
    padding: 30px 0px;
}

#contacto h3 {
    text-align: center;
    color: white;
    padding: 0 0 40px;
    line-height: 50px;
}

#contacto p {
    text-align: center;
    color: white;
    margin: 35px 0;
    font-style: italic;
    font-size: 18px;
}

#contacto form {
	max-width: 600px;
	margin: 0 auto;
	display: block;
}

#contacto form input,
#contacto form textarea {
	width: 100%;
    text-align: center;
    margin: 6px 0;
    font-size: 13px;
    padding: 4px;
}

#contacto form input[type="submit"] {
    background: transparent;
    width: inherit;
    margin: 0 auto;
    display: block;
    color: white;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    font-size: 19px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 700;
    color: black;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 700;
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 700;
    color: black;
}

footer {
	border-top: 2px solid white;
	padding: 25px
}

footer img {
	max-width: 130px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 700px) {
	header ul li {
		margin: 5px;
	}

	#servicios ul li {
		font-size: 30px;
		line-height: 30px;
	}

	#servicios ul li span {
		font-size: 20px;
	}

	section {
	    min-height: auto !important;
	}

    header {
        position: relative;
    }


    #home .logo {
        margin: 40px auto !important;
    }
}
