@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

/*----------------------------------------------------------------------------*
	Base Styles - Default Values
*----------------------------------------------------------------------------*/
html {
    font-size: 94%;
    /* 15.04px */
}

body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    color: #ffffff;
    background-color: #000000;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
    color: #fff;
    background: #000000;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #000000;
    text-shadow: none;
}

/* Header styles */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.h1, .h2, h1, h2 {
    margin-bottom: 1.5rem;
}
p {
    text-align: center;
}

/* Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers */
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

/* Remove default fieldset styles. */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
}

/* Browser Upgrade Prompt */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*----------------------------------------------------------------------------*
	Author's custom styles
*----------------------------------------------------------------------------*/
/* Reset Background bootstrap */
.bg-dark {
    background: #000000 !important;
}

.bg-secondary {
    background: #f4f4f5 !important;
}

/* btn */
.btn {
	margin-top: 1rem;
    padding: .375rem 2rem;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

/* .btn-outline-dark */
.btn-outline-dark:hover {
    color: #fff !important;
    background-color: #000000;
    border-color: #000000;
}

/* list */
ul.list-group.list-tittle li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    /* fas: Solid */
    /* font-weight: 400; /* fab: Free plan */
    font-size: 1rem;
    color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 30px;
    margin-left: -25px;
    padding: .75rem 0rem 1.25rem 0rem;
    height: auto;
    /* background: purple;
	border: 1px solid rgba(0,0,0,.125); */
}

li.list-group-item {
    padding: .75rem 1.7rem;
    background-color: transparent !important;
    border: none !important;
    /* background: red;
	border: 1px solid rgba(0,0,0,.125); */
}

/*
 ==========================================================================
   1. 	HEADER
   ========================================================================== */

/*---------------*/
/***** Estilos del menú *****/
/*---------------*/
nav.navbar {
    transition: all 0.3s ease-in-out;
    padding: 1rem 1rem;
    background-color: transparent;
}

nav.navbar.shrink {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    padding: 0.5rem 1rem;
    background-color: #000000;
}

/* navbar-toggler */
nav .navbar-toggler {
    padding: 0rem;
    font-size: 1.6rem;
    right: 0;
    border: 0;
    /*	background-color: #C59041;*/
    transition: all 0.3s ease-in-out;
}

/* Content items menú versión móvil */
nav .navbar-nav {
    background-color: #000000;
    margin-top: 10px;
    overflow: visible;
    border-radius: 0.25rem;
}

/*nav-link versión móvil y pc*/
nav .navbar-nav .nav-item .nav-link {
    border: 1px solid transparent;
    color: #ffffff;
    text-align: center;
    margin-left: .25rem;
    margin-right: .25rem;
    /* text-transform: uppercase; */
}

/*nav-link versión pc focus, hover, ative*/
nav .navbar-nav .nav-link:focus, nav .navbar-nav .nav-link:hover, nav .navbar-nav .nav-link:active, nav .navbar-nav .nav-item.active .nav-link {
    color: #000000;
    border: 1px solid transparent;
    background-color: #ffffff;
    border-radius: 0.25rem;
}

/*nav-link add .shrink versión pc*/
nav.shrink .navbar-nav .nav-item .nav-link {
    color: #ffffff;
}

/*nav-link add .shrink versión pc focus, hover, ative*/
nav.shrink .navbar-nav .nav-link:focus, nav.shrink .navbar-nav .nav-link:hover, nav.shrink .navbar-nav .nav-link:active, nav.shrink .navbar-nav .nav-item.active .nav-link {
    color: #000000;
    border: 1px solid transparent;
    background-color: #ffffff;
}

/*Logo en versión móvil*/
nav .navbar-brand img {
    transition: all .3s ease-in-out;
    width: 128px;
}

nav.shrink .navbar-brand img {
    transition: all .3s ease-in-out;
    width: 120px;
}

/*Elimina border of buttom*/
nav .navbar-toggler:hover, nav .navbar-toggler:focus {
    outline: 0;
    box-shadow: none !important;
    /*	background-color: #9D7130;*/
}

/* ------------------------------------------------------------
 * Animación del icono hamburguesa del menú#04
 * ------------------------------------------------------------
 */
.btnMenu04 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    /*	background-color: #000;*/
}

.btnMenu04 span, .btnMenu04 span::before, .btnMenu04 span::after {
    display: block;
    width: 70%;
    height: 3px;
    background-color: #ffffff;
    /*color de las barras del icon*/
    border-radius: 4px;
}

