/******************* Viewport Attributes *******************/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/******************* General Styles *******************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing:	border-box;
    -moz-box-sizing:	border-box;
    -ms-box-sizing:		border-box;
    box-sizing:			border-box;
}

*,
*:after,
*:before {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

html {
	min-height: 100%;
	font: 100% 'Muli', sans-serif;
}

body, html {
	height: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background: #212121;
	font-size: 1em;
    font-weight: 400;
    color: #fffaf7;
    text-rendering: optimizelegibility;
}

a,
a:active,
a:focus {
	color: #fffaf7;
	text-decoration: none;
	outline: 0;
}

/* a:hover {
	color: #f5c132;
} */

button:focus {
    outline:0;
}

img {
	max-width: 100%;
	height: auto;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* Mozilla based browsers */
::-moz-selection {
	background-color: #F75D4D;
	color: #fff;
}

/* Works in Safari */
::selection {
	background-color: #F75D4D;
	color: #fff;
	
}


/******************* Extra Margin *******************/

.mrg_bot_10px {
    margin-bottom: 10px;
}
.mrg_bot_20px {
    margin-bottom: 20px;
}
.mrg_bot_30px {
    margin-bottom: 30px;
}


/******************* Landing Page Styles *******************/


section#landing_page {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
    #image_bg {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-image: url('../img/mobile_bg.jpg');
        background-size: cover;
        background-position: center;
    }
    #video_wrapper {

    }
    #landing_page video {
        display: none;
    }

header {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: auto;
    z-index: 10000;
    text-align: center;

}
#title_nav_wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;

    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
    #wrapper_width {
        display: inline-block;
        width: 100%;
        max-width: 1040px;
        text-align: center;
    }
    #page_name {
        position: relative;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 2.8rem;
        letter-spacing: 0rem;
        margin: 25px 0 2px 0;

        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;

    }
    .wrapper_line_menu {
        width: 100%;
    }
    #line_menu {
        display: inline-block;
        border-top: 1px solid #d39600;
        height: 1px;
        width: 317px;
        padding: 0;

        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }

/* ------ Shrink FX ScrollMagic ------ */

#title_nav_wrapper.shrink-up {
    background-color: rgba(31, 31, 31, 0.9);
    border-bottom: 1px solid #d39600;

    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
#title_nav_wrapper.shrink-up #page_name {
    font-size: 1.5rem;
    margin: 10px 0 0 0;

    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
#title_nav_wrapper.shrink-up #line_menu {
    width: 180px;

    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}


@media only screen and (min-width: 900px) {


    #title_nav_wrapper {
        margin: 50px 0 0 0;
        padding: 0 35px 0;
    }
        #page_name {
            position: absolute;
            font-family: 'Oswald', sans-serif;
            font-weight: 500;
            font-size: 3.1rem;
            letter-spacing: 0.03rem;
            margin: 0;
        }
        #line_menu {
            display: none;
        }

/* ------ Shrink FX ScrollMagic ------ */

    #title_nav_wrapper.shrink-up {
        margin: 0;
        padding: 10px 35px;
        background-color: rgba(34, 34, 34, 0.7);
        border-bottom: none;

        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    #title_nav_wrapper.shrink-up #page_name {
        font-size: 1.2rem;
        line-height: 1rem;
        margin: 0;
        
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }


        
}

/* ------ Video Media Queries ------ */

@media only screen and (min-width: 1024px) {

    #landing_page video {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: inline;
    }
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@ SECTION News Links @@@@@@@@@@@@@@@@@@@@@@@@@ */

section#news_links {
    padding-top: 40px;
    border-top: 1px solid #d39600;
    color: #fffaf7;
}
section#news_links .yellow {
    position: relative;
    background: #d39600 url('../img/film_strip.jpg') repeat-x;
    background-size: contain;
    text-align: center;

    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
    section#news_links .yellow:hover {
        -webkit-filter: brightness(115%);
        filter: brightness(115%);
    }

section#news_links .yellow .container {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 3rem 4%;
}

section#news_links .yellow a {
    position: relative;
    display: block;
}

section#news_links .yellow img {
    position: absolute;
    height: 100%;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
    
