/*////////////////////////////////////////////////////////////////////////////////////////////////////

    Themes Bootstrap - Smart Agency Template v1.0.0 (https://themesbootstrap.com.mx/templates/smart-agenct-template.html)
    Copyright 2019 Themes Bootstrap
    Licensed under MIT (https://github.com/diegovr7/smart-agency/blob/master/LICENSE)

////////////////////////////////////////////////////////////////////////////////////////////////////*/
:root {
    --dark-color: #1a1a1a;
    --white-color: #ffffff;
    --light-grey-color: #f5f5f5;
    --gold-color: #ffb944;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Titillium Web', sans-serif;
}

.bgDark { background-color: var(--dark-color); }
.bgLight { background-color: var(--white-color); }
.bgLightGrey { background-color: var(--light-grey-color); }

.colorDark { color: var(--dark-color) !important; }

h1 { font-size: 90px; font-weight: 700; line-height: 80px; }
h2 { font-size: 48px; margin-bottom: 30px; }
h3 { font-size: 33px;  }
h5 { margin-bottom: 0px; }
h6 { font-size: 22px; color: var(--white-color); opacity: .8; line-height: 1.8; margin-bottom: 0px}}
h4 { font-size: 30px; color: var(--dark-color); opacity: .5; line-height: 1.8; margin-bottom: 0px;
}
p {
    font-size: 18px;
    color: var(--dark-color);
    line-height: 1.8;
    margin-bottom: 0px;
}

a:hover { text-decoration: none; }





.bg-image{
  background-image: url('../images/background.jpg');
  background-size: cover;
  opacity: 0.9;
}

.btn {
    font-size: 14px;
    padding: 15px 26px;
    min-width: 160px;
    border-radius: 2px;
    display: inline-block;
}

.btn-primary {
    background-color: var(--dark-color);
    color: var(--white-color);
    border: 2px solid var(--dark-color);
}

.btn-secondary {
    background-color: var(--white-color);
    color: var(--dark-color);
    border: 2px solid var(--white-color);
}

.btn-alternate {
    background-color: transparent;
    color: var(--white-color);
    border: 2px solid var(--white-color);
}

.btn-primary:hover { background-color: var(--dark-color); border: 2px solid var(--dark-color); }
.btn-secondary:hover { background-color: var(--white-color); color: var(--dark-color); border: 2px solid var(--white-color); }
.btn-secondary:focus { background-color: var(--white-color) !important; outline: none; border: 2px solid var(--white-color) !important; box-shadow: none; }

.logo-brand {
    max-width: 180px;
    min-width: 160px;
}

section { padding: 120px 0; }

.divider { border-bottom: 2px solid var(--light-grey-color); }

.content-center {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.content-left {
    position: relative;
    top: 10px;
    left: 10px;
    text-indent: 40px;
    text-align: justify;
}

.full-width {
    width: 100%;
}

.form-control {
    font-size: 14px;
    border: 1px solid #cacaca;
    padding: 15px;
    border-radius: 2px;
}

.form-control:focus {
    border: 1px solid var(--dark-color);
    outline: none;
    box-shadow: none;
}

.navbar {
    background-color: var(--white-color);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    min-height: 100px;
}

.nav-link {
  position: relative;
  color: var(--dark-color);
  align-items: center;
  font-size: 20px;}

.nav-link:hover { color: var(--dark-color);
text-align: center; font-size: 20px;}

.navbar-toggler { font-size: 40px; }
.navbar-toggler:focus { outline: none; }

/* //////////////
   Hero
//////////////*/

#inicio {
    background-image: url(../../assets/images/EPICS.jpg);
    background-size: cover;
    padding-top: 250px;
    min-height: 700px;
    color: var(--white-color);
}


#inicio p {
    color: var(--white-color);
}


/**********************************/
/*********** Header CSS ***********/
/**********************************/
.header {
    position: relative;
}

.header .col-md-3,
.header .col-md-6 {
    margin-bottom: 30px;
}

.header .navbar {
    padding: 0;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff !important;
}

.header .navbar-nav {
    width: 100%;
    padding: 15px 0;
}

.header .navbar li {
    padding: 0 30px;
    border-bottom: 1px solid #f3f6ff;
}

.header .navbar li:last-child {
    border-bottom: none;
}

.header .navbar a {
    color: #353535;
}
.header .navbar a:hover {
    color: #FF6F61;
}


.header .navbar i {
    color: #FF6F61;
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

.header .navbar a:hover i {
    color: #353535;
}

.header-slider {
    position: relative;
    width: 100%;
}

.header-slider .header-slider-item {
    position: relative;
}

.header-slider .header-slider-caption {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 111, 97, .7);
    transition: all 0.3s;
    z-index: 1;
}

