* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: fit-content;
    background-color: #fff;
    font-family: 'Rethink Sans', sans-serif;
    font-size: 1rem;
}


.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar_one {
    background-color: rgb(200, 0, 0);
    height: 40px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
}



.email,
.call,
.instagram,
.facebook {
    margin-left: 50px;
    margin-right: 30px;
    transition: 0.3s;
}

.call a{
    text-decoration: none;
    color: white;
}

.instagram a{
    text-decoration: none;
    color: white;
}

.facebook a{
    text-decoration: none;
    color: white;
}

.email a{
    text-decoration: none;
    color: white;
}

.instagram:hover,
.facebook:hover{
    transform: scale(1.1);
}

.email:hover,
.call:hover
{
    transform: scale(1.1);
}

span {
    margin-left: 5px;
}


#label_chek_menu {
    display: none;
}


/*//// ACA EMPIEZA NAV BAR INFERIOR///**/

.header {
    position: sticky;
    z-index: 12;
    top: 0;
    width: 100%;
    height: 110px;
    padding: 0 80px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(214, 213, 213);
}

.header img{
    height: 90px;
}

.header button{
    display: none;
    background-color: transparent;
    border-style: none;
}

.header h1 {
    letter-spacing: 3px;
    font-size: 24px;
    cursor: pointer;
}

.svg {
    font-size: 20px;
    font-weight: bold;
    width: 2em;
    height: 2em;
}

.header ul {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    align-items: center;
}

.header li{
    margin: 0 .5em;
}

.header ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.header nav ul li a{
    height: 110px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(225, 70, 70);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    transition: all 300ms ease;
}

.header nav ul li a:hover {
    transform: scale(1.05);
    background-color: rgb(200, 0, 0);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: white;
}

.header nav ul li:first-child a{
    background-image: url(/img/icons8-home-64.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px;
    padding: 20px 40px;
}

.header nav ul li:first-child:hover a {
    background-image: url(/img/icons8-home-64.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px;
    padding: 20px 40px;
}

#selected {
    height: 110px;
    transform: scale(1.1);
    background-color: rgb(200, 0, 0,0.933);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5)
}


/*////////CARRUSEL//////////*/

.d-item{
    height: 700px;
}


.d-img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

  .carousel-caption h1{
    font-size: 60px;
    letter-spacing: 4px;
  }

  .carousel-caption p{
    letter-spacing: 3px;
    font-size: 30px;
  }




/*///ABOUT//////////////////////////////////////////////////////*/

.secc_about {
    padding-bottom: 40px;
}

.conte_about img{
    padding-bottom: 50px;
    height: 250px;
}

.conte_about{
    padding: 90px 0 90px 0;
    text-align: center;
    margin-left: 120px;
    margin-right: 120px;
    color: #736b6b;
}

.conte_about h1{
    text-align: center;
    font-size: 3.125rem;
    letter-spacing: 40px;
    color: #736b6b;
}

.conte_about h4{
    padding-top: 20px;
}

.conte_about p {
    font-size: 1.5rem;
    padding-top: 40px;
}

/*//////MISION///////////*/

#mision{
    background-color: gray;
    padding-top: 50px;
    padding-bottom: 50px;
}

#mision h1{
    color: whitesmoke;
}

#mision p{
    font-size: 25px;
    color: black;
}

/*////// EVENTS/////////*/

.events{
    background-color: rgb(171, 113, 113);
    padding-top: 50px;
    padding-bottom: 50px;
}

.cabecera_events{
    margin-bottom: 40px;
}

.cont-card-proxevent{
    padding-top: 20px;
    display: flex;
    border-color: white;
    align-items: center;
    flex-direction: column;
}

.cabecera_events h1 {
    text-align: center;
    font-size: 3.125rem;
    letter-spacing: 30px;
    color: #ffffff;
}


.img-modal{
    width: 288px;
    height: 288px;
}

#exampleModal1{
    background-color: rgba(0,0,0, 0.6) !important;
}

#exampleModal2{
    background-color: rgba(0,0,0, 0.6) !important;
}

#exampleModal3{
    background-color: rgba(0,0,0, 0.6) !important;
}

#exampleModal4{
    background-color: rgba(0,0,0, 0.6) !important;
}

#exampleModal5{
    background-color: rgba(0,0,0, 0.6) !important;
}

#exampleModal6{
    background-color: rgba(0,0,0, 0.6) !important;
}

#exampleModal7{
    background-color: rgba(0,0,0, 0.6) !important;
}

#exampleModal8{
    background-color: rgba(0,0,0, 0.6) !important;
}

#exampleModal9{
    background-color: rgba(0,0,0, 0.6) !important;
}

#exampleModal10{
    background-color: rgba(0,0,0, 0.6) !important;
}

#exampleModal11{
    background-color: rgba(0,0,0, 0.6) !important;
}

#exampleModal12{
    background-color: rgba(0,0,0, 0.6) !important;
}
/*///////SECTION CONTACTO//////*/


