*{
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}



.cover {
	background-image: url(../images/img-1.jpg);
	background-size: 100%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: relative;
}

@media only screen and (max-width: 1024px) {
  .cover{ 
	 background-image: url(../images/img-1a.jpg);
	 background-repeat: no-repeat;
	 background-size: 100%;
	 }
}

@media only screen and (max-width: 768px) {
  .cover{ 
	 background-image: url(../images/img-1b.jpg);
	 background-repeat: no-repeat;
	 background-size: 100%;
	 }
}

@media only screen and (max-width: 414px) {
  .cover{ 
	 background-image: url(../images/img-1c.jpg);
	 background-repeat: no-repeat;
	 background-size: 100%;
	 }
}

body{
	background-image: url(../images/clouds.png);
	background-attachment: fixed;
 	background-repeat: no-repeat;
	background-size: 100%;
 	background-color: #8ecbef;
}

@media only screen and (max-width: 1024px) {
body {
	background-image: url(../images/clouds-small.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	}
}

@media only screen and (max-width: 768px) {
body {
	background-image: url(../images/clouds-small.png);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: auto;
	}
}

@media only screen and (max-width: 414px) {
	body {
	background-image: url(../images/clouds-small.png);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: auto;
	}
}

.wrapper{
	position: relative;
	min-height: 100%;
}

#logo{
	width: 100%;
}

#background-title {
	background-color: lightskyblue;
	width: 100%;
}

#aviso {
	color: #ffffff;
	background-color: #5b3b8c;
	border-color: rgb(117, 25, 179);
	text-align: center;
	font-family:'Work Sans', sans-serif;
	font-size: 2.2rem;
	padding: 30px;
}

h1, h2, h3 {
	background-color: #d261a5;
	color: #ffffff;
	text-align: center;
	font-family: 'Work Sans', sans-serif;
	font-size: 4.5rem;
	padding: 14px 28px;
}

@media only screen and (max-width: 768px) {
	h1, h2, h3 {
		font-size: 2rem;
	}	
	#aviso{
		font-size: 1rem;
	}
	.social {
	flex-direction: column;	
	align-items: center;
	}

}

.go-up{
	border-radius: 50%;
	display: none;
	padding: 10px;
	background: #b83082;
	font-size: 1em;
	color: #ffffffb0;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px; 
}

.content{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 65px;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.content img{
	width: 250px;
	margin: 7px;
}

.models{
	/*background-color: rgba(255, 255, 255, .2);*/
	margin: 29px 10px;
	padding: 2px;
	/*border: 1px solid #DEDEDE;*/
	transition: transform .5s;
}

.models:hover{
	background-color: rgba(255, 255, 255, 0.161);
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
	border-radius: 20px;
}

.contenedor {
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

.contenedor img {
	width: 100%;
	padding-bottom: 70px;
}

.contenedor p {
	position: absolute;
	top: 40px;
	left: 40px;
}

#map {

	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.social-media-1 {
	width: 300px;
	height: 245px;
	margin-left: 50px;
	margin-right: 50px;
}

.social-media-2 {
	width: 300px;
	margin-left: 50px;
	margin-right: 50px;
}
.social {
	width: 85%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}


.google-maps {
	position: relative;
	height: 100%;
	text-align: center;      
	overflow: hidden;
}
.google-maps iframe{
	position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

.stripe-footer{
	width: 100%;
	background-color: #b83082;
	height: 5px;
	top: 0%;
	position: absolute;
}

.stripe-up{
	width: 100%;
	background-color: #00a999;
	height: 5px;
	top: 0%;
	position: relative;
	z-index: -10;
}

.stripe-down {
	width: 100%;
	background-color: #b83082;
	height: 5px;
	top: 0%;
	position: relative;
}

.footer{
	background-color: #d261a5;
	position: absolute;
	width: 100%;
	height: max-content;
	text-align: center;
	bottom: -300px;
	z-index: -10;
}

.office{
	width: 300px;
	color: #d9ffff;
	padding: 15px 20px 15px 20px;
	margin: 5px;
	display: inline-block;
	text-align: center;
	align-content: center;
}

.number{
	text-align: center;
	align-content: center;
}

.telephone{
	color: #d9ffff;
	padding-right: 10px;
	font-size: 1.8em;
	display: inline-block;
}
footer p{
	color: #d9ffff;
	font-family: 'Cabin', sans-serif;
	font-size: 1.2em;
	text-align: center;
	align-content: center;
}
#title{
	color: white;
	font-size: 1.2em;
	background-color: #b83082;
	border-radius: 25px;
	margin: 4px;
	padding-top: 2px;
}

.line-footer {
	width: 95%;
	height: 1px;
	background-color: #b83082;
	margin-left: auto;
	margin-right: auto;
}

#copyright{
	color: #ffffff;
	font-size: 1em;
	margin-bottom: 10px;
}

#background {
	background-color: #004949;
	background-image: unset;
}
@media only screen and (max-width: 1024px){
  #copyright { 
		font-size: .7em;
	 }
}

@media only screen and (max-width: 768px) {
	#copyright { 
		font-size: .7em;
	 }
	#title {
		font-size: .6em;
	}
  	.telephone{
		font-size: 1em;
	 }
	 footer p {
		font-size: .6em;
	 }
	.office{
		width: 220px;
	}
	.content img{
		width: 180px;
		margin: 5px;
	}
	.footer {
		bottom: -200px;
	}
	.models:hover{
		border-radius: 20px;
	}
}

@media only screen and (max-width: 414px) {
	.content img{
		width: 127px;
		margin: 1px;
	}
	.models {
		margin: 5px 5px;
	}
	.footer {
		bottom: -300px;
	}
	#aviso {
		padding: 15px;
	}

	.models:hover{
	-ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1);
	border-radius: 10px;
	box-shadow: 0px 0px 0px rgba(14, 143, 230, 0);
	}
}