

:root {
    --light: #ffffff;
    --dark: #091E3E;
}

main{
                width : 100%;
                height: 2270px; 
                margin-top: -20px;
                margin: 9 auto;
                }

.contenedor{
    
    width: 76.5%;
    margin-top: -50px;
    height: 840px;
}

/*** Heading ***/
h1,
.fw-bold {
    font-family: 'Golos Text', sans-serif;
    font-weight: 800 !important;
    font-size: 30px;
}
h2,
.fw-bold {
    font-family: 'Golos Text', sans-serif;
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
    font-family: 'Golos Text', sans-serif;
}

h5,
h6,
.fw-medium {

    font-weight: 800 !important;
    font-size: 25px;
    font-family: 'Golos Text', sans-serif;
}
.titulo1{

    font-weight: 800 !important;
    font-size: 30px;
    font-family: 'Golos Text', sans-serif;
    margin-left: 50px;
    
}
.titulo2{

    font-weight: 800 !important;
    font-size: 40px;
    font-family: 'Golos Text', sans-serif;
    color:#091E3E;
    text-align: center;
    
}
.titulo3{

    font-weight: 500 !important;
    font-size: 14px;
    font-family: 'Golos Text', sans-serif;
    color:#ffffff;
    text-align: center;
    margin:15px;
    
}
.titulo4{

    font-weight: 800 !important;
    font-size: 20px;
    font-family: 'Golos Text', sans-serif;
    color:#ffffff;
    
    
}
.titulo5{

    font-weight: 800 !important;
    font-size: 20px;
    font-family: 'Golos Text', sans-serif;
    color:#ffffff;
    
    
}
.titulo6{

    font-weight: 600 !important;
    font-size: 13px;
    font-family: 'Golos Text', sans-serif;
    color:#ffffff;
    margin-top: 25px;
    
    
}
.titulo7{

    font-weight: 600 !important;
    font-size: 45px;
    font-family: 'Golos Text', sans-serif;
    color:#ffffff;
    margin-top: 0px;   
    
}
.titulo8{

    font-weight: 400 !important;
    font-size: 20px;
    font-family: 'Golos Text', sans-serif;
    color:#ffffff;
    margin-top: 0px;   
    
}
.titulo9{

    font-weight: 400 !important;
    font-size: 15px;
    font-family: 'Golos Text', sans-serif;
    color:#ffffff;
    margin-top: 0px;  
    margin: 5px; 
    
}
.titulo10{

    font-weight: 800 !important;
    font-size: 20px;
    font-family: 'Golos Text', sans-serif;
    color:#091E3E;
    
    
}
.parrafos{

    font-weight: 400 !important;
    font-size: 14px;
    font-family: 'Golos Text', sans-serif;
    color: #091E3E;
    text-align: justify;
    margin: 7px;
    
}
.parrafos1{

    font-weight: 500 !important;
    font-size: 12px;
    font-family: 'Golos Text', sans-serif;
    color: #ffffff;
    text-align: justify;
    margin: 20px;
    
}

.parrafos2{

    font-weight: 500 !important;
    font-size: 12px;
    font-family: 'Golos Text', sans-serif;
    color: #ffffff;
    margin-top: 20px;
    margin-left: 45px;
}
.parrafos3{

    font-weight: 500 !important;
    font-size: 12px;
    font-family: 'Golos Text', sans-serif;
    color: #ffffff;
    margin-top: 30px;
    margin-left: 50px;
    
}

.parrafos4{

    font-weight: 500 !important;
    font-size: 12px;
    font-family: 'Golos Text', sans-serif;
    color: #ffffff;
    text-align: justify;
    margin-left: 5px;
    margin-top: 20px;
}
.parrafos5{

    font-weight: 500 !important;
    font-size: 12px;
    font-family: 'Golos Text', sans-serif;
    color: #ffffff;
    text-align: justify;
    margin-left: 5px;
    margin-top: 20px;
    
}
.parrafos6{

    font-weight: 500 !important;
    font-size: 15px;
    font-family: 'Golos Text', sans-serif;
    color:#091E3E;
    text-align: justify;
    margin-left: 5px;
    
}
.parrafos7{

    font-weight: 500 !important;
    font-size: 50px;
    font-family: 'Golos Text', sans-serif;
    color: #ffffff;
    margin-top: -10px;
    margin-left: 500px;
}
/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--light);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--light);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--light) !important;
    border-color: var(--light) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--light);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--light);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background:#091E3E;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--light);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--light);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../multimedia/bannerof.jpg) center center no-repeat;
    background-size: cover;
    height: 390px;
}

