@charset "utf-8";

@font-face {
    font-family: "Quicksand";
    src: url("../FONTS/quicksand/Quicksand-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Quicksand-bold";
    src: url("../FONTS/quicksand/static/Quicksand-Bold.ttf");
}

@font-face {
    font-family: "Nunito-regular";
    src: url("../FONTS/Nunito/Nunito-Regular.ttf");
}

@font-face {
    font-family: "Nunito-bold";
    src: url("../FONTS/Nunito/Nunito-Bold.ttf");
}

:root {
    --gray1: #707070;
    --blue1: #005fae;
    --blue2: #3194D2;
    --orange: #fbb040;
    /*color: var(--gray1);*/
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    color: var(--gray1);
}


/* css general */

.borderRadius {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.borderRadiusInput {
    border-radius: 21px;
    -moz-border-radius: 21px;   
    -webkit-border-radius: 21px;
}

.generalShadow {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

html{
    scroll-behavior: smooth;
    transition: scroll 1s ease;
}

body{
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    background-size: auto 100vh;
    overflow-x: hidden;
    -webkit-user-select: none;  /* Safari */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* Internet Explorer/Edge */
    user-select: none;  
}

/* header  */

header{
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.optionHeader{
    color: #005fae !important;
}

.marignHeader{
    height: 110px;
}

/* --------------------------------------------------- */
/* ---------------- Seccion de quienes somos  --------------------------*/

/* ---------------- Seccion de quienes somos  --------------------------*/

.weAreSection{
    max-width: 1280px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}


.containerWeAre{
    padding: 0 40px 40px;
    width: 100%;
    display: flex;
}

.titleWeAreSection{
    text-align: center;
    font-size: 45px;
    color: #3194d2;
    margin: 0 0 20px;
}

.imgWeAre{
    width: 50%;
    left: 2.5%;
    position: relative;
    max-height: 350px;
    object-fit: cover;
}

.contentTextWeAre{
    width: 60%;
    left: -2.5%;
    position: relative;
    bottom: -45px;
    background-color: #FFF;
    padding: 20px 27px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.descriptionWeAre{
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    margin: 0 0 20px;
}

.buttonWeAre{
    padding: 10px 15px;
    width: max-content;
    font-size: 20px;
    color: #3194d2;
    font-family: "Nunito-bold";
}

@media screen and (max-width: 800px){

    .weAreSection{
        margin-bottom: 0;
        margin-top: 0;
    }

    .containerWeAre{
        flex-direction: column;
        padding: 0;
    }
    
    .imgWeAre{
        width: 100%;
        left: 0;
    }

    .contentTextWeAre{
        width: 90%;
        left: 5%;
        bottom: 45px;
    }

    .titleWeAreSection{
        font-size: 35px;
    }
}

/* --------------------------------------------------- */

/* ---------------- Seccion de nuestros objetivos  --------------------------*/

.objetivesSection{
    width: 100vw;
    max-width: calc(1280px - 5%);
    margin: auto;
    background-color: #3194d2;
    padding:20px 40px;
}

.containerObjetives{
    padding: 40px;
    width: 100%;
    display: flex;
}

.titleObjetivesSection{
    text-align: center;
    font-size: 40px;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.descriptionObjetives{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    margin: 0 0 20px;
}

.descriptionObjetives b{
    
    color: #FFFFFF;
}

@media screen and (max-width: 800px){
    .objetivesSection{
        padding:20px 5%;
        width: 95%;
    }
    
    .titleObjetivesSection{
        font-size: 30px;
    }

    .descriptionObjetives{
        text-align: left;
    }
}


/*--------------- Seccion de miembros --------------------*/

.sectionMembers{
    width: 95%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    row-gap: 30px;
}

.titleSectionMembers{
    font-size: 50px;
    text-align: center;
    color: #3194d2;
}

.containerCardsMember{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 40px;
}

.cardMember{
    width: 360px;
    max-width: 90%;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.cardMember img{
    width: 93px;
    height: 93px;
    min-width: 93px;
    min-height: 93px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.infoCardMember{
    width: 100%;
    padding:2%;
}

.infoCardMember .nameMember{
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #005fae;
    word-break: break-word;
} 

.typeMember{
    text-align: center;
    width: 100%;
    font-weight: bold;
    word-break: break-word;
}

@media screen and (max-width: 800px){
    .titleSectionMembers{
        font-size: 35px;
    }

    .imgWeAre{
        object-position: top;
    }
}


.beneficiarioTarjeta{
    width: 100%;
    padding-bottom: 20px;
    max-width: 340px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 10px 30px;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
    border-radius: 20px ;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.beneficiariosImg{
    width: 100%;
    height: 330px;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
}

.infoBeneficiario{
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nombreBeneficiario{
    width: 100%;
    text-align: center;
    color: var(--blue1);
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.localidadBeneficiario{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.artesTitle{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.artedepescaBenneficiario{
    width: 100%;
    text-align: center;
    font-size: 16px;
}

footer{
    width: 100%;
    padding: 30px;
}

#logoTerceros{
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

#logoTerceros img{
    width: 80%;
    max-width: 250px;
    height: auto;
}

#emailTerceros{
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
}

#emailTerceros a{
    text-decoration: underline;
    color: var(--blue1);
}

#numeroTercero{
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: var(--blue1);
}

.powerBy{
    width: 100%;
    padding: 10px 10px 65px;
    background-color: var(--blue1);
    display: flex;
    justify-content: center;
}

.powerBy span{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.containerInsignias{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.imageLabelFisherman{
    width: 10%;
}

@media (max-width: 600px) {
    
    #imgOvideo video{
        width: 100%;
    }

    #emailProyecto{
        font-size: 16px;
    }

    #urlProyecto{
        font-size: 16px;
    }
}

@media (max-width: 440px) {
    #tituloProyecto{
        font-size: 30px;
    }

    #subtituloProyecto{
        font-size: 25px;
    }

    #emailProyecto{
        font-size: 15px;
    }

    #urlProyecto{
        font-size: 15px;
    }
}