/*
Theme Name: Entre
Theme URI: https://noveldigital.pro
Author: Novel Digital Agency
Author URI: https://noveldigital.pro.
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: entre

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
:root {
  --font-color: #3d3d3d;
  --dark-blue: #0c548a;
  --orange: #f97c00;
  --spacing: 80px;
}

body {
  font-size: 16px;
  color: var(--font-color);
  line-height: 1.45;
}

h1, h2, h3, h4, h5,
.ntr-h1, .ntr-h2, .ntr-h3, .ntr-h4, .ntr-h5 {
  font-weight: 600;
}

a,
a:visited,
a:focus,
a:active  {
  text-decoration: none;
  outline: none;
  color: var(--dark-blue);
}

a:hover {
  text-decoration: none;
  outline: none;
  color: var(--orange);
}

/*
============================================================
    Site loader
============================================================
*/
#ntr-site-loader-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: #fdfdfd;
  /* background: -webkit-linear-gradient(top left, #eff0f1, #86ceff);
  background: -moz-linear-gradient(top left, #eff0f1, #86ceff);
  background: linear-gradient(to bottom right, #eff0f1, #86ceff); */
  z-index: 9999;
}

.ntr-site-loader-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.ntr-site-loader-ripple div {
  position: absolute;
  border: 4px solid rgb(87, 87, 87);
  opacity: 1;
  border-radius: 50%;
  animation: ntr_anim_ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.ntr-site-loader-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes ntr_anim_ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/*
============================================================
============================================================
  LIVE CSS
  Place live css here
============================================================
============================================================
*/
body.ntr-theme .elementor-location-entre-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s;
}

body.ntr-page-scrolled .elementor-location-entre-header {
  position: fixed;
  background: #003A5D;
  -webkit-box-shadow: 0px 3px 13px -2px rgba(37, 37, 37, 0.67);
  box-shadow: 0px 3px 13px -2px rgba(37, 37, 37, 0.67);
}

body.experts-template-default .elementor-location-entre-header {
  background: #003A5D;
}

body.ntr-page-scroll--up.experts-template-default .elementor-location-entre-header {
  position: fixed;
  -webkit-box-shadow: 0px 3px 13px -2px rgba(37, 37, 37, 0.67);
  box-shadow: 0px 3px 13px -2px rgba(37, 37, 37, 0.67);
  animation: ntr_header_down .3s cubic-bezier(0, 0.2, 0.8, 1);
}

body.ntr-page-scroll--down.experts-template-default .elementor-location-entre-header {
  position: fixed;
  -webkit-box-shadow: 0px 3px 13px -2px rgba(37, 37, 37, 0.67);
  box-shadow: 0px 3px 13px -2px rgba(37, 37, 37, 0.67);
  top: -80px;
}

@keyframes ntr_header_down {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}

/* body.ntr-page-scrolled--up.experts-template-default .elementor-location-entre-header {
  position: relative;
} */

body.elementor-editor-active .elementor-location-entre-header {
  position: relative!important;
}

.ntrel-widget-wrapper ul {
    padding-inline-start: 0px!important;
}

.ntr-theme .eb-modal {
  border: 10px solid rgb(133, 117, 78);
}



.ntrel-accademic-qualifications-widget-item > div:nth-of-type(1) { 
   font-weight:600; 
   line-height: 1.75rem;
}

 .ntrel-accademic-qualifications-widget-item > div:nth-of-type(2) { 
   line-height: 1.75rem;
}

.ntrel-experts-title {
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 0.07rem;
}

@media only screen and (max-width: 390px) {
     .ntrel-experts-img {
         background-position: top center;
         background-repeat: no-repeat;
         background-size: cover;
    }
     .ntrel-experts-img {
         padding-bottom: 18rem;
    }
  
  .ntrel-experts-grid {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 600px) {
  
     .ntrel-experts-img {
         padding-bottom: 50rem;
    }
}

@media only screen and (min-width: 1200px) {
  
     .ntrel-experts-img {
         padding-bottom: 17rem;
    }
}

/*
-------------------------------------------------------------
  Entre header
-------------------------------------------------------------

body.home .elementor-location-entre-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.25rem 2.25rem;
  z-index: 11;
}

body.ntr-page-scrolled .elementor-location-entre-header {
  top: -102%;
  background: #fff;
  transition: all 0.3s;
  padding: .725rem 2.25rem;
  -webkit-box-shadow: 0px 3px 13px -2px rgba(163,163,163,0.67);
  box-shadow: 0px 3px 13px -2px rgba(163,163,163,0.67);
}

body.elementor-editor-active .elementor-location-entre-header {
  position: relative!important;
}

#ntr-site-logo {
  transition: all 0.3s;
}

body.ntr-page-scrolled #ntr-site-logo {
  width: 72%;
}

body:not(.ntr-page-scrolled) #ntr-main-menu .ntr-nav-link {
  color: #fff;
}

#ntr-main-menu .ntr-nav-link {
  display: inline-block;
}

#ntr-main-menu .ntr-nav-link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: black;
  transition: all 0.3s;
}

#ntr-main-menu .ntr-nav-link:hover:after {
  width: 100%;
}
*/