footer
{
    width:100%; 
    height: 350px; 
    background-color: #091E3E; 
}
.foto
{
    width:50%; 
    height: 350px; 
    float: left;
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../multimedia/img1.jpg) center center no-repeat;
    background-size: cover;
}
.info1
{
    width:40%; 
    height: 280px; 
    float: left;
    margin: 40px;
    margin-left: 380px;
    
}
.img{

    float: left;
    margin-left: 35px;
    margin-top: -7px;
   
}
.fa-facebook-f{
    font-size: 25px;
    color: #ffffff;
    float: left;
    margin:-5px;
    margin-left: 60px;
 }
 .fa-circle-user{
    font-size: 25px;
    color: #ffffff;
    float: left;
    margin-top: -4px;
    margin-left: 10px;
 }
 .fa-twitter{
    font-size: 25px;
    color: #ffffff;
    float: left;
    margin-top:-5px;
    margin-left: 25px;
 }
 .fa-globe{
    font-size: 25px;
    color: #ffffff;
    float: left;
    margin-top:-5px;
    margin-left: 20px;
 }

 .fa-vimeo-v{
    font-size: 25px;
    color: #ffffff;
    float: left;
    margin-top:-5px;
    margin-left: 20px;
 }
 .diseñadoras
 {
     width:40%; 
     height: 280px; 
     float: left;
     margin: 40px;
     margin-left:40px;
     
     
 }

 .fa-location-dot{
    font-size: 25px;
    color: #ffffff;
    float: left;
    margin-top:5px;
 }
 .fa-phone{
    font-size: 25px;
    color: #ffffff;
    float: left;
    margin-top:5px;
 }

 .fa-envelope{
    font-size: 25px;
    color: #ffffff;
    float: left;
    margin-top:5px;
 }

 .fa-chrome{
    font-size: 25px;
    color: #ffffff;
    float: left;
    margin-top:5px;
 }
.boton{
    width: 150px;
    height: 45px;
    background-color:  #ffffff;
    color: #091E3E;
    border-color: #FFFFFF;
    float: left;
    margin-left: 60px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 6px 14px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}
.boton:hover {
    background-color: #091E3E; /* Green */
    color: white;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    
}


.card {
    position: relative;
    width: 300px;
    height: 350px;
    margin: 20px;
    float: left;
    margin-top: 40px;
}

.card .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 0px;
    overflow: hidden;
    transition: .5s;
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7));
    background-size: contain;
    
}

.card .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px #000;
}

.card .front img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .front h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    line-height: 45px;
    color: #fff;
    background:#091e3e9a;
    text-align: center;
    font-size: 25px;
    font-family: 'Golos Text', sans-serif;
}

.card .back {
    transform: perspective(600px) rotateY(180deg);
    background:#091E3E;
    padding: 15px;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    box-shadow: 0 5px 10px #000;
    font-family: 'Golos Text', sans-serif;
}

.card .back .link {
    border-top: solid 1px #ffffff;
    height: 30px;
    line-height: 30px;
}

.card .back .link a {
    font-size: 13px;
    color: #f3f3f3;
    font-family: 'Golos Text', sans-serif;
}

.card .back h3 {
    font-size: 15px;
    margin:15px;
    color: #ffffff;
    font-family: 'Golos Text', sans-serif;
    
    

}

.card .back p {
    font-family: 'Golos Text', sans-serif;
    font-size: 13px;
    margin-left:40px;
    margin-top: -25px;
} 

.card:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.card:hover .back {
    transform: perspective(600px) rotateY(360deg);
}

.modal{
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7));
    display: flex;
    

}
.modal-container{
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 700px;
    max-height: 100%;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 3rem;
    display: grid;
    gap: 1em;
    place-items: center;
    grid-auto-columns: 100%;


}

.modal-img{
    width: 100%;
    max-width: 800px;
    
}

.close{
   position: absolute;
   top: 0.5rem;
   right: 1rem;
   font-size: 2rem;
   text-decoration: none;
   color: #091E3E;
}
.fa-image{
    font-size: 50px;
    color:#091E3E;
    margin-top: -60px;
    margin-left: -540px;
    

 }
 .foto1{
    width: 150px;
    height: 45px;
    background-color:  #ffffff;
    color: #091E3E;
    border-color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-left: 600px;
    margin: 20px 600px 0px;
    box-shadow: 0 6px 14px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}
