/*Font Awesome Free Icon*/
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*Google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda&display=swap');
@font-face {
    font-family: 'VOGUE';
    src: url('../fonts/Vogue.ttf');
}
/******DEL PINK***/
 
.home .intro .social-links a{
    background-color: rgb(0, 0, 0);
}

.portfolio .social-links a{
    background-color: rgb(0, 0, 0);
}
 
.footer .social-links a{
    background-color: rgb(0, 0, 0);
}

.portfolio .portfolio-filter button.active{
    border-color: rgb(0, 0, 0);
}


/* General Style */
body {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'VOGUE', serif;
    font-weight: 400;
    min-height: 100vh;
    background-color: #fcedf6;
}

::before,
::after {
    box-sizing: border-box;
}

input,
textarea,
select {
    font-family: 'GFS Didot', serif;
}

.section {
    background-color: #fcedf6;
    /*min-height: 100vh;*/
    display: block;
    padding: 0 30px;
    /* position: fixed; */
    left: 270px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.section.active {
    opacity: 1;
    z-index: 2;
    
}

.section.back-section {
    z-index: 1;
}


.section .container {
    padding-bottom: 10px;
}

.section-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 40px;
    color: #302e4d;
    font-family: 'GFS Didot', serif;
    font-weight: 700;
    margin: 0;
    position: relative;
    align-items: center;
    text-align: center;
}

.section-title h2::before {
    content: '';
    height: 4px;
    width: 50px;
    position: absolute;
    top: 100%;
    left: 0;
}

.section-title h2::after {
    content: '';
    height: 4px;
    width: 25px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    
}

.row_special {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.padd-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    /* border: 2px solid red; */
}

.shadow-dark {
    -webkit-box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
    box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
}