#news_links .yellow h2 {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding-bottom: 0.3rem;
}
#news_links .yellow p {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: -0.03rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 480px) {
    #news_links .yellow h2 {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }
    #news_links .yellow p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

@media only screen and (min-width: 630px) {
    #news_links .yellow h2 {
        font-size: 2.5rem;
        line-height: 3.2rem;
    }
    #news_links .yellow p {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@ other SECTIONS @@@@@@@@@@@@@@@@@@@@@@@@@ */

section#about {
    background: #f3f3f3;
    color: #1b1b1b;
}
section#teaching {
    background: #2c2c2c url('../img/bg_teaching.jpg') no-repeat center;
    background-size: cover;
    border-top: 2px solid #262626;
    border-bottom: 2px solid #262626;
}
section#media {
    margin-top: 3rem;
    /* background: #d39600;
    background: #d39600 url('../img/texture.jpg'); */
    background-image: url('../img/texture.jpg');
    background-repeat: repeat;
    /* background-attachment: fixed; */
    /* background-position: center;
    background-size: 50%; */
    /* box-shadow: inset 0px 11px 16px -10px rgba(0, 0, 0, 0.7), inset 0px -11px 16px -10px rgba(0, 0, 0, 0.7);
    overflow: hidden; */
}

section#about,
section#projects,
section#teaching,
section#media,
section#contact {
    padding: 5rem 0 5rem 0;
}

section#projects img {
    margin: 0 0 1.5rem 0;
}

section#about h1,
section#projects h1,
section#teaching h1,
section#media h1,
section#contact h1 {
    text-align: center;
    font-family: 'Oswald';
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    margin-bottom: 3rem;
}

section#about h1:before,
section#projects h1:before,
section#teaching h1:before,
section#media h1:before,
section#contact h1:before {
    margin-right: 20px;
}
section#about h1:after,
section#projects h1:after,
section#teaching h1:after,
section#media h1:after,
section#contact h1:after {
    margin-left: 20px;
}
section#about h1:before,
section#projects h1:before,
section#teaching h1:before,
section#media h1:before,
section#contact h1:before,
section#about h1:after,
section#projects h1:after,
section#teaching h1:after,
section#media h1:after,
section#contact h1:after {
    content: "";
    border-top: 2px solid #fffaf7;
    width: 60px;
    padding-bottom: 6px;
    display: inline-block;
}
section#about h1:before,
section#about h1:after {
    border-top: 2px solid #1b1b1b;
}


section#about h2,
section#projects h2,
section#teaching h2,
section#media h2,
section#contact h2 {
    /* text-align: center; */
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3.3rem;
    /* text-transform: uppercase; */
    margin-bottom: 2rem;
}
section#about p,
section#projects p,
section#teaching p,
section#media p,
section#contact p {
    font-size: 1.1rem;
    line-height: 1.9rem;
    font-weight: 300;
}

section#projects img {
    margin-bottom: 1.5rem;
}





/* @@@@@@@@@@@@@@@@@@@@@@@@@ SECTIONS media @@@@@@@@@@@@@@@@@@@@@@@@@ */

.one_of_two,
.two_of_two {
	display: block;
    float:left;
    width: 48.75%;
	margin: 0 0 1% 0;
}
.two_of_two {
    margin: 0 0 1% 2.5%;
}
#media iframe {
    width: 100%;
    height: 335px;
}

.link_youtube {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #f3f3f3;
}
.link_youtube a img {
    width: 100%;
    height: 100%;
    vertical-align: top;/* to prevent its container div of being bigger than the contained img */
}
.link_youtube a .info h3 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 1.5rem;
    padding: 10px 0 15px 0;
    margin: 30px 0 0 0;
    background: rgba(15, 15, 15, 0.9);
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.link_youtube a .info img {
    position: absolute;
    width: 50%;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.link_youtube a .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.link_youtube a:hover .info {
    visibility: visible;
    opacity: 1;
  }

.link_youtube a:hover .info h3 {
    visibility: visible;
    opacity: 1;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@ SECTIONS contact @@@@@@@@@@@@@@@@@@@@@@@@@ */

#contact #mail {
    text-align: center;
}
#contact #mail img {
    display: block;
    margin: 1rem auto 30px;
    width: 90px;
}
#contact #mail a {
    position: relative;
    color: #f5c132;
    font-family: 'Oswald';
    font-family: 'Muli', sans-serif;;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 3.3rem;
}
    #contact #mail a::after {
        display: inline-block;
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        border-bottom: 1px solid;
        margin-top: 2.5rem;
        opacity: 0;

        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        
        -webkit-transform: scale(0,1);
        -moz-transform: scale(0,1);
        -ms-transform: scale(0,1);
        -o-transform: scale(0,1);
        transform: scale(0,1);
    }
        #contact #mail a:hover::after {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

