body{
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, 'serif';
}


header{
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    box-shadow: 0 0 10px rgb(197, 194, 194);
    background: rgba(240,240,240,0.5);
}

#chk1{
    display: none;
}

ion-icon{
    color: #000;
}

i{
    color: #000;
    cursor: pointer;
}

header .logo{
    flex: 1;
    margin-left: 50px;
    text-transform: uppercase;
}
header .logo img{
    width: 180px;
}

header ul{
    list-style: none;
    flex: 2;
    display: flex;
    justify-content: space-evenly;
}

header ul li{
    padding: 5px;
    
}

header ul li a{
    color: #000;
    padding: 10px 0px;
    text-decoration: none;
    font-weight: 600px;
    text-transform: uppercase;
}

header ul li a:hover{
    border-bottom: 4px solid #48BF84;
    color: #E6A627;
}

header ul li a:active{
    border-bottom: 4px solid #268355;
    color: #a87b20;
}

.result{
    font-weight: 600;
    padding: 7px;
    margin: 0px 50px;
    border-radius: 8px;
    background: #48BF84;
    border-color: #48BF84;
}
.result a span{
    visibility: hidden;
    font-weight: 600;
    position: absolute;
    font-size: 14px;
    color: #48BF84;
    background: #fff;
    top: 74px;
    left: 81%;
    border-radius: 5px;
    padding: 3px;
    box-shadow: 0 0 10px rgb(197, 194, 194);
}
.result:hover span{
    visibility: visible;
}


.result a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.result:hover{
    background: #43b67c;
    border-color: #43b67c;
}
.result:active{
    background: #3ca570;
}
.result a:active{
    color: #000;
}

header .menu{
    font-size: 2.5em;
    display: none;
}

.container-card{
	width: 100%;
	display: flex;
	max-width: 1100px;
	margin: auto;
    padding-top: 40px;
}

.container-card .card{
	width: 100%;
	margin: 20px;
	border-radius: 6px;
	overflow: hidden;
	background:#fff;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
	transition: all 400ms ease-out;
	cursor: default;
}

.container-card .card:hover{
    background: #48BF84;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
	transform: translateY(-3%);
}
.sobre-nosotros .carta i{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #48BF84;
}
.sobre-nosotros{
	width: 100%;
	display: flex;
	margin: auto;
}
.sobre-nosotros h2{
    text-align: center;
}
.sobre-nosotros .carta{
	width: 100%;
	margin: 15px 30px;
    padding: 15px 40px;
	border-radius: 6px;
	overflow: hidden;
	background:#fff;
	border: 2px solid #48BF84;
	transition: all 400ms ease-out;
	cursor: default;
}
.carta i{
    cursor: default;
}
.card .contenido-card{
	padding: 15px;
}

.card .contenido-card h3{
	margin-bottom: 15px;
	color: #181717;
    text-align: center;
}
.card .contenido-card p{
	line-height: 1.8;
	color: #313131;
	font-size: 14px;
	margin-bottom: 5px;
    text-align: center;
}

.card .contenido-card ul{
    list-style:inside;
}
.card .contenido-card ul li{
    padding-bottom: 10px;
}


.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}

.footer{
	background-color: #dedfe0;
    padding: 30px 0;
    margin-top: 50px;
    
}

.footer-col{
   width: 30%;
   padding: 0 15px;
}

.footer-col .contacto{
    color: #867777;
}
.footer-col h4{
	font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
	color: #E6A627;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #48BF84;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li{
	font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
	color: #636060;
	text-decoration: none;
	font-weight: 300;
	color: #867777;
	display: block;
	transition: all 0.3s ease;
}

.footer-col ul li a{
	font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
	text-transform: capitalize;
	color: #636060;
	text-decoration: none;
	font-weight: 300;
	color: #867777;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #000;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(87, 83, 83, 0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

.footer .copyright{
    text-align: center;
    color: rgb(107, 105, 105);
    margin-top: 5px;
    font-family: 'Times New Roman', Times, serif;
}

/*responsive*/
@media(max-width: 767px){
    .footer img{
        padding-left: 25%;
    }
  .footer-col{
    padding-left: 15px;
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
    .footer img{
        padding-left: 25%;
    }
  .footer-col{
    padding-left: 25px;
    width: 100%;
}
}






@media(max-width:900px){
    header ul{
        position: fixed;
        z-index: 99;
        top: 85px;
        right: -100%;
        background: rgba(240, 240, 240, 0.8);
        height: calc(100vh - 100px);
        width: 50%;
        flex-direction: column;
        align-items: center;
        transition: right 0.5s linear;
    }
    .logo img {
        max-width: 120px;
      }
    header .menu{
        display: block;
        width: 100px;
        text-align: center;
    }
    #chk1:checked ~ ul{
        right: 0;
    }

    .result a span{
        left: 65%;
    }


    
}
@media(max-width: 550px){
    header .logo{
        margin-left: 8px;
    }
    header ul{
        width: 92%;
    }

    .result a span{
        left: 50%;
    }

    
}

@media only screen and (min-width:320px) and (max-width:768px){
	.container-card{
		flex-wrap: wrap;
        margin-top: 400px;
	}
	.card{
		margin: 15px;
        padding: 20px;
	}
    .sobre-nosotros{
        flex-wrap: wrap;
        position: absolute;
        top: 450px;
    }
    .carta{
		margin: 15px;
        padding: 20px;
	}

}