:root {
    --primary-color: #f90025;   
    --secondary-color: #4882f2;
    --text-color: #818182;
    --text-header: #606060;  
    --alt--color: #27b2fc; 
    --background-color: #fff;
    --font-family-santacroce: 'Satoshi', sans-serif !important;
}

.gradient-color{
    background: rgb(235,2,64);
    background: -moz-linear-gradient(90deg, rgba(235,2,64,1) 33%, rgba(129,109,156,1) 50%, rgba(2,149,212,1) 67%, rgba(0,71,136,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(235,2,64,1) 33%, rgba(129,109,156,1) 50%, rgba(2,149,212,1) 67%, rgba(0,71,136,1) 100%);
    background: linear-gradient(90deg, rgba(235,2,64,1) 33%, rgba(129,109,156,1) 50%, rgba(2,149,212,1) 67%, rgba(0,71,136,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb0240",endColorstr="#004788",GradientType=1);
}

p{
    margin-bottom: 0px !important;
}
a {
    text-decoration: none !important;
}

/*CONTENEDORES*/

.container-sc-1,
.container-sc-2{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container-sc-1 {
    margin: 0 auto;
    position: relative;
    width: 95%;
    z-index: 1;
}

.container-sc-2 {
    margin: 0 auto;
    position: relative;
    width: 90%;
    z-index: 1;
}

.navbar > .container-sc-1,
.navbar > .container-sc-2{
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}


/* ESPACIOS*/

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .mt-6 {
    margin-top: 4rem !important;
  }

/* CLASES*/

.title-santacroce{
    color: var(--background-color);
    font-family: var(--font-family-santacroce);
    font-weight: 700;
    font-size: 26px;
    width: 100%;
    line-height: 72px;
}
.subtitle-santacroce{
    color: var(--secondary-color);
    font-family: var(--font-family-santacroce);
    font-weight: 600;
    font-size: 2.8rem;  
    text-align: center; 
}
.subtitle-santacroce-gestion{
    color: var(--secondary-color);
    font-family: var(--font-family-santacroce);
    font-weight: 600;
    font-size: 2.2rem;   
}
.header-text{
    font-family: var(--font-family-santacroce);
    color: var(--text-header);
    font-weight: 600;
}
.text-santacroce{
    font-family: var(--font-family-santacroce);
    font-size: 1.3rem;
    color: var(--text-color);
    font-weight: 600;
    text-align: center;
}

.subtitle-santacroce-form{
    color: var(--background-color);
    font-family: var(--font-family-santacroce);
    font-weight: 600;
    font-size: 3.5rem; 
}

.border-img-1{
    border-radius: 30px;
}

.img_background_gradient{
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

#nav_social_santacroce_cont{
    display: none !important;
}
#btn_header_santacroce_cont{
    display: none !important;
}

#header-title-cont{
    padding-top: 300px;
}

/*RESPONSIVE*/

@media (min-width: 300px){
    .footer-logo{
        width: 50%;
        margin-bottom: 20px;
    }
    #header-cont{
        min-height: 100vh;
        background-image: url("../assets/img/portadaa.JPG");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
}
@media (min-width: 610px){
    #header-cont{
        min-height: 100vh;
        background-image: url("../assets/img/portadaa.JPG");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

@media (min-width: 768px){
    .title-santacroce{
        font-size: 3.8rem;
        width: 60%;
        line-height: 4rem;
    }
    .footer-logo{
        width: 80%;
        margin-bottom: 0px;
    }
    #nav_social_santacroce_cont{
        display: block !important;
    }
    #btn_header_santacroce_cont{
        display: block !important;
    }
    #header-title-cont{
        padding-top: 80px;
    }
}
@media (max-width: 991px){
    .container-sc-1 {
        max-width: 820px;
    }
    .container-sc-2 {
        max-width: 580px;
    }
    .navbar-toggler{
        border: none !important;
        color: #fff;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        box-shadow: none;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        box-shadow: none;
    }
    #navbarSantaCroce{
        background-color: var(--background-color);
        margin-top: 10px;
    }
    .navbar-nav .nav-link.active {
        border-bottom: none !important;
        color: var(--text-header);
    }
    .nav-link{
        color: var(--text-header);
    }
    #logo_nav_sc{
        height: 45px;
    }
    .border-sc-1{
        border-radius: 30px;
    }
    .header-text{
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 2rem;
        text-align: center;
    }
    .pd-text-sc{
        padding: 40px 0px;
    }
    #biografia_title{
        padding: 40px 0px;
        text-align: center;
    }
    .firma{
        width: 60%;
        padding:  40px 0px;
    }
    #text-redes-footer{
        display: none;
    }
}

