/* FONT
font-: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/

/*TODO: 
        HOVER EN CONTACT
        PONER LINKS EN BOTONES REDES
        SEO - META'S, TITLE, IMAGEN DE PESTAÑA, ETC.
*/

html {
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    background: #ffff;
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    background-image: linear-gradient(to top, #19a69b, #4fb6c0, #82c5da, #b2d4eb, #dae4f5, #e9ecf8, #f5f5fb, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
}

p {
    font-size: 16px;
    text-align: justify;
}


h2, h3 {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 26px;
    margin: 20px;
    line-height: 1;
}


/*FLOAT BTN*/
.wppbtn {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #19a69b;
    bottom: 80px;
    right: 20px;

    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #ffff;
    font-size: 28px;
    border-radius: 50%;
}


.gotopbtn {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #25abe1;
    bottom: 20px;
    right: 20px;

    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #ffff;
    font-size: 22px;
    border-radius: 50%;
}

.gotopbtn,.wppbtn {
    z-index: 5;
}

.gotopbtn:hover {
    background-color: #19a69b;
    transition: 0.5s;
}

.wppbtn:hover {
    color: #ffff;
    background-color: #25abe1;
    transition: 0.5s;
}


.container {
    position: fixed;
    width: 100%;
    margin: auto;
     top: 0;
     background: #ffff;
}

.division{
    width: auto;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.division a{
    text-decoration: none;
    color: #19a69b;
    margin: 0 10px;
}

.division a:hover {
    transition: 0.6s;
      /* standard gradient background */
    background: linear-gradient(#25abe1, #dae4f5);
  /* clip informático */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.division a:hover {
    font-size: 28px;
    transition: 0.5s;
}

.nav-main {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}


.nav-main ul{
    display: flex;
}

.nav-main ul li {
    padding: 5px;
}

.nav-main ul li a {
    color: #19a69b;
    padding: 2px;
    font-size: 16px;
}

.nav-main ul li a:hover {

    color:  #25abe1;
    transition: 0.5s;
    border-bottom: 5px solid #19a69b;
    border-top: 5px solid #19a69b;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
}


.menu-btn {
    color: #19a69b ;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 30px;
    z-index: 2;
    font-size: 1.5rem;
    display: none;
    padding: 10px;
}

/*SHOWCASE*/

.showcase .show1 img{
    margin-top: 50px;
}

.showcase, .news-mother{
    color: #000;
    width: 100%;
    height: 768px;
    background: url(/img/sea/a14.jpg) no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;  
    /*FIXME:*/background-size: auto;
}

.showcase h2, h3 {
    font-family: 'Caveat', cursive;
    font-size: 36px;    
    color: #000;
}

.show1 img {
    height: 200px;
    width: 200px;
    background: rgba(255, 255, 255, 0.445);
    border-radius: 49%;

}

.show1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-btn a{
    font-size: 28px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 40px 10px 40px;
}

.news-btn a:hover {
    background: #31adad;
    opacity: .5;
    transition: 0.5s;
}
/*
.show1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #ffff;
    justify-content: center;
}
*/
.showcase,.showcase p {
    margin: 0;
    padding: 40px;
}

.animate__fadeIn {
    transition: 5s;
}
/*NEWS*/
.news-mother {
    height: auto;
    color: #ffff;
    padding: 20px;
    margin: 0 auto;
    background: #ffff;
 
}

.news-mother h2 {
    color: #25abe1;
}
.news-container {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: auto;

    column-gap: 10px;
    justify-content: center;
 
}

.news-container a {
    color: #00597c;;
}

.news {
    width: auto;
    height: auto;
    max-width: 300px;
}

.news img {
    width: auto;
    max-width: 300px;
    max-height: 300px;
    height: auto;
    margin: auto;
}
/*BLOG*/
.card-container {
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
}

.card-mother {
    background-image: linear-gradient(to bottom, #19a69b, #19a69b, #19a69b, #19a69b, #19a69b, #31adad, #48b4bc, #60bbca, #93cae1, #c1d9ef, #e5eaf7, #EDEFF9);
    color: #ffff;
    padding: 20px;
}

.card {
    width: 250px;
    height: 600px;
    margin: 0;
}

.card-container a {
    color: #ffff;
}

.card img {
    width: 250px;
    height: 250px;
}

.old-entries {
    width: 100%;
    height: 40px;
}

.old-entries a{
    font-size: 14px;
    color: #25abe1;
    font-weight: bold;
    border: 2px solid #25abe1;
    padding: 10px;
    margin: 10px;
    opacity: 0.5;
}

.old-entries a:hover {
    background: #25abe1;
    color: #ffff;
    opacity: 0.5;
    transition: 0.6s;
}

/*FORCONTAINERS*/
.wh {
    display: none;
}

.who-mother {
    background: #25abe1;
    padding: 20px;
}

.who-mother h2{
    padding: 50px;
    color: #ffff;
}
.who-mother h4 {
    margin: auto;
    padding: 20px;
    color: #ffff;
    text-align: center;
}

.who-container,.rolfing-container {
    width: 100%;
    height: auto;
    min-height: 600px;
    padding: 20px;
}
/*WHOWEARE*/
.who-container {
    background-image: linear-gradient(to bottom, #25abe1, #25abe1, #25abe1, #25abe1, #25abe1, #19abdd, #0cabd8, #00abd3, #00abc7, #00aab9, #00a8aa, #19a69b);
    margin: auto; 

}

.who-container {
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    background: rgba(255, 255, 255, 0.199);
}

.pma-pgph li{
    margin: 10px;
    display: flex;
    font-size: 12px;
}

.pma-pgph p{
    font-size: 14px;
}

.who-mother img {
    display: flex;
    margin: auto;
    border-radius: 50%;
    height: 250px;
    width: 270px;
}

.who-figure h3{
    color: #fff;
}

/*OURWORK*/
.work-mother {
    padding: 20px;
}


.work-container {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
}

.work-container .work {
    height: auto;
    min-height: 530px;
    width: auto;
    display: inline-block;
    justify-content: center;
    background: rgba(255, 255, 255, 0.253);  
    padding: 15px;
}

.work-container .work img {
    display: flex;
    height: 140px;
    width: 140px;
    margin: auto;
    border-radius: 50%;
    padding: 5px;
    border: 3px solid #19a69b;
}

.work p {
    font-size: 14px;
    font-weight: bold;
}

.rolfing-container {
   margin: auto;
   display: block;
   align-items: center;
   justify-content: center;
   justify-items: center;
   background: rgba(255, 255, 255, 0.212);
}

.rolfing-container p {
    margin: 10px;
}

.rolfing-container img {
    display: flex;
    width: 400px;
    margin: auto;
}

/*ALLIES*/
.allies-container {
    color: #fff;
}

.slider-container {
    display: flex;
    justify-items: center;
    justify-content: center;
    max-width: 600px;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin: auto;
    z-index: 1;
}
    /*margin: auto;
}

.miSlider {
    display: none;
    transition: 2s;
    max-height: 100vh;
}*/

.miSlider img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    vertical-align: top;
    transition: 2s;
}

.direcciones {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    font-size: 20px;
}

.direcciones a {
    color: #000;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
}

.direcciones i {
    color: #000;
}

.direcciones a:hover {
    background:#fff;
    transition: 0.2s;
    border-radius: 50%;
    opacity: 0.5;
}

.barras {
    position: absolute;
    bottom: 0;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.barras {
    cursor: pointer;
    height: 2px;
    width: 25px;
    margin: 0 2px;
    background: black;
    display: inline-block;
    align-items: center;
    margin-left: 3px;
}

.active {
    background-color: pink;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: 0.4;}
    to{opacity: 1;}
}

/*FINDUS*/

.encontranos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.encontranos-mother h4{
    margin: 0 40px;
}

.encontranos {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    text-align: center;
}

.encontranos a {
    text-decoration: none;
    color: #31adad;
    font-weight: bold;
    font-size: 20px;
    margin: 20px;
}

.encontranos-card {
    height: 200px;
    width: auto;
    min-width: 250px;
    margin: 10px;
}

.encontranos-card i {
    font-size: 90px;
    margin: 20px 0;
}

.encontranos-card a:hover {
    color: #000;
    transition: 0.5s;
}


/*CONTACT*/ /*
.contact-mother {
    padding: 20px;
}
.contact-container {
    width: 100%;
    height: auto;
    min-height: 300px;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: auto;
    text-decoration: none;
}
.widget {
    width: 263px;
    height: 260px;
    margin: auto;
}


.contact-container p{
    font-size: 11px;
}

.contact-container img {
    background: rgba(255, 255, 255, 0.63);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-bottom: -10px;
    margin-left: 10px;
    margin-right: 5px;
}

.contact-container li {
    margin: 20px 0;
    display: flex;
    justify-content: start;
    font-size: 16px;
    font-weight: bold;
}

.contact-container a{
    color: #fff;
    cursor: pointer;
}

.widget .noachicar {
    width: 260px;
    height: 225px;
    border-radius: 0;
}
*/
/*FOOT*/


.social-mother {
    color: #fff;
}

.social-container {
    width: 100%;
    height: auto;
    min-height: 50px;
}

.social-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

.social-container a {
    margin: 10px 20px;
    text-decoration: none;
    color: #ffff;
}

.social-container a:hover {
    transition: 0.6s;
    /* standard gradient background */
    background: linear-gradient(#25abe1, #dae4f5);
/* clip informático */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}

.footer { 
    width: 100%;
    height: 50px;   
    padding: 10px;
}

.footer {
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 10px;
    color: #fff;
}

@media (max-width: 900px) {
    .menu-btn {
        display: block;
        position: fixed;
        top: 5px;
        right: 60px;
        background: #fff;
        border: 2px solid #82c5da;
    }
    .menu-btn:hover {
        opacity: 0.5;
        color: #ffff;
        border: 2px solid #25abe1;
        background: #82c5da;
        transition: 0.5s;
    }

    .nav-main ul.nav-menu {
        transform: translateX(-800px);
        display: block;
        position: absolute;
        position: fixed;
        top: 0;
        left: 0;
        background: #ffff;
        width: 70%;
        border-right: #ccc 1px solid;
        height: 100%;
        padding: 30px;
        opacity: 0.9;
        transition: transform 0.5s ease-in-out;
        margin-top: 60px;
    }

    .nav-main ul.nav-menu.show {
        transform: translateX(0px);
        height: 100%;

    }


    .nav-main ul.nav-menu li {
        padding: 20px;
        font-size: 14px
    }

    .nav-menu ul.nav-menu-right {
        margin-right: 70px;
    }
    
}

@media (max-width: 700px) {

    .news-container {
        grid-template-columns: 1fr;
    }

    .work-container {
        grid-template-columns: 1fr;
        height: auto;
    }

    .rolfing-container img{
        max-width: 300px;
    }
    .contact-container {
        grid-template-columns: 1fr;
    }

    .widget {
        margin: 20px;
    }
    
    .encontranos-mother h4 {
        margin: 0 10px;
    }
    
    .encontranos {
        height: auto;
        margin: 30px;
    }
    .encontranos a {
        text-decoration: none;
        color: #31adad;
        font-weight: bold;
        font-size: 14px;
    }

    .encontranos-card {
        height: 90px;
        width: auto;
        min-width: 250px;
        margin: 0 auto;
    }
    
    .encontranos-card i {
        font-size: 40px; 
    }

    
}


@media (max-width: 400px) {
    body {
        margin: auto;
        width: auto;
        max-width: 400px;
    }

    .who-container {
        display: flex;
        flex-wrap: wrap;
    }

    .who-figure img {
        width: 150px;
        height: 150px;
    }
}
