

/* **************************************** */
/*            TARJETAS CONTACTO             */
/* **************************************** */


/****************************** 
 *  Root - Variables - HTML
 *******************************/

 :root {
    /* Tipografía */
    --tipo-encabezado: 'Poppins';
    --tipo-parrafo: 'Poppins';

    /* Colores */
    --primary-color: #5dc4b4;
    --primary-color-hamburguer: #408378;    
  }

html {
    font-size: 62.5%; /* Facilita el cálculo a rems 1rem=10px */
    overflow-x: hidden; 
}


/* BEGIN CUSTOM FOR LA BUHARDILLA */

/* .page-id-16695 header.fusion-header-wrapper.fusion-is-sticky,
.page-id-16695 .fusion-header,
.page-id-16695 .fusion-secondary-header,
.page-id-16695 .fusion-page-title-bar.fusion-page-title-bar-none.fusion-page-title-bar-left {
    display: none;
} */

.page-id-16695 #main {
    padding: 0!important;
}

.page-id-16695 footer {
    display: none;
}

/* END CUSTOM FOR LA BUHARDILLA */



/* BEGIN - If don't Bootstrap */
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

/* END - If don't Bootstrap */




.page-template-page-contact-card .sup-nav,
.page-template-page-contact-card .nm-nav {
    display: none!important;
}