.header-slider .header-slider-caption p {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Titillium Web', monospace;
    font-weight: 700;
}

.header-slider .header-slider-caption .btn {
    border-color: #ffffff;
}

.header-slider .header-slider-caption .btn i {
    margin-right: 5px;
}

.header .header-img {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff;
}

.header .img-item {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.header .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .img-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 111, 97, .7);
    transition: all 0.3s;
    opacity: 0;
}

.header .img-text:hover {
    opacity: 1;
}

.header .img-text p {
    margin: 0 0 50px 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s;
}

.header .img-text:hover p {
    margin: 0;
}


/* //////////////
      Ficha
///////////////*/

/*///////////////////EXPERIENCIA////////////////////////// */
/*///////////////////EXPERIENCIA////////////////////////// */
/*///////////////////EXPERIENCIA////////////////////////// */

#experiencia_menu{
	width: 100%;
}
.swiper-container {
	display: none;
    width: 100%;
    height: 500px;
}
.swiper-slide {
        text-align: center;
        font-size: 18px;
        cursor: pointer;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.swiper-slide img{
	max-width: 95%;
}
.swiper-button-prev{
	background-color: rgba(221,221,221,.7)
}
.swiper-button-next{
	background-color: rgba(221,221,221,.7)
}


#scroll {
    position:relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 30px;
}
#scrollContainer {
    position:absolute;
    top: 0;
    left: 0;
}
#scrollContainer ul {
    padding: 0;
    margin: 0;
}
#scrollContainer li {
    float: left;
    list-style: none;
    width: 300px;
    height: 350px;
    display: block;
    cursor: pointer;
    text-align: center;
}

#ficha{
	margin-top: 60px;
}
#ficha_contenedor{
	text-align: center;
	margin-top: 30px;
}
#ficha_contenedor img{
	max-width: 100%;
}
#cont_ficha{
	margin-top: 20px;
	-webkit-box-shadow: 6px 6px 17px -2px rgba(0,0,0,0);
	-moz-box-shadow: 6px 6px 17px -2px rgba(0,0,0,0);
	box-shadow: 6px 6px 17px -2px rgba(0,0,0,0);
	padding: 0 20px 20px 0;
}
#menu_ficha{
	padding: 0 !important;
}
#menu_ficha img{
	max-width: 100%;
	min-width: 100%;
}
.menu_ficha_item{
	background-color: #000000;
	width: 100%;
	/*height: 50px;*/
	padding: 10px;
}
.menu_ficha_item a{
	text-decoration: none;
	color: white;
}
#menu_ficha ul{
	list-style-type: none;
}
#logo_ficha{
	margin: 15px 0 0 0;
	padding: 0 0 0 30px;
}
#logo_ficha img{
	max-width: 100%;
}
#logosEmpresa{
	text-align: right;
	padding: 15px 0 0 0;
}
#body_ficha{
	padding-right: 9px;
}
#bodyIzq{
	display: inline-block;
	font-size: 10px;
}
#bodyIzq img{
	margin-top: 83px;
}
#bodyDer{
	display: inline-block;
	overflow: hidden;
	font-size: 10px;
	padding: 0 0 0 30px !important;
}
#titulo{
	width: 100%;
	margin: 10px 0 ;
	font-size: 25px;
}
#titulo div{
	padding-left: 0;
	padding-right: 0;
}
#titulo_texto{
	margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
}
#contenido_ficha{
	margin: 0 !important;
}
.mostrar{
	max-width: 20%;
}
#titulo_logo{
	position: absolute;
	right: 0;
	height: 70px;
	text-align: right;
}
#titulo_logo img{
	max-height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
#descripcion{
	background-color: #797777;
	height: 550px;
}
.datosFicha{
	color: white;
	font-size: 15px;
	padding: 5px 0;
	font-weight: normal;
}
.datosFichaC{
	color: white;
	font-size: 13px;
	padding: 5px 0;
	font-weight: normal;
}
.datosFicha span{
	font-weight: bold;
	color: white;
	font-size: 18px;
}
#imagenFicha1{
	overflow: hidden;
	height: 500px;
}
#fotos_chicas{
	padding-top: 0px;
}
#imagenFicha2{
	overflow: hidden;
	height: 200px;
}
#imagenFicha3{
	overflow: hidden;
	height: 200px;
}
#imagenFicha4{
	overflow: hidden;
	height: 132px;
}
#imagenFicha5{
	overflow: hidden;
	height: 500px;
}
#imagenFicha6{
	overflow: hidden;
	height: 245px;
}
#imagenFicha7{
	overflow: hidden;
	height: 245px;
	margin-top: 10px;
}
.selec_hoja{
	background-color: #797777 !important;
}
/* //////////////
   Portfolio
//////////////*/

.portfolio-container {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 2px;
    opacity: .9;
}