.btnMenu04 span {
    position: relative;
    -webkit-transition: all 0 .3;
    transition: all 0 .3;
}

.btnMenu04 span::before, .btnMenu04 span::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
}

.btnMenu04 span::before {
    top: 10px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.btnMenu04 span::after {
    bottom: 10px;
    -webkit-transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.btnMenu04.is-open span {
    background: rgba(255, 255, 255, 0);
}

.btnMenu04.is-open span::before {
    top: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btnMenu04.is-open span::after {
    bottom: 0;
    -webkit-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*---------------*/
/***** Icons social media *****/
/*---------------*/
.content-social-media a i {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    margin: 0rem .1rem;
    font-size: 1.5rem;
    line-height: 38px;
}

.content-social-media a:hover i {
    transform: scale(1.1);
    color: #e2e6ea;
}

/* ==========================================================================
   2. 	CONTENT
   ========================================================================== */
/*---------------*/
/***** Intro-quienes-somos *****/
/*---------------*/
#logo-intro {
    width: 250px;
}

#intro-quienes-somos-content {
    position: relative;
}

#intro-quienes-somos-content>img:last-child {
    width: 95%;
    transform: translate(12px, -48px);
}

/*---------------*/
/***** Intro-beneficios *****/
/*---------------*/
#intro-beneficios * {
    color: black;
}

#intro-beneficios {
    position: relative;
}

#intro-beneficios::before {
    content: '';
    background: #ebebeb;
    width: 100%;
    height: 300px;
    bottom: 0;
    position: absolute;
}

.imagotipo-dangerous {
    width: 90px;
}

/*---------------*/
/***** Banner-internos *****/
/*---------------*/
.banner-internos {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-image: url("../images/background-textura.jpg");
    /* Dos puntos una carpeta antes de la imagen */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-internos .caption-banner-internos {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
    /* background-color: red; */
    text-align: center;
    z-index: 1
}

/*---------------*/
/***** Quienes somos *****/
/*---------------*/
.banner-interno-2 {
    height: 100%;
    min-height: 550px;
    position: relative;
}

.banner-interno-2::before {
    content: '';
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

#content-quienes-somos-2 img {
    position: relative;
}

#content-quienes-somos-3 {
    background-color: #ebebeb;
    height: 305px;
    width: 100%;
    max-width: 305px;
    margin: 0 auto;
}

/*---------------*/
/***** Beneficios *****/
/*---------------*/
/* Carousel Testimoniales */
#carouselTestimonialCaptions .carousel-item {
    height: 100%;
    min-height: 860px;
}

#carouselTestimonialCaptions .carousel-caption {
    /*centrar div absolute del caption de bootstrap*/
    top: 0;
    height: 100%;
    bottom: 0;
    /* background-color: red; */
}

#carouselTestimonialCaptions .carousel-caption img {
    width: 50px;
    margin-top: 15px;
}

#carouselTestimonialCaptions .carousel-indicators {
    bottom: 50px !important;
}

#carouselTestimonialCaptions .carousel-indicators li {
    background-color: #000000;
}

.comillas {
    font-family: 'Cinzel', serif;
    font-size: 250px;
    width: 73px;
    height: 50px;
    margin: 0 auto;
    line-height: 237px;
}

/* border-image-left and right */
.border-image-left, .border-image-right, .border-image-left img, .border-image-right img {
    position: relative;
}

.border-image-left::before {
    position: absolute;
    top: -28px;
    left: 0;
    background: #ebebeb;
    width: 260px;
    height: 100%;
    content: '';
}

.border-image-right::before {
    position: absolute;
    bottom: -28px;
    right: 0px;
    background: #ebebeb;
    width: 260px;
    height: 100%;
    content: '';
}

/* ==========================================================================
   3. 	FOOTER
   ========================================================================== */
footer {
    background-color: #000000;
    color: white;
}

footer .brand-footer {
    width: 160px;
    /* Tamaño de logotipo en el footer */
}

/*---------------*/
/***** Email *****/
/*---------------*/
a.email, a.email-color {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

a.email-color {
    color: #ffffff;
}

a.email:hover, a.email-color:hover {
    text-decoration: underline;
}

a.email:after, a.email-color:after {
    content: 'casting@dangerousgirls.co';
}

/*---------------*/
/***** Copy *****/
/*---------------*/
#copy {
    background-color: #080808;
    color: #30302e;
}