@media only screen and (min-width: 500px) {
    
    #contact #mail img {
        margin: 1rem auto 50px;
        width: 120px;
    }
    #contact #mail a {
        font-size: 1.5rem;
    }
        #contact #mail a::after {
            margin-top: 2.7rem;
        }

}


#contact #social_media {
    text-align: center;
}
#contact #social_media span {
    position: relative;
    width: 3rem;
    max-width: 30%;
}
#contact #social_media span img {

}

#contact #social_media {
    text-align: center;
}
    #contact #social_media ul {
        display: inline-block;
        margin: 0;
        padding: 1.7rem 0 0 0;
        text-align: center;
    }
        #contact #social_media ul li {
            display: block;
            float: left;
            padding: 0 0.2rem;
        }    #contact #social_media ul li a {
                -webkit-transition: all 300ms;
                -moz-transition: all 300ms;
                -o-transition: all 300ms;
                transition: all 300ms;
            }
                #contact #social_media ul li a:hover {
                    -webkit-filter: brightness(130%);
                    filter: brightness(130%);
                }
                    #contact #social_media ul li a img {
                        width: 2.5rem;
                    }

@media only screen and (min-width: 500px) {

    #contact #social_media ul {
        padding: 2.3rem 0 0 0;
    }
        #contact #social_media ul li {
            padding: 0 0.5rem;
        }
            #contact #social_media ul li a img {
                width: 3.5rem;
            }

}




/* @@@@@@@@@@@@@@@@@@@@@@@@@ footer @@@@@@@@@@@@@@@@@@@@@@@@@ */

footer {
    background: #191919;
    padding: 3rem 0;
    text-align: center;
}
footer .container {
    position: relative;
    padding: 
}
footer .container a span {
    font-family: 'Muli', sans-serif;
    font-size: 0.9rem;
    color: #726e6d;

    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
    footer .container a span:hover {
        color: #a09998;

    }




/* @@@@@@@@@@@@@@@@@@@@@@@@@ impressum & datenschutz @@@@@@@@@@@@@@@@@@@@@@@@@ */


section#impr_daten {
    background: #f3f3f3;
    color: #1b1b1b;
    padding: 5rem 0 5rem 0;
}
section#impr_daten a {
    color: #043eff;
}


section#impr_daten h1 {
    text-align: center;
    font-family: 'Oswald';
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

section#impr_daten h1:before {
    margin-right: 20px;
}
section#impr_daten h1:after {
    margin-left: 20px;
}
section#impr_daten h1:before,
section#impr_daten h1:after {
    content: "";
    border-top: 2px solid #fffaf7;
    width: 60px;
    padding-bottom: 6px;
    display: inline-block;
}
section#impr_daten h1:before,
section#impr_daten h1:after {
    border-top: 2px solid #1b1b1b;
}

section#impr_daten h2 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3.3rem;
    margin: 2rem 0;
}
section#impr_daten h3 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.7rem;
    margin: 2rem 0 1.5rem 0;
}
section#impr_daten h4 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin: 1.7rem 0 1.2rem 0;
}
section#impr_daten p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 300;
}
br {
    line-height: 1.5rem;
}
section#impr_daten ul {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 300;
    padding-left: 1.5rem;
}
section#impr_daten ul li {
    margin-bottom: 0.4rem;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@ section HORIZONTES @@@@@@@@@@@@@@@@@@@@@@@@@ */

section#horizontes {
    background: #f5c132; /* tono dorado/amarillo que combina con tu sitio */
    color: #1b1b1b;
    text-align: center;
    padding: 5rem 0;
}

section#horizontes h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    margin-bottom: 1.5rem;
}

