.body{
    padding: 0;
    margin: 0;
    background-color: rgb(248, 248, 248);
}

p{
    font-size: 15px;
}
.titulo{
    color:rgb(106, 223, 53) ;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.anav-link{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: black;
    padding: 5px;
}
.anav-link:hover{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: rgb(106, 223, 53);
    padding: 5px;
}
.nav-item{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    padding: 50px;
}
header{
    background:#fff;
}
main{
    background-color: #f3f4f5;
}
li{
    list-style-type: none;
}
.a{
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-decoration: none;
}

.a:hover{
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-decoration: none;

}
.botones{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}
.botones2{
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
}
.abtn{
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-decoration: none;
    background-color: yellowgreen;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
    width: 180px;
    border-radius: 60px 60px 60px;
    transition: 0.3s all ease-out;
}
.abtn:hover{
    box-shadow: 6px 6px 6px rgb(165, 165, 165);
    transition: 0.3s all ease-out;
    transform: translateY(-5px);

}
.vision{
    padding: 20px;
    background-color: #f3f4f5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.accordion{
    padding: 15px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    min-height: 500px;
}

.acord{
    min-height:70vh ;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-direction: column;
}
.servicios{
    background-color: rgb(231, 231, 231);
    padding: 15px;
}
.serv{
    background-color: rgb(231,231,231);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-direction: column;
}
h1.ht{
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing:0.25em;

}
.rds{
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;

}
h1.h1{
    color:rgb(106, 223, 53) ;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.parrafo{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    list-style-type: none;
}

.gray{
    transform: translate(10px) translateY(-18px);
    width: 60px;
    height: 60px;
    background-color: gray;
    border-radius: 600px;
}
.blue{
    transform: translate(105px) translateY(40px);
    width: 60px;
    height: 60px;
    background-color: blue;
    border-radius: 100%;
}
.green{
    transform: translate(210px) translateY(100px);
    width: 60px;
    height: 60px;
    background-color: greenyellow;
    border-radius: 100%;
}
.card-aheader{
    font-size: 40px;
}

.bbtn{
    cursor: pointer;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
li{
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.datoscont{
    background-color: rgb(238, 238, 238);
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-direction: column;
}
.footer{
    background-color: rgb(221, 221, 221);
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-direction: row;
    font-family: 'Montserrat', sans-serif;
}
a.f{
    color: white;
    text-decoration: none;
}
a.f:hover{
    color: rgb(98, 20, 81);
    text-decoration: none;
}
.planesimg{
    box-shadow: 4px 4px 4px  rgb(128, 128, 128);
    transition: all 0.5s ease-in-out;
}
.planesimg:hover{
    transition: all 0.5s ease-in-out;
    transform: scale(1.3);
}
.pi{
    overflow: hidden;
    height: auto;
}
.wpp{
    z-index: 999;
    width: 70px;
    height: 70px;
    display:block;
    width:70px;
    height:70px;
    position: fixed;
    right:20px;
    bottom:20px;
    line-height:80px;
    text-align:center;
    z-index:999;
}
.pp{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pcontact{
    font-size: 16px;
    text-decoration: none;
    color: black;
    transition: all 0.3s ease-in;
}
.pcontact:hover{
    text-decoration: none;
    color: black;
    text-shadow: gray 2px 2px 2px;
    transition: all 0.3s ease-in;

}

h3.h3f{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
}
.check{
    height: 20px;
    width: 25px;
}

.pircing{
    text-shadow: gray 1px 1px 1px;
}
label{
    font-size: 18px;
}
.marian{
    border-radius: 00%;
    justify-content: center;
    display: flex;
    width: 300px;
    height: 350px;
    transition: 0.3s;
}
.marian:hover{
    border-radius: 100%;
    transform: scale(1.1);
    justify-content: center;
    display: flex;
    transition: 0.3s;
}
.eze{
    border-radius: 0%;
    justify-content: center;
    display: flex;
    width: 300px;
    height: 300px;
    transition: 0.3s;
}
.eze:hover{
    border-radius: 100%;
    transform: scale(1.1);
    justify-content: center;
    display: flex;
    transition: 0.3s;
}
.fotos{
    display: flex;
    flex-direction: row;
}
.card{
    padding: 10px;
}
.testimonios{
    padding: 20px;
}
.w3-content{
    width: auto;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.mySlides{
    height: 650px;
}
.saludo{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.info{
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: left;
    flex-direction: column;
}
.testi{
    height: 500px; 
    width: auto;
}

.tmn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;

}

@media (max-width: 900px)
{
    h1.ht{
        text-align: left;
        font-size: 40px;
        text-shadow: rgb(255, 255, 255) 3px 3px 3px;
        color: rgb(0, 0, 0);
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        padding: 10px;
    }
    
    .rds{
        padding: 15px;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
    .botones{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .botones2{
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .gray{
        transform: translate(5px) translateY(0px);
        width: 35px;
        height:35px;
        background-color: gray;
        border-radius: 600px;
    }
    .blue{
        transform: translate(47px) translateY(35px);
        width: 35px;
        height: 35px;
        background-color: blue;
        border-radius: 100%;
    }
    .green{
        transform: translate(90px) translateY(70px);
        width: 35px;
        height: 35px;
        background-color: greenyellow;
        border-radius: 100%;
    }
    .mySlides{
        height: 450px;
    }
    .pcontact{
        font-size: 16px;
        text-decoration: none;
        color: black;
        transition: all 0.3s ease-in;
    }
}
