body{
    background: rgb(255,255,255);
}

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

.left {
    float: left;
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

/* ---BARRA DE NAVEGACION--- */

.menu{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.8);
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    
}

#logo{
    margin-left: 50px;
    opacity: .9;
}

#bio{
    margin-left: 20px;
    margin-top: 7px;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
}

#face{
    margin-top: 4px;
}

#ins{
    margin-top: 4px;
}

#twi{
    margin-top: 2px;
}

#cont{
    margin-right: 50px;
    margin-top: 30px;
    margin-left: 25px;
    text-transform: lowercase;
}



/** @media *************************/

@media screen and (max-width: 850px){
    #cont{
        display: none;
    }
    
    #twi{
        margin-right: 60px;
    }
}

@media screen and (max-width: 650px){
    .topMENU.w3-top {
        position: relative;
    }
    
    .menu {
        background-color: black;    
    }
    
    #twi{
        margin-right: 0;
    }
    
    #logo {
        margin-left: 0;
        background-color: white;
    }
    
    #bio{
        margin-left: 0px;
    }
    
    #cont{
        display: none;
    }
    
}



/* ---INTRO VIDEO --- */


.contenido {
    position: relative;
}

.video-wrapper {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    overflow: hidden;
}

.my-Video{
    position: absolute;
    top:50%;
    left:50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
}

video::-webkit-media-controls-start-playback-button{
  display: none !important;
}

.presentacion {
    position:relative;
    max-width: 1024px;
    margin: 0 auto;
    padding: 200px 0px;
    text-align: center;
    color: rgba(255,255,255,1);
    font-size: 100%;
    text-shadow: 1px 1px 6px rgba(0,0,0,1); 
}



.presentacion h1{
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    line-height: 65px;
}

#sc{
    font-weight: bold;
}

.presentacion h4{
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    font-family: 'Nunito', sans-serif;
    font-size: 1.25em;
    
}

.presentacion header{
    max-width:880px;
    margin:0 auto;
    padding:0px 20px;
}

.button {
  display: inline-block;
  margin-top:50px;
  border-radius: 4px;
  background-color:darkorange;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  padding: 10px;
  width: 270px;
  transition: all 0.5s;
  cursor: pointer;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
    
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}


/** @media *************************/

@media screen and(max-width: 650px){
    
    .presentacion {
        padding-top: 50px;
    }
    
    .presentacion h1 #sc{
        font-size: 55px;
        line-height: 10px;
    }
    
    
    #ev{
        display: none;
    }
    
    .presentacion h4{
        font-size: 14px;
    }
    
    .button{
        margin-top: 124px;
    }
    

}



/* --- ¿PORQUE ELEGIR NUESTRO SERVICIO --- */

.intro header{
    position: relative;
    background-color:rgb(250,140,10);
    text-align: center;
    padding: 10px;
    padding-bottom: 20px;
    color: white;
}

.intro header h2{
    font-family: 'Arsenal', sans-serif;
    font-size: 2.5em;
}

.intro header h4{
    margin: 0 auto;
    max-width: 950px;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

.intro, #despre{
    margin-bottom: 
}


#vistazo{
    color:black;
}


/********** CAJAS - FLEXBOX **********/

.cajas div{
    background: rgba(225,225,225,1);
}

.contenedor_boxes{
    display:flex;
    justify-content:space-around;
    align-items:center;
    padding: 100px 0px;
}

.box{
    flex-basis: 28%;
    text-align: center; 
}

.pic{
    width: 90px;
    height: 90px;
}

.box h3{
    font-family: 'lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: darkorange;
}

.descr{
    text-align: center;
    font-family: "Raleway", sans-serif;
}




@media screen and (max-width:650px){

    .contenedor_boxes{
        display: flex;
        flex-direction: column;
    }
    
    .box{
        padding: 0 80px;
        margin-bottom: 30px;
    }
    
    .descr{
        text-align: center;
    }
    
    .box:nth-last-child(1){
        margin-bottom: 0;
    }

}

@media screen and (max-width:400px){
    
    .contenedor_boxes{
        display: flex;
        flex-direction: column;
    }
    
    .box{
        margin-top: auto;
        padding: 0px 10px;
    }
    
    .descr{
        text-align: center;
    }
    
    .box:nth-last-child(1){
        margin-bottom: 0;
    }
}