section#horizontes h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
}

section#horizontes p {
    font-size: 1.05rem;
    line-height: 1.7rem;
    max-width: 650px;
    margin: 0 auto 2rem auto;
}

section#horizontes img.album-cover {
    max-width: 260px;
    width: 80%;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

section#horizontes img.poster {
    max-width: 420px;
    width: 90%;
    margin-top: 2rem;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

section#horizontes .btn-ticket {
    display: inline-block;
    background-color: #0FB0D0;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 0.04rem;
    padding: 0.8rem 1.8rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
}

section#horizontes .btn-ticket:hover {
    background-color: #0d8ba6;
}

/* Responsive tweaks */
@media only screen and (min-width: 768px) {
    section#horizontes h1 {
        font-size: 2rem;
    }
    section#horizontes h2 {
        font-size: 1.5rem;
    }
    section#horizontes img.album-cover {
        max-width: 300px;
    }
    section#horizontes img.poster {
        max-width: 500px;
    }
}

/* === NEWSLETTER SECTION === */

#newsletter {
  background-color: #f5c132; /* Amarillo Horizontes */
  text-align: center;
  padding: 4rem 1rem;
  color: #1b1b1b;
}

#newsletter h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

#newsletter p {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

#mc_embed_signup {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0.3rem 0;
  width: 250px;
}

#mc_embed_signup .button {
  background-color: #0FB0D0;
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 0.8rem;
}

#mc_embed_signup .button:hover {
  background-color: #0d8ba6;
}

/* === ABOUT SECTION UPGRADE === */

#about {
  background-color: #f3f3f3;
  color: #1b1b1b;
}

#about h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  text-transform: none;
  margin-bottom: 2.5rem;
  line-height: 2.2rem;
}

#about h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

#about p {
  font-family: 'Muli', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8rem;
  margin-bottom: 1.2rem;
  text-align: justify;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* === Redes Sociales Modernas === */
.social-icons {
  text-align: center;
  margin-top: 3rem;
  padding-bottom: 2rem;
}

.social-icons h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #f5c132;
  letter-spacing: 0.05rem;
}

.social-icons ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0;
}

.social-icons li {
  display: inline-block;
}

.social-icons a {
  display: inline-block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-4px) scale(1.1);
  filter: brightness(1.2);
}

.social-icons img {
  width: 42px;
  height: 42px;
  transition: all 0.3s ease;
  border-radius: 50%;
}

/* Efectos específicos por marca */
.social-icons a[aria-label="Instagram"] img {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  padding: 8px;
}
.social-icons a[aria-label="Facebook"] img {
  background: #1877F2;
  padding: 8px;
}
.social-icons a[aria-label="YouTube"] img {
  background: #FF0000;
  padding: 8px;
}
.social-icons a[aria-label="Spotify"] img {
  background: #1DB954;
  padding: 8px;
}
.social-icons a[aria-label="Apple Music"] img {
  background: #000;
  padding: 8px;
}

/* === Redes Sociales - Círculo Blanco === */
.social-icons {
  text-align: center;
  margin: 3rem 0 2rem;
}

.social-icons ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
}

.social-icons li {
  display: inline-block;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff; /* círculo blanco */
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.social-icons a:hover {
  transform: scale(1.1);
  background: #f5c132; /* efecto dorado suave al pasar el mouse */
}

.social-icons img {
  width: 24px;
  height: 24px;
  filter: none; /* se mantienen en negro */
  transition: filter 0.3s ease;
}

.social-icons a:hover img {
  filter: invert(100%); /* se vuelven blancos sobre dorado */
}

/* Redes sociales - minimal white circles */
.social-icons {
  text-align: center;
  margin: 3rem 0 2rem;
}

.social-icons ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0;
}

.social-icons li {
  display: inline-block;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff; /* círculo blanco */
  transition: all 0.3s ease;
}

.social-icons img {
  width: 24px;
  height: 24px;
  filter: brightness(0); /* ícono negro */
  transition: filter 0.3s ease;
}

.social-icons a:hover {
  background: #f5c132; /* dorado elegante al hover */
  transform: scale(1.1);
}

.social-icons a:hover img {
  filter: brightness(10); /* ícono blanco sobre dorado */
}