.individual__contact__card__body {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.individual__contact__card__body .row {
    margin: 0;
    padding: 0;
}

.individual__contact__card__body .row>* {
    margin: 0!important;
    padding: 0!important;
}

.page-template-page-contact-card {
    min-height: 10px;
}

.individual__contact__card__body p,
.individual__contact__card__body span {
    color: #1a202c;
}

.individual__contact__card__body .material-symbols-outlined {
    color: #ffffff;
    font-size: 18px;
}

.individual__contact__card__body .material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

.individual__contact__card__body .card__img img {
    max-height: 100%;
    width: 100%;
    border-radius: 2rem;
}

.individual__contact__card__body .contact__card__image {
    position: relative;
}

.individual__contact__card__body .card-wavestyled {
    position: absolute;
    bottom: 0;
}

.individual__contact__card__body {
    width: 100%;
}

.individual__contact__card__body .nm-container {    
    width: 90%;
    margin: 0 auto;
}

.individual__contact__card__body .content-contact {
    background-color: #ffffff;
    border-radius: 2rem;
    margin-top: 0rem!important;
    margin-bottom: 2rem!important;
    padding-bottom: 3rem;
    z-index: 99999;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}

.NMH__Card__Main__Data {
    margin: 1.5rem;
}

.Identity__Box {
    border-left: 1px dashed black;
    padding-left: 1.5rem;
}

.name__card {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    line-height: 1.9rem;
}

span.department__card {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 600; 
    display: inline-block;
    margin-top: 1.5rem;  
    margin-bottom: 1.5rem;
}

.occupation__card {
    font-size: 2rem;
    line-height: 3rem;
    font-style: italic;
    font-weight: 300;
}

.description__activity__card {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    display: block;
    padding: 1.5rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.card__mail {
    align-self: flex-start;
    height: 42px;
    margin-right: 0.8125rem;
    width: 42px;
}

.list__listCard {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0px;
}

.nmh__list__item {
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
    height: auto;
    margin: 0px;
    padding: 0.5rem 1.5rem;
}

button, [role="button"] {
    cursor: pointer;
}

.card__mail {
    align-self: flex-start;
    height: 42px;
    margin-right: 0.8125rem;
    width: 42px;
}

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

.icon-button__card {    
    height: 30px;
    width: 30px;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(109, 211, 199);
    border-radius: 100%;
    color: rgb(255, 255, 255);
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    transition-duration: 300ms;
    transition-property: background-color, color;
}

.contact__data__card {
    display: flex;
    -webkit-box-align: center;
    align-items: center;   
}

.contact__data__card span {
    font-family: var(--tipo-parrafo);
    color: #121212;
}

.data__card {
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 400;
}

.contact__data__card.email .data__card {
    font-size: 1.05rem;
}


.contact__data__card.site__web .data__card {
    font-size: 1.29rem;
}


.list__contact__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem!important;
}

.list__contact__items:hover {
    background-color: rgba(156, 168, 166, 0.318);
}

.list__card__container a:hover {
    color: inherit;
}

.icon-button__card img {
    height: 2rem;
}

.nm-container-add-contact-button {
    position: fixed;
    bottom: 2rem;
    z-index: 1000020;
    top: 92%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

.nm-container-add-contact-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24rem;
    padding: 1rem;
    /* background-color: #40BEAF;*/
    color: #ffffff;
    box-shadow: 0px 4px 4px 0px #40beaf25;
    border-radius: 1rem;
}

a.btn-descarga.nm-btn:hover {
    color: black;
}

.nm-container-add-contact-button a {
    animation: glowing 2500ms infinite;
}


/* Yellow Shadow */
@-moz-keyframes glowing {
    0%, 100% {
      -moz-box-shadow: 1px 0px 19px 4px #d71018, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
      box-shadow: 1px 0px 19px 4px #d71018, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }
  
    50% {
      -moz-box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }
  
  @-webkit-keyframes glowing {
    0%, 100% {
      -webkit-box-shadow: 1px 0px 19px 4px #d71018, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
      box-shadow: 1px 0px 19px 4px #d71018, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }
  
    50% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }
  
  @-o-keyframes glowing {
    0%, 100% {
      box-shadow: 1px 0px 19px 4px #d71018, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }
  
    50% {
      box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }
  
  @keyframes glowing {
    0%, 100% {
      box-shadow: 1px 0px 19px 4px #d71018, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }
  
    50% {
      box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }
  








/* 
.nm-container-add-contact-button a {
    animation: glowing 2500ms infinite;
}

@keyframes glowing {
    0% {
        background-color: #40BEAF;
        box-shadow: 0 0 5px #40BEAF;
        }
    50% {
        background-color: #4f8f84;
        box-shadow: 0 0 20px #4f8f84;
    }
    100% {
        background-color: #40BEAF;
        box-shadow: 0 0 5px #40BEAF;
    }
} */


/*******************************************************
 *                         480 px
 *******************************************************/   
 @media only screen and (min-width: 30em) {   

    .contact__data__card.email .data__card {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .contact__data__card.site__web .data__card {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }

    .data__card {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }

 }


 
/*******************************************************
 *                         600 px
 *******************************************************/  

 @media only screen and (min-width: 37.5em) { 

    .individual__contact__card__body .nm-container {
        width: 80%;
        margin: 0 auto;
    }

    .contact__data__card.email .data__card {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }

    .NMH__Card__Main__Data {
        margin: 2.5rem;
    }

    .Identity__Box {
        border-left: 1px dashed black;
        padding-left: 2.5rem;
    }

    
    .name__card {
        font-size: 3rem;
        line-height: 3rem;
    }

    span.department__card {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .occupation__card {
        font-size: 2.3rem;
        line-height: 3rem;
    }



    .description__activity__card {
        padding: 0rem 3rem 2.5rem 3rem;
    }

    .list__card__container {
        padding: 0 2rem;
    }

    .data__card {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
        
    .icon-button__card {    
        height: 40px;
        width: 40px;
    }

    .individual__contact__card__body .material-symbols-outlined {
        font-size: 24px;
    }

    .nm-container-add-contact-button {
        top: 94%;
    }

    .nm-container-add-contact-button a {
        width: 30rem;
    } 


    
 }

/*******************************************************
 *                         768 px
 *******************************************************/   
 @media only screen and (min-width: 48em) { 

    .individual__contact__card__body {
        margin-top: 8rem;
        margin-bottom: 6rem;
    }

    .individual__contact__card__body .nm-container {
        width: 68%;
    }

    .description__activity__card {
        font-size: 1.7rem;
        line-height: 2.5rem;
    }

   
    .contact__data__card.email .data__card {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    .contact__data__card.site__web .data__card {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }




}

/*******************************************************
 *                         960 px
 *******************************************************/   
 @media only screen and (min-width: 60em) { 

    .individual__contact__card__body .nm-container {
        width: 55%;
    }
    

}

/*******************************************************
 *                         1024 px
 *******************************************************/   
 @media only screen and (min-width: 64em) { 

    .individual__contact__card__body .nm-container {
        width: 50%;
    }
    
    .nm-container-add-contact-button {
        top: 91%;
    }

    
}





/*******************************************************
 *                         1200 px
 *******************************************************/   
 @media only screen and (min-width: 75em) { 

        .individual__contact__card__body {
            margin-top: 16rem;
            margin-bottom: 12rem;
        }



 }



/*******************************************************
 *                         1300 px
 *******************************************************/   
 @media only screen and (min-width: 81.25em) { 

    .individual__contact__card__body {
        margin-top: 16rem;
        margin-bottom: 11rem;
    }

    .individual__contact__card__body .nm-container {
        width: 40%;
    }
    
}

/*******************************************************
 *                         1600 px
 *******************************************************/   
 @media only screen and (min-width: 100em) { 

    .individual__contact__card__body .nm-container {
        width: 35%;
    }
    
}

/*******************************************************
 *                         1920 px
 *******************************************************/   
 @media only screen and (min-width: 120em) { 

    .individual__contact__card__body .nm-container {
        width: 30%;
    }
    
}