.btn {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 35px;
    color: #ffffff;
    border-radius: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.hidden {
    display: none !important;
}

/* Preloader */
.preloader {
    background-color: #222222;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 150;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.preloader.opacity-0 {
    opacity: 0;
}

.preloader .loader {
    height: 40px;
    width: 40px;
    border: 4px solid #e3e3e3;
    border-radius: 50%;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}




/*** CABECERA NEW ***/
.cabecera-section{
    padding-top: 5%;
    background-color: #fcedf6;
    /*min-height: 100vh;*/
}

.cabecera-section .cabecera-content{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 30px;
    text-align: center;
    background-image: url(/img/Background.jpg);
}

.cabecera-section .cabecera-content h1{
    font-size: 150px;
    margin: 0;
    color:black;
    font-weight: 400;
}

.cabecera-section .cabecera-content span{
    font-size: 25px;
    margin: 0;
    color:black;
}



.cabecera-section .cabecera-content .imagenCabecera img{
    border-radius: 50%;
    width: 300px;
    height: 300px;
    border: 4px solid black;
}

.cabecera-section .divisionMitad{
    height: 50%;
}


.cabecera-section .scroll-down img{
    /* background-color: red; */
    left: 50%;
    height: 30px;
    animation: movimiento 5s ease reverse infinite;
}

@keyframes movimiento {
   
    0%{
        transform: translateY(10px);
    }

    50%{transform: translateY(35px);}

    100%{transform: translateY(10px);}
}


.cabecera-section .cabecera-content .imagenesVarias{
    position: relative;
    height: 475px;
    display: table;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.rowCabecera {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}

/* Home Section */

.home {
    padding-top: 1%;
    display: flex;
}

.home .intro {
    text-align: center;
}

.home .intro img {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    display: inline-block;
    border: 8px solid #ffffff;
}

.home .intro h1 {
    font-size: 40px;
    color: #302e4d;
    font-weight: 700;
    margin: 20px 0 5px;
}

.home .intro span {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    line-height: 50px;
    font-weight: 700;
    color: black;
    
}

.home .intro .social-links {
    margin-top: 25px;
}

    .home .intro .social-links a {
        height: 35px;
        width: 35px;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        color: #ffffff;
        margin: 0 4px;
        border-radius: 50%;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.home .intro .social-links a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.home .scroll-down{
    position: absolute;
    left: 50%;
    bottom: 5%;
    height: 50px;
    width: 50px;
    margin-left: -15px;
    animation: scrollDown 2s ease infinite;
}

@keyframes scrollDown{
    0%,20%,50%,80%,100%{
        transform: translateY(0);
    }
    40%{
        transform: translateY(-30px)
    }
    60%{
        transform: translateY(-15px)
    }
}

.footer{
    padding-top: 1%;
    display: flex;
}

.portfolio  .social-links {
    text-align: center;
    padding-bottom: 1%;
}

    .portfolio .social-links-new a {
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        color: #ffffff;
        border-radius: 50%;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 15px;
        color: black;
        font-family: 'Bodoni Moda', serif;
    }

.footer  .social-links a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ityped-cursor {
    /* font-size: 2.2rem; */
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}

@keyframes blink {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    100% {
        opacity: 0;
    }
}

/* Portfolio Section */

.portfolio .container {
    padding-bottom: 20px;
    
}

.portfolio .portfolio-filter {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.portfolio .portfolio-filter button {
    border: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 10px;
    color: #302e4d;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    padding-bottom: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.portfolio .portfolio-item {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
    margin: 10;
    
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

.portfolio .portfolio-item.hide {
    display: none;
}

.portfolio .portfolio-item.show {
    display: block;
    animation: showItem 0.5s ease;
}

@keyframes showItem {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes showItem {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.portfolio .portfolio-item-inner {
    border: 6px solid #fdf9ff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.portfolio .portfolio-item-inner .portfolio-img img {
    width: 100%;
    display: block;
}

.portfolio .portfolio-item .portfolio-info {
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8); 
    height: 100%;
    width: 100%;
    z-index: 1;
    padding: 5px;
    opacity: 1;
}


.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 20px;
    font-weight: 200;
    color:black;
    text-align: center;
    opacity: 1;
}

 .portfolio .portfolio-item h1{
        font-size: 110px;
        margin: 0;
        color:black;
        font-weight: 400;
        text-align: center;
    }


.portfolio .portfolio-item .portfolio-info .icon {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    bottom: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translate(20px);
    -webkit-transform: translate(20px);
    opacity: 0;
}

.portfolio .portfolio-item-inner:hover .portfolio-info .icon {
    transform: translate(0px);
    -webkit-transform: translate(0px);
    opacity: 1;
}

.portfolio .portfolio-item .portfolio-info .icon .fa {
    line-height: 40px;
}


.portfolio  .social-links {
    text-align: center;
    padding-bottom: 1%;
}

    .portfolio .social-links a {
        height: 50px;
        width: 50px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        color: #ffffff;
        margin: 0 4px;
        border-radius: 50%;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.portfolio  .social-links a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio  .social-links i {
    height: 50px;
        width: 50px;
}

.portfolio  .social-links-new{
    text-align: center;
}

.portfolio  .social-links-new img {
    height: 35px;
    width: 35px;
}

/* Lightbox */

.lightbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: zoom-out;
    padding: 30px;
}

.lightbox.open {
    display: flex;
    display: -ms-flexbox;
}

.lightbox .lightbox-content img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 500px;
    cursor: pointer;
    display: block;
    padding: 40px 0 30px;
}

.lightbox.open .lightbox-content {
    animation: lightboxImage .5s ease;
}

@keyframes lightboxImage {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes lightboxImage {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.lightbox .lightbox-content {
    position: relative;
}

.lightbox .lightbox-content .lightbox-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    z-index: -1;
}

.lightbox .lightbox-content .lightbox-close {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0px;
    right: 0px;
    font-size: 32px;
    text-align: right;
    color: #ffffff;
    line-height: 40px;
    cursor: pointer;
}

.lightbox .lightbox-controls .prev-item,
.lightbox .lightbox-controls .next-item {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    margin-top: -20px;
    z-index: 110;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.lightbox .lightbox-controls .prev-item:active,
.lightbox .lightbox-controls .next-item:active {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.lightbox .lightbox-controls .prev-item:hover,
.lightbox .lightbox-controls .next-item:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.lightbox .lightbox-controls .prev-item {
    left: 30px;
}

.lightbox .lightbox-controls .next-item {
    right: 30px;
}

.lightbox .lightbox-controls .prev-item .fa,
.lightbox .lightbox-controls .next-item .fa {
    font-size: 32px;
    line-height: 40px;
}


/* Responsive */


@media(max-width: 575px) {
    
    .cabecera-section .cabecera-content {
         padding: 0 0px; 
}
    
    .cabecera-section .cabecera-content h1{
        font-size: 70px;
        margin: 0;
        color:black;
        font-weight: 400;
    }
  
  
    .cabecera-section .scroll-down img{
        animation:none;
    }
  
    .cabecera-section{
        padding-bottom: 5%;
        padding-top: 45%;
    }

    .rowCabecera #flecha{
        display:none;
    }

    .portfolio{
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        text-align: -webkit-center;

    }
    
    .portfolio .portfolio-item h1{
        font-size: 80px;
        margin: 0;
        color:black;
        font-weight: 400;
    }

    .portfolio .portfolio-item{
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        text-align: -webkit-center;

    }

    .portfolio  .social-links-new {
        text-align: center;
        padding-bottom: 10vh;
        display: inline-block;

    }

    .portfolio .portfolio-item-inner{
        /*max-width: 85%;*/
        max-width: max-content;
    }

}

/*BARRA DE AVISO POSTERIOR A LA DE COOKIES.*/
#barracookies {
    display: none;
    z-index: 99999;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    min-height:20px;
    padding:5px;
    background: #000000;
    color:#ffe6ff;
    line-height:14px;
    font-size:14px;
    text-align:center;
    box-sizing:border-box;
    font-family: 'Bodoni Moda', serif;
  } 
  
  #barracookies a {color: #fff;text-decoration: none;}