

/* Nav */

.about {
    color: #FF2356;
    transition: color 0.4s ease;
    text-transform: uppercase;
    font-family: "SourceSans Bold", "Helvetica Neue", Arial, sans-serif;
    font-size: .9rem;
    letter-spacing: 1.1px;
}

.about:hover {
    color: #56267C;
    text-decoration: none;
}

h1 {
    color: #56267C;
    font-family: "SourceSans Bold", "Helvetica Neue", Arial, sans-serif;
}

span {
    color: #FF2356;
}

p {
    font-size: 1.4rem;
    color: #56267C;
    font-family: "SourceSans Light", "Helvetica Neue", Arial, sans-serif;
}

.servicios {
    background-color: #F7F7F7;   
    padding-top: 7%;
    padding-bottom: 7%;
}

.titservicios{
    font-size: 1.15rem;
    color: #56267C;
    font-family: "SourceSans Bold", "Helvetica Neue", Arial, sans-serif;
}

.pservicios{
    font-size: 1.15rem;
    line-height: 1.9rem;
    color: #686868;
    font-family: "SourceSans Regular", "Helvetica Neue", Arial, sans-serif;
}



/* Cards hover gris */

.thumb {
  font-family: "SourceSans Bold", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}
.thumb * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.thumb:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.thumb img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.thumb figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thumb h3 {
  margin: 0;
  opacity: 0;
}
.thumb h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
    color: white;
    font-size: 1.3rem;
    
}

.thumb a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.thumb:hover:before,
.thumb.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.thumb:hover h3,
.thumb.hover h3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.thumb:hover h3,
.thumb.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* fin Cards hover gris */

.card img{
transition: 0.5s ease;
}

.card img:hover{
-webkit-box-shadow: 10px 10px 53px -8px rgba(86,38,124,0.2);
-moz-box-shadow: 10px 10px 53px -8px rgba(86,38,124,0.2);
box-shadow: 10px 10px 53px -8px rgba(86,38,124,0.2);
}

.card-img-top{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }


/* Cards hover */

/* fin Cards hover */


/* Margins y Paddings nuevos */
.mt-13,
.my-13 {
    margin-top: 13rem;
}

.mb-13,
.my-13 {
    margin-bottom: 13rem;
}

.pt-7,
.py-7 {
    padding-top: 7rem;
}

.pb-7,
.py-7 {
    padding-bottom: 7rem;
}

/* Nav */
.rotate-nav {
    -webkit-transform: rotate(-90deg);
    background-color: red;
}


/* Footer */
.footer {
    background-color: #FF2356;
}

.footer h3 {
    color: #DF1040;
    font-size: 5rem;
    font-family: "SourceSans Bold", "Helvetica Neue", Arial, sans-serif;
}


.mail a {
    color: #fff;
    font-size: 1.4rem;
    transition: color 0.4s ease;
    font-family: "SourceSans Light", "Helvetica Neue", Arial, sans-serif;
}

.mail a:hover {
    color: #56267C;
    text-decoration: none;
}

.rrss ul {
    margin-bottom: 8px;
}

.rrss li a {
    color: #fff;
    font-size: 1.1rem;
    transition: color 0.4s ease;
    font-family: "SourceSans Semibold", "Helvetica Neue", Arial, sans-serif;

}

.rrss li a:hover {
    color: #56267C;
    text-decoration: none;
}


.list-inline-item:not(:last-child) {
    margin-right: 2.5rem;
}

h6 {
    color: #fff;
    font-size: .8rem;
    font-family: "SourceSans Regular", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 0;
}


.volklvideo{
    background-color:#5705FD;
}

.metalvideo{
    background-color:#FD8282;
}





@media (max-width: 1440px) {
    .col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        max-width: 0;
    }

    h1 {
        font-size: 2.9rem;
    }

    p {
        font-size: 1.4rem;
    }
}

@media (max-width: 1200px) {

    h1 {
        font-size: 2.3rem;
    }

    p {
        font-size: 1.17rem;
    }
    
    .titservicios, .pservicios {
        font-size: 1rem;
        line-height: 1.6rem;
    }
}