/*+ CHECAR (se sustituye por 3 boxes)---------

.bioDIV{
    position:relative;
}

.somos{
    font-size: 1.2em;
    color:rgba(0,0,0,1);
}

.bioDIV-text,
.bioDIV-image {    
    width: 50%;
}

.bioDIV-text{
    font-family: 'Arsenal', sans-serif;
    font-size: 100%;
    margin: 20px 0;
}

.bioDIV, .parr{
    margin: 4% 9%;
    text-align: justify;
    color:darkorange;
    
}

.cesar{
    position:relative;
    border: 0;
    margin:10px 0;
    width: 100%;
    height:auto;
}



/** @media ************************

@media (max-width: 750px){
    .bioDIV-text,
    .bioDIV-image{
        float:none;
        width:100%;
    }
    
    .somos{
        font-size: 0.1em;
        text-align: left;
    }
    
    .intro header h4{
        font-weight: normal;
    }
}


/**
@media (max-width: 650px){
    
    .intro header h2{
        font-size: 1.5em;
    }
    
    .intro header h4{
        font-size: 1em;
    }
    
    .somos{
        font-size: .9em;
        text-align: justify;
        margin: 0px auto;
        width: 100%;
        display: none;
    }
    
    .parr{
        font-size: .1em;
        
    }
}

***/

/******DB_galeria*********/


.responsivo, 
.img {
    border: none;
    outline: none;
}

responsivo,
.img:hover {
    opacity: 0.5;
}


.img img {
    width: 100%;
    height: auto;
    cursor: pointer;
    overflow: hidden;
}

.responsivo {
    padding: 1px;
    float: left;
    width: 24.99999%;
}

.responsivo {
    box-sizing: border-box;
}


/******Estilo MODAL*****/

.modal{
    display: none;
}

.modal:target{
    display: block;
    position: fixed;
    background: rgba(0,0,0,0.9);
    z-index: 3;
    overflow: scroll;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}

.imagenes{
    margin: 50px 0;
    width: 100%;
    box-sizing: border-box;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.imagenes a{
    
    color: orange;
    font-size: 40px;
    text-decoration: none;
    margin: 0;
}

.imagenes a:nth-child(2){
    margin: 0 ;
    height: 100%;
    flex-shrink: 2;
}

.imagenes img{
    margin: auto;
    display: block;
    width: 80%;
    height: auto;
    max-width: 900px;
    border: 7px solid #fff;
    box-sizing: border-box;
    
}

.cerrar{
    display: block;
    background: black;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    font-size: 25px;
    color: orange;
    padding: 5px;
    border-radius: 50%;
    line-height: 10px;
    
}



/** @media *************************/

@media screen and (max-width: 700px){
    .responsivo {
        width: 50%;
    }

}

@media screen and(max-width: 500px){
    .responsivo {
        width: 100%;
    }
    
    .modal:target{
        display: none;
    }
}

.clearfix:after{
    content: "";
    display: table;
    clear: both;
}


/******** FOOTER


.contenedor_footer{
    background-color:ghostwhite;
}

.correo_bottom{
    position: relative;
    max-width: 300px;
    margin: 50px 0 0 30px;
    float:left;
    text-align: left;
    color:darkslategrey;
    
}

.correo_bottom h5{
    padding-left: 10px;
    color:white;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: orange;
}

.info_footer{
    display: inline;
    list-style: none;
    padding: 0 0;
    font-size: 12px;
    line-height: 10px;
}

.mobile_footer{
    width: 16px;
    height: auto;
    float: left;
}

.cel_footer{
    margin:0 30px;
    padding: 4px 0;
    text-align: left;
}

.mail_footer{
    float:left;
}

.mail_text{
    margin:0 30px;
    padding: 2px 0;
    text-align: left;
}

.social_bottom{
    position: relative;
    margin: 50px 0 20px 20px;
    padding: 0 20px;
    float: left;
    text-align:center;
    color: darkslategrey;
}


.DBf{
    margin: 20px 30px;
    width: 220px;
    float:right;
}

@media only screen and (max-width:1000px){
    .social_bottom{
        display: none;
    }
    
    .correo_bottom{
        margin: 50px 30px;
    }
}

@media only screen and (max-width:650px){
    
    .correo_bottom,
    .info_footer, h5{
        float: none;
        margin: 0 auto;
    }
    
    .correo_bottom h5{
        padding: 0;
        text-align: center;
    }
    
    .DBf{
        display: block;
        float: none;
        margin: 30px auto;
    }

}

***/

/***************** Footer con Formulario ****************/

.contenedor_footer{
    position:absolute;
    width: 100%;
    display: flex;
    align-items:stretch;
    justify-content: center;
    padding: 50px 50px 20px;
    background-image:url(texturas/text_gris_1920x700.jpg);
}

.contenedor_contacto{
    flex: 1;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    max-width: 350px;
    margin-right: 80px;
}

#contacto{
    margin: 0 auto;
    color: white;
    font-family: "lato", sans-serif;
    font-size: 3em;
    width: 100%;
    max-width: 350px;
    text-align: left;
    line-height: normal;
    font-weight: 600;
    
}

