
/* Fuentes */

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Regular"), url("../../fonts/myriad/myriadpro_regular.woff") format("woff"); 
}

@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Light"), url("../../fonts/myriad/myriadpro_light.woff") format("woff"); 
}

@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Semibold"), url("../../fonts/myriad/myriadpro_semibold.woff") format("woff"); 
}

@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Bold"), url("../../fonts/myriad/myriadpro_bold.woff") format("woff"); 
}

body, p, button, a{
    font-family: "Myriad Pro Regular" !important ;
    font-weight: normal ;
}

h4, h5, h6 {
    font-family: "Myriad Pro Bold" !important ;
    font-weight: normal ;
}

h1, h2, h3 {
    font-family: "Myriad Pro Semibold" !important ;
    font-weight: normal ;
}

/*Estilos generales*/
* {
    -webkit-transition: all .3s linear !important;
    -moz-transition: all .3s linear !important;
    -ms-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important;
}

:root{
    --background_blue:#24135F;
    --background_gold:#837531;
    --text_blue: #24135F;
    --text_gold:#837531;
}

.background_photos{
    background: rgb(36,19,95);
    background: linear-gradient(180deg, rgba(36,19,95,1) 30%, rgba(147,137,181,1) 47%, rgba(198,192,218,1) 60%, rgba(255,255,255,1) 75%, rgba(255,254,254,1) 90%, rgba(232,232,232,1) 100%); 
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

#stripe_one, #stripe_two, #stripe_three{
    background-color: var( --background_blue);
}

.stripes{
    width: 100%;
    position: absolute;
    margin-bottom: 80px;
}

#stripe_one{
    height: 17px;
    content: '';
}

#stripe_two{
    height: 13px;
    margin-top: 16px;
    content: '';
}

#stripe_three{
    height: 9px;
    margin-top: 16px;
    content: '';
}

.photos_layer{
    z-index: 2;
}

.photos_layer h2{
    color: var(--text_blue);
}

.photos_layer h2:first-child{
    font-weight:lighter;
}

.link_photos{
    text-decoration: none;
}

.img_photos{
    width: 100%;
    -webkit-box-shadow: 3px 3px 21px 0px rgba(26,11,77,0.75);
    -moz-box-shadow: 3px 3px 21px 0px rgba(26,11,77,0.75);
    box-shadow: 3px 3px 21px 0px rgba(26,11,77,0.75);
}

.first_title, .second_title{
    color: var(--text_blue);
}

.first_title{
    font-family: 'Myriad Pro Light' !important;
    font-size: 2.3rem;
    margin-bottom: 0;
    line-height: 2.2rem;
}

.second_title{
    font-family: 'Myriad Pro Semibold' !important;
    font-size: 2rem;
}