/*juanhoyos*/
a.juan-hoyos {
    position: relative;
    /*Important for color logotype animation*/
    background-color: #080808;
    width: 21.97px;
    height: 35px;
    display: block;
    transition: all 0.3s ease-in-out;
    color: #159ac4 !important;
    margin: 0 auto;
}

a.juan-hoyos:hover {
    color: #159ac4 !important;
    text-decoration: none;
}

/*animación isotipo juanhoyos*/
a.juan-hoyos img {
    position: absolute;
    right: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    /*background-color: aqua;*/
}

img#logo-pie-color, a.juan-hoyos:hover img:last-child {
    opacity: 0
}

/*la sda class permite hover de img con el hover del a*/
a.juan-hoyos img:last-child:hover {
    opacity: 0;
}

a.juan-hoyos:hover img#logo-pie-color {
    opacity: 1;
    z-index: 1
}

/*animación logotipo juanhoyos*/
a.juan-hoyos>img#juanhoyos-logotipo {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    width: 68.76px;
    top: 11px;
    transform: translateX(63px);
    /*	margin-left: 4.189px;*/
    /*	background-color: aqua;*/
}

a.juan-hoyos:hover>img#juanhoyos-logotipo {
    transform: translateX(72px);
    opacity: 1;
}

/*animación span juanhoyos*/
a.juan-hoyos span {
    width: 55px;
    top: 11px;
    position: absolute;
    opacity: 0;
    font-size: 8px;
    transition: all .3s ease-in-out;
    transform: translateX(-34px);
    /* background-color: pink; */
}

a.juan-hoyos:hover span {
    transform: translateX(-62px);
    opacity: 1;
}

/* ==========================================================================
   4. 	PLUGINS
   ========================================================================== */
/*---------------*/
/***** Carousel *****/
/*---------------*/
#carouselSliderCaptions .carousel {
    z-index: 1;
    /*importante para nivel del carousel*/
    position: relative;
}

#carouselSliderCaptions .carousel-inner {
    width: 100%;
    /* height: 100vh; */
    overflow: visible !important;
    /* Reset Estilo predeterminado */
}

/*altura de cada item del carousel*/
#carouselSliderCaptions .carousel-item {
    /* min-height: 100vh; */
    position: relative;
}

/*filtro para el banner - fotos a color*/
#carouselSliderCaptions .carousel-item:before {
    content: '';
    background: rgba(0, 0, 0, 0.70);
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
}

/*Centrar imagen insertada desde html */
#carouselSliderCaptions .carousel-item>img {
    width: 100%
}

/* Este es el código del ejemplo con un máximo de 600px de ancho */
#carouselSliderCaptions .carousel-item>video {
    width: 100%;
    height: 100%;
}

#carouselSliderCaptions .carousel-item>#unmuteButton {
    position: absolute;
    z-index: 15;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    color: black;
    background-color: white;
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 1.3rem;
    line-height: 1.3;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    text-align: center;
    border-radius: 5rem;
    transition: all .15s ease-in-out;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Caption*/
#carouselSliderCaptions .carousel-caption {
    top: 55%;
    transform: translateY(-55%);
    text-align: center;
    height: min-content;
    display: none;
}

/*Estilos y Animación de los textos*/
#carouselSliderCaptions .carousel-caption h4 {
    animation-delay: 1s;
}

#carouselSliderCaptions .carousel-caption h2 {
    font-size: calc(16px + 3vw);
    animation-delay: 1.5s;
}

#carouselSliderCaptions .carousel-caption h3 {
    animation-delay: 2s;
}

#carouselSliderCaptions .carousel-caption p {
    animation-delay: 2.5s;
}

#carouselSliderCaptions .carousel-caption a {
    animation-delay: 3s;
    z-index: 1500;
}

/*Flechas*/
#carouselSliderCaptions .carousel-control-next, #carouselSliderCaptions .carousel-control-prev {
    z-index: 3;
    /*capas superior*/
}

/*Carousel indicators*/
#carouselSliderCaptions .carousel-indicators {
    bottom: 6%;
    margin-bottom: 0;
}

#carouselSliderCaptions .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/*---------------*/
/***** WhatsApps *****/
/*---------------*/
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 2.3rem;
    box-shadow: 2px 2px 3px rgba(119, 136, 153, .50);
    z-index: 100;
    transition: all .3s ease-in-out;
}

.whatsapp:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00bb2d;
}