.conta_form{
    margin-top: 50px;
    text-align: center;
    padding-bottom: 20px;
}

.conta_form h1 {
    font-weight: 700;
    color: #736b6b;
    letter-spacing: 5px;
}

.text_input {
    width: 300px;
    color: black;
    background-color: rgb(225, 70, 70);
    border: none;
    padding: 10px;
    margin: 10px;
    font-size: 15px;
}

::placeholder{
    color: black;
}

.conta_input{
    padding-top: 10px;
}

.texto_msj{
    width: 300px;
    background-color: rgb(225, 70, 70);
    border: none;
    font-size: 15px;
    resize: none;
}

.col h1{
    font-weight: 700;
    color: #736b6b;
    padding-top: 40px;
}

.button_contacto{
    font-size: 18px;
    font-weight: 700;
    background-color:  rgb(223, 125, 125);
    color: rgb(0, 0, 0);
    width: 200px;
    cursor: pointer;
    margin-top: 15px;
    padding: 15px;
    border-radius: 5px;
}

.button_contacto:hover {
    background-color: white;
    border-color: black;
    color: black;
}

.icon_contact a{
    text-decoration: none;
    

}
/*//////////////////////// ACA EMPIEZA CONTENEDOR DIV PANEL DERECHO/////////////////*/


.text_lado_derecho{
    background-color: #e0e0e0;
    min-width: 300px;
}

.text_lado_derecho h1{
    margin-top: 50px;
    font-weight: 700;
    color: #736b6b;
    letter-spacing: 5px;
}