@media (max-width: 991px) {
    .col-sm-6 {
        padding-right: 0px;
        padding-left: 0px;
    }

    h1 {
        font-size: 2.3rem;
    }

    p {
        font-size: 1.17rem;
    }
    
    .titservicios, .pservicios {
        font-size: .88rem;
        line-height: 1.4rem;
    }
    
    .volklvideo{
        padding-bottom:3px;
}
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.9rem;
    }

    p {
        font-size: 1rem;
    }

    .col-xl-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 620px) {
    h1 {
        font-size: 1.86rem;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .p-5 {
        padding: 2rem;
    }
}

@media (max-width: 575px) {

    h1,
    p {
        text-align: center;
    }
    
    .servicios {
        display:none;
        margin-top: 7%;
        padding-top: 15%;
    }
    
    .titservicios {
        margin-bottom: 10px;
    }
    
    .pservicios {
        margin-bottom: 50px;
    }

    .py-5 {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .mt-13 {
        margin-top: 1rem;
    }

    .footer h3 {
        font-size: 3.18rem;
    }

    .p-5 {
        padding: 2rem !important;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 2rem;
    }
}





/* About */

.foto {
    position: absolute;
    top: -140px;
}

.cv {
    margin-top: 50px;
}

.subtitle {
    text-transform: uppercase;
    font-family: "SourceSans Bold", "Helvetica Neue", Arial, sans-serif;
    color: #FF2356;
    font-size: 1rem;
    letter-spacing: 2px;
    padding-bottom: 20px;
    text-align: left;
}

.caja {
    border-left: #E6E6E6 solid 2px;
    padding-left: 20px;
}

.exp {
    padding: 5px 0;
}

.bar {
    padding: 12px 0;
}

.bar img {
    width: 100%;
}

.formidiomas {
    padding: 100px 0;
}

h4 {
    font-family: "SourceSans Bold", "Helvetica Neue", Arial, sans-serif;
    color: #151515;
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin: 5px 0;
}

h5 {
    font-family: "SourceSans Regular", "Helvetica Neue", Arial, sans-serif;
    color: #151515;
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin: 5px 0;
}

.fecha {
    font-family: "SourceSans Light", "Helvetica Neue", Arial, sans-serif;
    color: #808080;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: left;
}

@media (max-width: 1440px) {
    .foto {
        top: -80px;
    }
}

@media (max-width: 1200px) {
    .foto {
        top: -110px;
    }
}

@media (max-width: 991px) {

    .foto {
        top: 0px;
    }

    h4,
    h5 {
        font-size: 1.05rem;
        margin: 3px 0;
    }

    .fecha {
        font-size: .9rem;
    }

    img {
        vertical-align: none;
    }
}

@media (max-width: 575px) {

    .foto {
        position: relative;
    }

    .cv {
        margin-top: 0;
    }

    h4,
    h5 {
        font-size: 1rem;
    }

    .subtitle {
        padding-bottom: 6px;
        padding-top: 50px;
    }

    .fecha {
        font-size: .85rem;
    }

    .formidiomas {
        padding: 0;
    }

    .caja {
        border-left: none;
        padding-left: 0;
    }

    .exp {
        padding: 0;
    }

    .bar {
        padding: 5px 0;
    }
}










/* Snow background */

.snw{position:absolute;}

.snow1 {
    top:5%;
    left:60%;
    width: 20px;
    height: 20px;
    background: url('../img/snow/snow1.svg');
    -webkit-animation: rotating 30s linear infinite;
}

.snow2{
    top:18%;
    left: 45%;
    width: 20px;
    height: 20px;
    background: url('../img/snow/snow2.svg');
    -webkit-animation: antirotating 60s linear infinite;
}

.snow3{
    top:48%;
    left: 85%;
    width: 16px;
    height: 16px;
    background: url('../img/snow/snow3.svg');
    -webkit-animation: antirotating 40s linear infinite;
}

.snow4{
    top:55%;
    left: 65%;
    width: 22px;
    height: 22px;
    background: url('../img/snow/snow4.svg');
    -webkit-animation: rotating 55s linear infinite;
}

.snow5{
    top:80%;
    left: 95%;
    width: 20px;
    height: 20px;
    background: url('../img/snow/snow5.svg');
    -webkit-animation: antirotating 43s linear infinite;
}

.snow6{
    top:125%;
    left: 55%;
    width: 16px;
    height: 16px;
    background: url('../img/snow/snow6.svg');
    -webkit-animation: rotating 60s linear infinite;
}

.snow7{
    top:140%;
    left: 80%;
    width: 20px;
    height: 20px;
    background: url('../img/snow/snow7.svg');
    -webkit-animation: antirotating 30s linear infinite;
}

.snow8{
    top:160%;
    left: 5%;
    width: 16px;
    height: 16px;
    background: url('../img/snow/snow8.svg');
    -webkit-animation: rotating 40s linear infinite;
}

.snow9{
    top:200%;
    left: 85%;
    width: 20px;
    height: 20px;
    background: url('../img/snow/snow9.svg');
    -webkit-animation: antirotating 30s linear infinite;
}


.snow1a {
    top:8%;
    left:58%;
    width: 20px;
    height: 20px;
    background: url('../img/snow/snow1.svg');
    -webkit-animation: rotating 30s linear infinite;
}

.snow2a{
    top:55%;
    left: 46%;
    width: 20px;
    height: 20px;
    background: url('../img/snow/snow2.svg');
    -webkit-animation: antirotating 60s linear infinite;
}

.snow3a{
    top:35%;
    left: 90%;
    width: 16px;
    height: 16px;
    background: url('../img/snow/snow3.svg');
    -webkit-animation: antirotating 40s linear infinite;
}

@-webkit-keyframes rotating {
    from{-webkit-transform: rotate(0deg);}
    to{-webkit-transform: rotate(360deg);}
}

@-webkit-keyframes antirotating {
    from{-webkit-transform: rotate(0deg);}
    to{-webkit-transform: rotate(-360deg);}
}


@media (max-width: 575px) {
    .snw {display:none;}
}