.my-whatsapp {
    margin-top: 16px;
}

.fa.fa-whatsapp {
    transform: translateY(-3px);
}

/*---------------*/
/***** Hover Effects images Oscar*****/
/*---------------*/
.grid {
    position: relative;
    margin: 0 auto;
    /* padding: 1em 0 4em;
	max-width: 1000px; */
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-width: 100%;
    max-width: 480px;
    max-height: 417px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    display: block;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 600;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    /* margin: 0; */
    color: #ffffff !important;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Hover Image beneficios - Oscar *****/
/*---------------*/
figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58, 52, 42, 0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    /* margin: 20% 0 10px 0; */
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}

/*---------------*/
/***** Galería *****/
/*---------------*/
.gallery {
    position: relative;
    height: auto;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    /* i write auto four time because we want four rows */
    grid-gap: 2vh;
    grid-auto-flow: dense;
}

.gallery .grid-item {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
    border-radius: 2px;
}

.gallery .grid-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5) grayscale(100);
    border-radius: 2px;
    transition: .3s ease-in-out;
}

.gallery .grid-item:hover img {
    filter: brightness(1) grayscale(0);
}

/*---------------*/
/***** Formulario de contacto *****/
/*---------------*/
.form-group {
    position: relative !important;
}

.form-control, #contactFormCasting .form-control {
    display: block;
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #909090;
    background: transparent;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#contactFormCasting .form-control {
    border: 1px solid #909090;
}

.form-control::placeholder {
    color: #909090 !important;
}

.form-control:hover {
    border: 1px solid #909090;
}

.form-control:focus {
    color: #909090;
    background-color: transparent;
    border-color: #343a40;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(144, 144, 144, 0.25);
}

/*Validation*/
p.help-block {
    text-align: left;
}

