ul {
    list-style: none;
    display: flex;
    margin-bottom: 0
}

a:hover {
  text-decoration: none;
}

.icon-facebook:hover{
		height: 55%;
	width: 55%
}

.img-inicio{
	height: 55%;
	width: 55%
}

.img-quienes-somos{
	height: 85%;
	width: 85%
}

.icon-whatspp{
	font-size:34px;
	color:green
}

.navbar-custom { 
    background-color: #bde7f4; 
    border-radius: 25px;
    margin-bottom: 20px
}

.social-icon {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border-radius: 7px;
    margin-right: 11px;
    cursor: pointer
}

.social-twitter {
    background-color: #55acee
}

.social-facebook {
    background-color: #3b5999
}

.social-linkedin {
    background-color: #0077B5
}

.social-google {
    background-color: #dd4b39
}

.social-instagram {
    background-color: #dd4b39
}

.social-icon i {
    transition: 0.4s all
}

.social-icon:hover i {
    transform: scale(1.1)
}

.logo{
	height: 100%;
	width: 100
}

.thumb{
  height: 100%;
  width: 100%;
  border-radius: 25px;
}

.thumb:hover {
	opacity: 0.7;
	cursor: pointer;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.img-areas{
	height: 80%;
	width: 45%;
	margin-top: 20px;
	margin-bottom: 20px
}

.img-servicios{
	margin-top: 20px;
	margin-bottom: 20px
}

.img-enviado{
	height: 10%;
	width: 10%;
}

.line{
	padding: 0;
	margin: 0
}

hr{
  border-bottom: 2px solid #ddd;
  margin-bottom: 5px
}

.footer{
	background: #bde7f4;
	padding-top: 20px;
	border-radius: 25px;
	margin-top: 20px
}

.h4-title {
	margin-top: 15px;
	margin-bottom: 15px;
	color: blue;
	text-align: center
}

.h5-header {
	color: #0070eb;
	margin-bottom: 20px;
}

.lema {
	margin-top: 40px;
	color: #0070eb;
	font-style: italic;
}

.p-header {
	margin-top: 10px;
	color: blue;
}

.space-left{
	margin-left: 10px
}

.hide {
	visibility: hidden;
}

.link:hover{
	cursor: pointer;
}

.top-space{
	margin-top: 10px
}

.bottom-space{
	margin-bottom: 10px
}

.data-center{
	padding-left: 15px;
	padding-right: 15px;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.message{
	padding-top: 20px;
	padding-bottom: 20px
}

.up {
	display:none;
	background:#024959;
	font-size:15px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:10px;
	background-image: url("/imgs/arrow-up.png");
	width: 40px;
    height: 40px;
	object-fit: cover;
}

.img-logo{
	height: 140px;
	width: 450px;
}

.img-carousel{
	border-radius: 20px;
}

.menu{
  height: 150px;
  display: flex;
  align-items: flex-end;
}

}
/* Querys for modal popup */
/* Device = Desktops Screen = 1281px to higher resolution desktops */
@media (min-width: 1281px) {
	.logo{
		height: 80%;
		width: 45%
	}
	.img-areas{
		height: 80%;
		width: 45%;
	}
}

/* Device = Laptops, Desktops Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {
	.logo{
		height: 80%;
		width: 45%
	}
	.img-areas{
		height: 80%;
		width: 45%;
	}
}

/* Device = Tablets, Ipads (portrait) Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
	.logo{
		height: 100%;
		width: 100%
	}
	.img-areas{
		height: 80%;
		width: 45%;
	}
}

/* Device = Tablets, Ipads (landscape) Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.logo{
		height: 85%;
		width: 60%
	}
	.img-areas{
		height: 80%;
		width: 80%;
	}
}

/* Device = Low Resolution Tablets, Mobiles (Landscape) Screen = B/w 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {
	.logo{
		height: 100%;
		width: 100%
	}
	.img-areas{
		height: 100%;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.logo{
		height: 100%;
		width: 100%
	}
	.img-areas{
		height: 100%;
		width: 100%;
	}
}