#dudas{
    margin-top: 20px;
    color: orange;
    font-size: 1.2em;
    width: 100%;
    max-width: 350px;
}


#dudas_2{
    margin-top: 50px;
    color: white;
    font-size: .9em;
    width: 100%;
    max-width: 300px;
    line-height: normal;
}

.contenedor_formulario{
    flex: 1;
    width: 100%;
    max-width: 350px;
    max-height: 500px;
}



input[type="text"],
[type="tel"],
[type="email"],
textarea{
    background-color: hsla(0, 0%, 90%, 1);
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
    border: 0px;
    width: 100%;
    max-width: 350px;
    font-size: 13px; 
}

textarea{
    background: hsla(0, 0%, 90%, 1) url(Images/DB_vector_web2_comp.png) no-repeat;
    background-size: 50%;
    background-blend-mode: hard-light;
    background-attachment:scroll;
    background-position: right;
    background-origin: content-box;
    border-radius: 5px;
    height: 150px;
    resize: vertical;
}

input[type="submit"]{
    margin: 20px 0px;
    width: 175px;
    height: 44px;
    outline: none;
    border: 0px;
    background-color: orange;
    color:white;
    border-radius: 5px;
    font-family: 'Nunito', sans-serif;
}

#submit:hover{
    color: orange;
    background-color: black;
    
    opacity: 0.8;
}

#moii,
#cel_apart{
    display: none;
}



/** @media *************************/

@media screen and (max-width: 650px){
    
    #dudas{
        display: none;
    }
    
    #dudas_2{
        display: none;
    }
    
    .contenedor_footer{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .contenedor_contacto{
        margin: 0 auto;
        background-color: rgba(0,0,0,.2);
        padding: 10px;
        text-align: center;
        font-size: .65em;
        border-bottom: orange solid 1px;
        border-radius: 5px;
    }
    
    #contacto{
        display: none;
        font-family: 'Lato', sans-serif;
        font-size: 3em;
        text-align: center;
    }
    
    #moii{
        display: inherit;
        color: orange;
        font-size: 2.1em;
        text-transform:capitalize;
    }
    
    #cel_apart{
        display: inherit;
        font-family: 'Raleway', sans-serif;
        font-size: 1.5em;
        color:white;
    }
    
    .contenedor_formulario{
        margin-top: 30px;
    }
    
    textarea{
        background-position: right;
        background-origin:content-box;
    }
    
    #submit{
        float: right;
    }
    
    .menu, #bio{
        display: none;
    }
    
    .menu{
        display: flex;
    }
    
    #twi,
    #face,
    #ins{
        display: flex;
        flex: 0 0 1;
        justify-content:space-around;
        align-items:center;
        flex-basis: 30%;
    }
}



/*** Cuadro de respuesta

#negro{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 516px;
    background-color: rgba(0,0,0,.8);
}

#dialogo{
    position: absolute;
    flex: 1;
    width: 30%;
    height: 30%;
    background-color: white;
    border-radius: 5px;
    border: 1px solid black;

}

#dialogo p{
    padding:10px;
    padding-top: 18px;
    font-size: 1.5em;
    text-align: center;
    color: rgba(100,100,100,1);
    font-family: 'Arsenal', sans-serif;
}


 ***/ 