.portfolio-container img {
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.portfolio-container:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio-details {
    bottom: 20px;
    left: 0px;
    z-index: 9000;
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
    position: absolute;
  }

.portfolio-details h2 {
    margin-bottom: 0px;
}

.portfolio-details  h2, .portfolio-details  p {
    color: var(--dark-color);
    background-color: var(--white-color);
    opacity: .9;
  }

/* //////////////
   Members
//////////////*/

.member-container {
    position: relative;
    margin: 10px 0;
}

.member-details {
    position: absolute;
    color: var(--white-color);
    bottom: 0;
    left: 20px;
}

.member-details span {
    font-size: 14px;
}

.member-details i {
    padding: 0 5px;
}

/* //////////////
   Pricing
//////////////*/

.pricing-container {
    margin: 15px 0;
}

.plans {
    padding: 50px 80px;
    border-radius: 2px;
    min-width: 450px;
}

.plan-light {
    background-color: var(--white-color);
    border: 2px solid var(--dark-color);
}

.plan-dark {
    background-color: var(--dark-color);
    border: 2px solid var(--dark-color);
    color: var(--white-color);
}

.plans h2 {
    font-size: 70px;
    font-weight: 600;
}

.plans h2 span {
    font-size: 20px;
}

.plans ul {
    list-style-type: square;
}

/* //////////////
   Testimonial
//////////////*/

.carousel {
    min-height: 240px;
    padding: 40px;
    border-radius: 2px;
    text-align: center;
}

.carousel-item p {
    font-size: 26px;
    font-weight: 400;
    color: var(--dark-color);
}

.carousel-indicators li {
    background-color: var(--dark-color);
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin: 0 8px;
}

.carousel-control-next, .carousel-control-prev {
    color: var(--white-color);
    opacity: 1;
    width: 5%;
}

.control-button {
    background-color: var(--dark-color);
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid var(--dark-color);
    border-radius: 50px;
    font-size: 20px;
}

.carousel-container {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-user {
    max-width: 240px;
    margin: 0 auto;
    text-align: left;
}

.testimonial-user h6 {
    margin-bottom: 0px;
}

.testimonial-user span {
    font-size: 12px;
}

.testimonial-user img {
    border-radius: 50%;
    max-width: 50px;
    text-align: center;
}

.rating i {
    color: var(--gold-color);
    font-size: 26px;
}


.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

    /**********************************/
    /*********** Nav Bar CSS **********/
    /**********************************/
    .nav {
        position: relative;
    }

    @media (min-width: 992px) {
        .nav .container-fluid {
            padding-left: 52px;
            padding-right: 52px;
        }
    }

    .nav .navbar {
        height: 100%;
        padding: 0;
    }

    .nav .dropdown-menu {
        margin-top: 0;
        border: 0;
        border-radius: 0;
        background: #FF6F61;
    }

    .nav .dropdown-menu a.active {
        color: #353535;
        background: #f8f9fa;
    }

    @media (min-width: 768px) {
        .nav,
        .nav .navbar {
            background: #FF6F61 !important;
        }

        .nav .navbar-brand {
            display: none;
        }

        .nav .navbar-dark a.nav-link {
            color: #ffffff;
            font-size: 14px;
            text-transform: uppercase;
        }

        .nav .navbar-dark a.nav-link:hover,
        .nav .navbar-dark a.nav-link.active {
            color: #000000;
        }
    }

    @media (max-width: 768px) {
        .nav {
            padding: 5px 0;
        }

        .nav,
        .nav .navbar {
            background: #000000 !important;
        }

        .nav a.nav-link {
            padding: 5px 0;
        }

        .nav .dropdown-menu {
            box-shadow: none;
        }
    }


/* //////////////
   Footer
//////////////*/

footer {
    padding: 80px 0;
    text-align: center;
    color: var(--white-color);
}

footer a {
    color: var(--white-color);
}

footer a:hover {
    color: var(--white-color);
}

footer .list-inline .list-inline-item {
    padding: 10px 15px;
}





/* //////////////
   Media queries
//////////////*/

@media (max-width: 575.98px) {
    h1 { font-size: 40px; line-height: normal; }
    .portfolio-details h2 { font-size: 32px; }
    .plans { min-width: unset; padding: 40px; }
    .carousel-item p { font-size: 20px; }

    .footer-menu {
        display: block !important;
        padding: 20px 0 !important;
        font-size: 20px;

    }
}

@media (min-width: 576px) and (max-width: 767.98px) { }

@media (min-width: 768px) and (max-width: 991.98px) {
    .portfolio-details h2 { font-size: 30px; }
    .plans { min-width: unset; padding: 40px 20px;}
}

@media (min-width: 992px) and (max-width: 1199.98px) { }

@media (min-width: 1200px) { }