.text_lado_derecho p{
    font-size: 20px;
    color: rgb(108, 103, 103);
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.note_p{
    font-size: 15px;
    font-weight: normal;
}

.text_lado_derecho p:not(:first-child) {
    padding-top: 20px;
}

.cont_ico_lado_derecho img{
    padding-top: 20px;
    transition: .2s;
    cursor: pointer;
    margin: 0 10px;
}

.cont_ico_lado_derecho img:hover {
    opacity: 1;
    transform: scale(1.1);
}


/*///////ICONOS PARTE INFERIOR SECCION CONTACTO*/
.conte_icon_inferior_contact{
    padding-top: 40px;
}

.cont_ico_lado_derecho{
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont_ico_lado_derecho img{
    margin: 0;
    width: 30px;
}


.icon_contact p{
    color: #736b6b;
    padding-top: 30px;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    white-space: nowrap;
}

.icon_contact i{
    padding-top: 60px;
    font-size: 50px;
    color: #736b6b;
}

/*///////FOOTER///////*/

.container-footer{
    padding-top: 50px;
    background-color: #000000;
    color: white;
    opacity: 0.8;
    letter-spacing: 1px;
}

.icon_footer img {
    width: 30px;
    cursor: pointer;
}

.icon_footer a{
    text-decoration: none;
}

.home-plate-ico-footer{
    height: 50px;
}

.icon_footer img:hover{
    opacity: 1;
    transform: scale(1.1);
}

.col ul{
    list-style: none;
    color: white;
    padding-top: 40px;
}

.col ul li{
    padding-top: 10px;
    white-space: nowrap;

}

.col ul li a{
    text-decoration: none;
    color: white;
}

.button_join_us {
    background-color: rgb(22, 142, 280);
    width: 200px;
    height: 60px;
    border-radius: 5px;
    font-size: 20px;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.button_join_us:hover {
    background-color: #000000;
    opacity: 0.8;
    border-color: rgb(22, 142, 280);
    color: white;
}

/*////////COPYRIGHT/////////*/

.copyright{
    background-color: #736b6b;
    text-align: center;
    font-weight: 700;
}


/*////////////////OUR TEAM HTML/////////////////////////////////*/

#ourteam{
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: rgb(226, 219, 219);
    text-align: center;
}

#ourteam h1{
    color:rgb(179, 87, 87);
    padding-bottom: 40px;
    font-size: 5.125rem;
    
}

.conta-colaborador{
    width: 300px;
    background-color: white;
    border-color: black;
    box-shadow: 5px 10px 18px #888888;
    border-radius: 2%;
}

.conte-foto{
    margin: 20px auto;
    width: 250px;
    height: 250px;
    background-image: url(/img/profilepic.jpg);
    background-size: cover;
    border-radius: 50%;
    border-color: rgb(238, 165, 165);
    border-style:solid;
}

.profile-text{
    padding-top: 20px;
    font-family:monospace;
    padding-left: 15px;
    padding-right: 15px;
}

.profile-text p{
    padding-top: 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
}

.ico-profile{
    width: 30px;
}

.conta-icoredescolaborador{
    padding-top: 20px;
    padding-bottom: 35px;
}

/*////////POLICT HTML/////////////////////////////////////////*/



.container-footer2{
    padding-top: 50px;
    background-color: #ffffff;
    color: white;
    opacity: 0.8;
    letter-spacing: 1px;
}

.icon_footer img {
    width: 30px;
    cursor: pointer;
}

.icon_footer a{
    text-decoration: none;
}

.home-plate-ico-footer{
    height: 50px;
}

.icon_footer img:hover{
    opacity: 1;
    transform: scale(1.1);
}

.col ul{
    list-style: none;
    color: white;
    padding-top: 40px;
}

.col ul li{
    padding-top: 10px;
    white-space: nowrap;

}

.col ul li a{
    text-decoration: none;
    color: white;
}



/*/////////////////////////////////////////////////*/

@media screen and (max-width: 1200px) {
    .navbar_one {
        display: none;
    }

    .icon__menu {
        cursor: pointer;
    }

    /*//////AJUSTANDO TEXTO CARRUSEL*/

    .carousel-caption h1{
        font-size: 40px;
        letter-spacing: 4px;
      }
    
      .carousel-caption p{
        letter-spacing: 3px;
        font-size: 20px;
      }
    

/*////AJUTANDO OUR WORK////*/

    .cabecera_this_is h1 {
        padding-left: 0;
    }

    .cabecera_this_is p {
        padding-left: 0;
    }
}

@media screen and (max-width: 1040px) {


    
    /*////////HACIENDO EL MENU RESPONSIVE/////////////*/

    .header{
        height: auto;
        padding: 20px 20px;
    }

    .header button{
        display: block;
        cursor: pointer;
    }

    .header nav{
        width: 100%;
        display: none;
    }

    .header nav.activo{
        display: block;
    }

    .header ul{
        flex-direction: column;
    }

    .header li{
        margin: 1rem 0;
    }

    .header nav ul li a{
        height: auto;
    }

    .header nav ul li:first-child a{
        background-image: url(/img/icons8-home-64.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40px;
    }

    .header nav ul li:first-child:hover a{
        background-image: url(/img/icons8-home-64.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40px;
    }
}







@media screen and (max-width: 900px) {
    .img_this_is img {
        width: 500px;
        height: auto;
    }

/*///AJUSTE CAPTION CARRUSEL///**/

    .carousel-caption h1{
        font-size: 40px;
        letter-spacing: 4px;
      }
    
      .carousel-caption p{
        letter-spacing: 3px;
        font-size: 20px;
      }
    

    /*/////AJUSTE EVENTOS A COLUMNAS//*/

    .conta_eventos{
        flex-direction: column;
        height: auto;
    }

    .cabecera_events h1{
        font-size: 2.125rem;
    }

    .prox_eventos{
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
        height:auto;
    }



    /*///AJUSTE LETRA ABOUT US////*/

    .conte_about h1{
        text-align: center;
        font-size: 2.125rem;
        letter-spacing: 20px;
        color: #736b6b;
    }

}



@media screen and (max-width: 570px) {

    /*/////AJUSTE OURTEAM WEB////*/

    #ourteam h1{
  
        font-size: 3.125rem;
        
    }

    .carousel-caption h1{
        font-size: 25px;
        letter-spacing: 4px;
      }
    
      .carousel-caption p{
        letter-spacing: 3px;
        font-size: 15px;
    
      }
    

    /*////AJUSTANDO ABOUT////*/
    .conte_about{
        margin-left: 50px;
        margin-right: 50px;
        color: #736b6b;
    }

    .conte_about h1{
        font-size: 1.125rem;
    }

 
    /*/////AJUSTANDO CONTACT////*/

    .icon_contact p{
        font-size: 1rem;
        font-weight: normal;
    }

    .conta_form h1{
        font-size: 1.125rem;
    }

    .text_lado_derecho h1{
        font-size: 1.125rem;

    }

    .text_input {
        width: 250px;
    }

    .texto_msj{
        width: 250px;
    }


    /*/////AJUSTADO PROX EVENTOS///*/

    .cabecera_events h1{
        font-size: 1.125rem;
    }

    .prox_eventos{
        padding-top: 30px;
        min-width: 240px;
        height: auto;
        display: flex;
        border-color: white;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}




@media screen and (max-width: 400px) {
    
/*////AJUSTANDO PORTADA*/
    
.carousel-caption h1{
    font-size: 25px;
    letter-spacing: 4px;
  }

  .carousel-caption p{
    letter-spacing: 3px;
    font-size: 15px;

  }


    /*///AJUSTANDO ABOUT////*/
    .conte_about{
        margin-left: 20px;
        margin-right: 20px;
        color: #736b6b;
    }

    .conte_about h1{
        text-align: center;
        font-size: 1.125rem;
        letter-spacing: 2px;
        color: #736b6b;
    }
    
    #mision p{
        font-size: 1.125rem;

    }

    /*////AJUSTE SECCION DONATE///*/ 

    .text_lado_derecho{
        background-color: #e0e0e0;
        min-width: auto;
    }

    .text_lado_derecho p{
        font-size: 15px;
    }
}