*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  
:root {
    --light: #ffffff;
    --dark: #091E3E;
}

main{
                width : 100%;
                height:480px; 
                margin-top: 80px;
                }

.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);
    }
}

.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;
}


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-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;
}

section{
    position: relative;  
    height: 450px;
    width: 1075px;
    display: flex;
    align-items: center;
    margin-left: 140px;
  }
  
  .swiper{
    width: 950px;
  }
  
  .card{
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .card::before{
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../multimedia/img4.jpg) center center no-repeat;
    border-radius: 20px 20px 0 0;
    
  }
  
  .card .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 100;
  }
  
  section .card .image{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 3px;
    background: #091E3E;
  }
  
  section .card .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
  }
  
  .card .media-icons{
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .card .media-icons i{
    color: #fff;
    opacity: 0.6;
    margin-top: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  
  .card .media-icons i:hover{
    opacity: 1;
  }
  
  .card .name-profession{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: #091E3E;
  } 
  
  .name-profession .name{
    font-size: 17px;
    font-weight: 600;
    font-family: 'Golos Text', sans-serif;
    text-align: center;

  }
  
  .name-profession .profession{
    font-size:15px;
    font-weight: 500;
    text-align: center;
    font-family: 'Golos Text', sans-serif;
  }
  
  .card .rating{
    display: flex;
    align-items: center;
    margin-top: 18px;
  }
  
  .card .rating i{
    font-size: 18px;
    margin: 0 2px;
    color: #091E3E;
  }
  
  .card .button{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  }
  
  .card .button button{
    background: #091E3E;
    outline: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'Golos Text', sans-serif;
    border-color: #091E3E;
  }
  
  .button button:hover{
    background: #ffffff;
    font-family: 'Golos Text', sans-serif;
    font-weight: bold;
    color: #091E3E;
  }
  
  .swiper-pagination{
    position: absolute;
  }
  
  .swiper-pagination-bullet{
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #091E3E;
  }
  
  .swiper-button-next, .swiper-button-prev{
    opacity: 0.7;
    color: #091E3E;
    transition: all 0.3s ease;
  }
  .swiper-button-next:hover, .swiper-button-prev:hover{
    opacity: 1;
    color: #091E3E;
  }
  .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);
}

.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;
    width: 100%;
    margin-left: -1px;
    

}
.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;
    

 }