p.help-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mensajeExito {
    display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*==========  Mobile First Method  ==========*/
/*Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    /* ==========================================================================
   1. 	HEADER
   ========================================================================== */
    /* ==========================================================================
   2. 	CONTENT
   ========================================================================== */
    /*---------------*/
    /***** Banner-internos *****/
    /*---------------*/
    .banner-internos {
        height: 468px;
    }

    .banner-internos .caption-banner-internos {
        top: 65%;
        transform: translateY(-65%);
    }

    .banner-internos .caption-banner-internos p {
        width: 75%;
        max-width: 450px;
        /* background: red; */
        margin-left: 15%;
        margin-bottom: 0;
        border-left: 1px solid #fff;
        padding-left: 20px;
        text-align: left;
    }

    /*---------------*/
    /***** Quienes somos *****/
    /*---------------*/
    #content-quienes-somos-2 {
        position: relative;
    }

    #content-quienes-somos-3 {
        background-color: #ebebeb;
        height: 305px;
        max-width: 305px;
    }

    /*---------------*/
    /***** Beneficios *****/
    /*---------------*/
    /* border-image-left and right */
    .border-image-left::before {
        position: absolute;
        top: -28px;
        left: 4px;
        background: #ebebeb;
        width: 260px;
        height: 100%;
        content: '';
    }

    .border-image-right::before {
        position: absolute;
        bottom: -28px;
        right: -5%;
        background: #ebebeb;
        width: 260px;
        height: 100%;
        content: '';
    }

    /* ==========================================================================
   3. 	FOOTER
   ========================================================================== */
    /* ==========================================================================
   4. 	PLUGINS
   ========================================================================== */
    /*---------------*/
    /***** Carousel *****/
    /*---------------*/
    /*Estilos y Animación de los textos*/
    #carouselSliderCaptions .carousel-caption {
        display: block;
    }

    /*---------------*/
    /***** Hover Effects images Oscar *****/
    /*---------------*/
    /* Common style */
    .grid figure {
        min-width: 417px;
    }

    /*---------------*/
    /***** Galería *****/
    /*---------------*/
    .gallery {
        grid-template-columns: auto auto auto auto auto;
    }

    .gallery .grid-item:first-child {
        grid-column-start: span 2;
        grid-row-start: span 2;
    }

    .gallery .grid-item:nth-child(2n+3) {
        grid-row-start: span 2;
    }

    .gallery .grid-item:nth-child(4n+5) {
        grid-column-start: span 2;
        grid-row-start: span 2;
    }

    .gallery .grid-item:nth-child(6n+7) {
        grid-row-start: span 1;
    }

    .gallery .grid-item:nth-child(8n+9) {
        grid-column-start: span 1;
        grid-row-start: span 1;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    /* ==========================================================================
   1. 	HEADER
   ========================================================================== */
    /* ==========================================================================
   2. 	CONTENT
   ========================================================================== */
    #logo-intro {
        transform: translateX(-27px);
    }

    #intro-quienes-somos-content {
        position: relative;
    }

    #intro-quienes-somos-content>img:last-child {
        position: absolute;
        right: -50px;
        bottom: -52px;
        transform: none;
    }

    /*---------------*/
    /***** Intro-galeria-content *****/
    /*---------------*/
    #intro-galeria-content {
        transform: translateY(48px);
    }

    #intro-galeria-content>img:nth-of-type(1) {
        /* Selecciona cada elemento <img> que es el primer elemento <img> de su padre */
        width: 225px;
    }

    /*---------------*/
    /***** Quienes somos *****/
    /*---------------*/
    #content-quienes-somos-1 {
        transform: translateX(60px);
        z-index: 1;
    }

    #content-quienes-somos-3 {
        height: 306px;
        margin-top: 25px;
    }

    /*---------------*/
    /***** Beneficios *****/
    /*---------------*/
    /* border-image-left and right */
    .border-image-left::before {
        position: absolute;
        top: -28px;
        left: -28px;
        background: #ebebeb;
        width: 260px;
        height: 100%;
        content: '';
    }

    .border-image-right::before {
        position: absolute;
        bottom: -28px;
        right: -14px;
        background: #ebebeb;
        width: 260px;
        height: 100%;
        content: '';
    }

    /* ==========================================================================
   3. 	FOOTER
   ========================================================================== */
    /*---------------*/
    /***** Copy *****/
    /*---------------*/
    /*juanhoyos*/
    a.juan-hoyos {
        margin-left: 100px;
    }

    /* ==========================================================================
   4. 	PLUGINS
   ========================================================================== */
    /*---------------*/
    /***** Hover Effects images Oscar *****/
    /*---------------*/
    .grid {
        transform: translateY(50px);
    }

    /* Common style */
    .grid figure {
        min-width: 100%;
    }

    figure.effect-oscar figcaption {
        padding: 1em;
    }

    /*---------------*/
    /***** Galería *****/
    /*---------------*/
    .gallery {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    /* ==========================================================================
   1. 	HEADER
   ========================================================================== */
    /*---------------*/
    /***** Estilos del menú *****/
    /*---------------*/
    nav.navbar {
        background: transparent;
        padding: 1.5rem 2rem;
    }

    /* Content items menú versión Pc */
    nav .navbar-nav {
        background-color: transparent;
    }

    /*nav-link versión pc*/
    nav .navbar-nav .nav-item .nav-link {
        color: #fff;
        border-bottom: 2px solid transparent;
		padding: .375rem .0rem;
		margin: auto .7rem;
    }

    /*nav-link add .shrink versión pc*/
    nav.shrink .navbar-nav .nav-item .nav-link {
        color: #ffffff;
    }

    nav .navbar-nav .nav-item:last-child .nav-link {
        /*Eliminar el margin al ultimo item*/
        margin: 0;
    }

    /*nav-link versión pc focus, hover, ative*/
    nav .navbar-nav .nav-link:focus, nav .navbar-nav .nav-link:hover, nav .navbar-nav .nav-link:active, nav .navbar-nav .nav-item.active .nav-link {
        color: #fff;
        border-bottom: 2px solid #fff;
        background-color: transparent;
        border-radius: 0rem;
    }

    /*nav-link add .shrink versión pc focus, hover, ative*/
    nav.shrink .navbar-nav .nav-link:focus, nav.shrink .navbar-nav .nav-link:hover, nav.shrink .navbar-nav .nav-link:active, nav.shrink .navbar-nav .nav-item.active .nav-link {
        color: #ffffff;
        background-color: transparent;
        border-bottom: 2px solid #fff;
    }

    /* estilos únicos del botón de casting */
    nav .navbar-nav .nav-item:nth-child(4) .nav-link {
        color: #212529;
        background-color: #f8f9fa;
        border: 1px solid #f8f9fa;
        padding: .375rem 3rem;
        border-radius: .25rem;
		margin-right: 0;
    }

    nav .navbar-nav .nav-item:nth-child(5) .nav-link:hover, nav .navbar-nav .nav-item.active:nth-child(5) .nav-link, nav.shrink .navbar-nav .nav-item:nth-child(5) .nav-link:active {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        border-radius: .25rem;
    }

    /*Logos pc*/
    nav .navbar-brand img {
        width: 200px;
    }

    /* ==========================================================================
   2. 	CONTENT
   ========================================================================== */
    /*---------------*/
    /***** intro-beneficios *****/
    /*---------------*/
    #intro-beneficios::before {
        height: 260px;
    }

    /*---------------*/
    /***** Galeria  *****/
    /*---------------*/
    .banner-internos .caption-banner-internos {
        max-width: 1055px;
        margin: auto;
    }

    .banner-internos .caption-banner-internos p {
        width: 60%;
    }

    /*---------------*/
    /***** Quienes somos *****/
    /*---------------*/
    #content-quienes-somos-1 {
        transform: translateX(0px);
    }

    #content-quienes-somos-2 {
        transform: translateX(-60px);
    }

    #content-quienes-somos-3 {
        height: 250px;
        margin-top: 24px;
    }

    /*---------------*/
    /***** Beneficios *****/
    /*---------------*/
    /* border-image-left and right */
    .border-image-left::before {
        position: absolute;
        top: -28px;
        left: -28px;
        background: #ebebeb;
        width: 260px;
        height: 100%;
        content: '';
    }

    .border-image-right::before {
        position: absolute;
        bottom: -28px;
        right: -28px;
        background: #ebebeb;
        width: 260px;
        height: 100%;
        content: '';
    }

    /*---------------*/
    /***** Casting *****/
    /*---------------*/
    #content-casting-form {
        z-index: 1;
        transform: translateX(30px);
    }

    #content-casting-img {
        transform: translateX(-30px);
    }

    /* ==========================================================================
   3. 	FOOTER
   ========================================================================== */
    /* ==========================================================================
   4. 	PLUGINS
   ========================================================================== */
    /*---------------*/
    /***** Carousel *****/
    /*---------------*/
    /*Caption*/
    #carouselSliderCaptions .carousel-caption * {
        text-align: left
    }

    #carouselSliderCaptions .carousel-caption .carousel-caption-text {
        max-width: 480px;
        width: 50%;
        margin-left: 15%;
    }

    #carouselSliderCaptions .carousel-caption p {
        border-left: 1px solid #fff;
        padding-left: 20px;
    }

    #carouselSliderCaptions .carousel-caption a {
        margin-left: 20px;
    }

    /*---------------*/
    /***** Hover Effects images Oscar*****/
    /*---------------*/
    .grid {
        transform: translateY(50px);
    }

    figure.effect-oscar figcaption {
        padding: 1em;
    }

    figure.effect-oscar figcaption::before {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    /*---------------*/
    /***** Galería *****/
    /*---------------*/
    .gallery {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        width: 80%;
        margin: auto;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    /* ==========================================================================
   1. 	HEADER
   ========================================================================== */
    /* ==========================================================================
   2. 	CONTENT
   ========================================================================== */
    /*---------------*/
    /***** intro-beneficios *****/
    /*---------------*/
    #intro-beneficios::before {
        height: 300px;
    }

    /*---------------*/
    /***** Quienes somos *****/
    /*---------------*/
    #content-quienes-somos-3 {
        height: 307px;
    }

    /* ==========================================================================
   3. 	FOOTER
   ========================================================================== */
    /* ==========================================================================
   4. 	PLUGINS
   ========================================================================== */
    /*---------------*/
    /***** Carousel *****/
    /*---------------*/
    /* Carousel al 100% de alto y ancho del navegador y center center el contenido img y vídeo */
    #carouselSliderCaptions .carousel-inner {
        height: 100vh;
    }

    /*altura de cada item del carousel*/
    #carouselSliderCaptions .carousel-item {
        min-height: 100vh;
    }

    /*Centrar imagen insertada desde html */
    #carouselSliderCaptions .carousel-item>img, #carouselSliderCaptions .carousel-item>video {
        position: absolute;
        min-width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        object-fit: cover;
    }

    #carouselSliderCaptions .carousel-item>#unmuteButton {
        transform: translate(-50%, -59%);
    }

    /*---------------*/
    /***** Hover Effects images Oscar *****/
    /*---------------*/
    .grid {
        transform: translateY(88px);
    }

    figure.effect-oscar figcaption {
        padding: 3em;
    }

    figure.effect-oscar figcaption::before {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
}