@media (min-width: 992px){
    .container-sc-1 {
        max-width: 1320px;
    }
    .container-sc-2 {
        max-width: 1026px;
    }
    #logo_nav_sc{
        height: 70px;
    }
    .border-sc-1{
        border-radius: 60px;
    }
    .title-santacroce{
        font-size: 5rem;
        width: 50%;
        line-height: 4.8rem;
    }
    .header-text{
        font-size: 2.5rem;
        line-height: 2.8rem;
        text-align: justify;
    }  
    .pd-text-sc{
        padding: 60px 0px;
    }
    .pr-gestion{
        padding-right: 30px;
    }
    .pl-gestion{
        padding-left: 30px;
    }
    .text-santacroce{
        text-align: justify;
    }
    #header-title-cont{
        padding-top: 60px;
    }
    #header-cont{
        min-height: 100vh;
        background-image: url("../assets/img/portadaa.JPG");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
    #biografia{
        padding-top: 60px;
    }
    #title-mapa{
        font-size: 68px;
        text-align: center;
    }
    #biografia_title{
        padding-bottom: 20px;
        text-align: left;
    }
    .firma{
        width: 70%;
        padding-top: 30px;
    }
    #gestion{
        padding-bottom: 45px;
    }
    .footer-logo{
        width: 75%;
        margin-bottom: 0px;
    }
    #text-redes-footer{
        display: block;
    }
}


.navbar-nav .nav-link.active {
    border-bottom: solid 1px var(--primary-color);
}
.navbar-nav-sc{
 font-family: var(--font-family-santacroce);
 font-size: 1.3rem;
 font-weight: 500;
 letter-spacing: 1px;

}
.navbar-expand-lg .navbar-nav .nav-link{
   padding-right: 15px;
   padding-left: 15px; 
}
.nav_social_santacroce{
    list-style: none;
}
.nav_social_santacroce li{
    font-size: 2rem;
    color: var(--background-color);
}
.nav_social_santacroce a{
    color: var(--background-color);
}

/*NAV MOBILE*/


/*BUTTONS*/

.btn-santacroce-light{
    border: solid 2px;
    border-color: var(--background-color);
    background-color: rgba(0, 0, 0, 0);
    color: var(--background-color);
    font-size: 1.8rem;
    font-weight: 500;
    padding: 5px 30px;
    margin-top: 20px;
}
.btn-santacroce-light a{
    color: var(--background-color);
}
.btn-play-s{
    border-radius: 360px;
    background-color: var(--alt--color);
}

@media (min-width: 620px) and (max-width: 749px){
    #title-mapa{
        font-size: 2.5rem;
        text-align: center;
    }
}
@media (min-width: 490px) and (max-width: 619px){
    #title-mapa{
        font-size: 2rem;
        text-align: center;
    }
}
@media (max-width: 489px){
    #title-mapa{
        font-size: 1.6rem;
        text-align: center;
    }
}

/*MAPA*/
#map { 
    height: 100vh;
}
/*BIO SECTION*/
#biografia-img-cont{
    min-height: 100%;
    border-radius: 30px;
}
/*GESTION*/
.icon_gestion{
    height: 100px;
}

/*FORM*/
#form_title_cont{
    width: 520px;
}
#form_background{
    background-image: url("../assets/img/fondo_form.png");
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.form-control-sc{
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid var(--background-color);
    border-radius: 15px;
    color: var(--background-color);
    margin: 10px 0px;
    width: 100%;
    font-family: var(--font-family-santacroce);
}
.form-control-sc::-moz-placeholder {
    color: var(--background-color);
    font-family: var(--font-family-santacroce);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    margin-bottom: 15px;
}
.form-control-sc::placeholder {
    color: var(--background-color);
    font-family: var(--font-family-santacroce);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    margin-bottom: 15px;
}
.btn-form{
    background-color: var(--background-color);
    color: var(--secondary-color);
    font-family: var(--font-family-santacroce);
    font-size: 1rem;
    font-weight: 600;
}

/*FOOTER*/
.nav_social_footer_santacroce{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 0px;
    margin-top: 20px;
}
.nav_social_footer_santacroce li{
    font-size: 2rem;
    color: var(--alt--color);
    margin-right: 20px;
}
.nav_social_footer_santacroce a{
    color: var(--alt--color);
}
.icon_cont_footer_1 i{
    font-size: 1.8rem;
}
.nav_social_footer_santacroce .text-social-footer{
    font-size: 1.8rem;
    color: var(--alt--color);
}
#footer_sc{
    height: 10px;
}

