@font-face {
    font-family: Hero;
    src: url(../fonts/Hero.otf);
}
body{
    background-color: black;
}
.josue-section{
    background-color: white;
}
.full-height{
    height: 100%;
}
.hero-header{
    /*height: 100vh;*/
    height: 0;
    padding-top: 43%;
    background-color: black;
    margin: 0;
    /*background-image: url(../img/fotografia1.jpg);*/
    background-size: 100% auto;
    overflow: hidden;
    /*background-position: center center;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}
.hero-container{
    background-color: rgba(0,0,0,0.2);
    margin: 0;
    padding: 2em;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
}
.hero-logo{
    width: 100%;
}
.hero-logo path{
    fill: white;
}
svg{
    height: 100px;
}
.plus{
    display: block;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    color:white;
}
.navbar{
    padding: .3em 1em;
    font-family: Hero, Arial;
    text-align: left;
}
#lol, .lol{
    text-decoration: none;
    color: white;
    font-weight: normal;
}

.media{
    max-width: 100%;
    width: auto;
    max-height: 70vh;
    margin: 0 auto;
}
.descripcion-josue{
    padding: 3em;
}
.logo-josue-descripcion{
    max-width: 100%;
    width: 300px;
    display: block;
    margin: 1em auto;
}
.img-josue{
    background-image: url("../img/josue_martinez.jpg");
    background-size: cover;
    background-position: center center;
    z-index: 999;
    min-height: 300px;
}
.secciones{
    height: 100vh;
    overflow: hidden;
    border-top: 30px solid white;
    border-bottom: 30px solid white;
}
.secciones h3{
    font-family: Hero, Arial;
    text-transform: none;
    font-weight: normal;
    text-align: center;
    margin-top: 2.5em;
    color: white;
}
.secciones div::after{
    position:absolute;
    content: " ";
    display:block;
    left: -20px;
    bottom:-3px;
    width:0px;
    transform: rotate(3deg);
    height: 105vh;
    border-style: solid;
    border-width: 21px;
    opacity: 1;
    border-color:white;
}
.secciones div :last-child::before{
    position:absolute;
    content: " ";
    display:block;
    right: -20px;
    bottom:-3px;
    width:0px;
    transform: rotate(3deg);
    height: 105vh;
    border-style: solid;
    border-width: 21px;
    opacity: 1;
    border-color:white;
}
.secciones a{
    transition: all .5s ease-in;
    opacity: 0.8;
}
.secciones a:hover{
    opacity: 1;
    transition: all .5s ease-in;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}
#xv{
    background-image: url("../img/seccion_xv.jpg");
    background-position: center center;
    background-size: cover;
}
#bodas{
    background-image: url("../img/seccion_boda.jpg");
    background-position: center center;
    background-size: cover;
}
#sesiones{
    background-image: url("../img/seccion_sesiones.jpg");
    background-position: center center;
    background-size: cover;
}
#proyectos{
    background-image: url("../img/seccion_proyectos.jpg");
    background-position: center center;
    background-size: cover;
}
.produccion{
    background-color: white;
    color: black;
    padding: 2em 0;
}
.produccion h2{
    text-align: center;
}
.mapa{
    height: 50vh;

    background-color: white;
}
.mapa .mapa-container{
    width: 100%;
    /*max-width: 900px;*/
    margin: 0 auto;
}
.mapa iframe{
    height: 100%;
    width: 100%;
}
.contacto{
    min-height: 80vh;
    padding: 5em;
    background-color: white;
}
.contacto-logo{
    max-width: 100%;
}
.info{
    text-align: center;
    margin-top: 2em;
    font-size: 1.1em;
}
.redes-sociales{
    padding: .5em;
}
.redes-sociales h5{
    text-align: center;
}
.redes-link{
    text-align: center;
}
.redes-link i{
    font-size: 3em;
    padding: .3em;
}
.title-contactanos{
    text-align: center;
}
.footer{
    /*background-color: rgb(3, 3, 3);*/
    border-top: 4px solid black;
    padding: 1em;
    background-color: white;
}
i.whatsapp{
    color:#6ace00;
}
i.facebook{
    color: #009fff;
}
i.facebook-profile{
    color: #0972d3;
}
i.instagram{
    color: #F44336;
}
i.youtube{
    color: red;
}
@media only screen and (max-width: 576px){
    
    .secciones div :last-child::before,
    .secciones div::after{

        content: none;
    }

    .secciones h3{
        font-size: .9em;
        font-weight: normal;
    }

    .secciones a{
        transition: all .5s ease-in;
        opacity: 1;
    }

}
/* ANEXOS ALEXIS 27/02/20 */
.espacios{
    height: 3em;
    margin-left: -1.1em;
    margin-right: -1.1em;
    margin-top: -1em;
    margin-bottom: -1em;
    background-color: #FFFFFF;
}

/*HEADER Y NAV*/
#logoNavBar{
    width: auto;
    height: 50px;
}
#logoNavBar path{
    fill: white;
}
/*TESTIMONIOS*/
.shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
        border:1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
}
.testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #4D4E4F;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
        text-align: center;
        padding: 10px;
        margin-bottom:80px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #9F9D9D;
        -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
        transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
        display: inline-block;
        width: 100%;
        text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
        display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #4D4E4F;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        -webkit-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
        -webkit-transition: all 250ms ease-out 0s;
        transition: all 250ms ease-out 0s;
        width: 20px;
}

.testimonials{
    background-color:#FFFFFF;
    margin-left: -1.1em;
    margin-right: -1.1em;
}

.card img{
    transition: all .5s ease-in;
}
.card img:hover{
    transition: all .5s ease-in;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(0.9);
}
/****************DARK MODE*****************/
html.dark-mode{
    filter: invert(100%);
}
html.dark-mode img{
    filter: invert(100%);
}
html.dark-mode .secciones div::after{
    border-color:black;
}
html.dark-mode .secciones div :last-child::before{
    border-color:black;
}
html.dark-mode #xv {
    filter: invert(100%);
}
html.dark-mode #bodas {
    filter: invert(100%);
}
html.dark-mode #sesiones {
    filter: invert(100%);
}
html.dark-mode #proyectos {
    filter: invert(100%);
}
html.dark-mode #no i{
    filter: invert(100%);
}
html.dark-mode #desc{
    filter: invert(100%);
}
html.dark-mode #hero{
    filter: invert(100%);
}
html.dark-mode nav{
    filter: invert(100%);
}
html.dark-mode #nubecin{
    filter: invert(100%);
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
} 



