/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



h1{
    font-family: "Bebas Neue", sans-serif; 
    font-size: 30px;
    color: white;
    padding-top: 40px;
    margin-top: 0px!important;
    letter-spacing: 5px;
}



li{
    font-family: "Bebas Neue", sans-serif; 
    font-size: 20px;
    font-weight: 200;
    padding: 2px 7px; 
    margin:5px
}



header{
    width: 100%;
    background-color: #CECECE; 
    margin-left: auto;
    margin-right: auto; 
   /* height: 90px;*/
    box-sizing:border-box;
    position: relative;
    z-index:100;
     
}
header.home{
    /*height: 100vh;*/
}

.carru_home{
    height:100vh;
  /*  border: 5px solid pink;*/
}


.carru_home .owl-stage-outer{
     height: 100vh;
    z-index:-1;
}

.carru_home .owl-item{
      height: 100vh;
    
}

.carru_home .owl-stage{
      height: 100vh;
}
.img_back_carru{
    height: 100vh;
}

.carru_home .owl-dots{
    margin-top:-50px !important;
    z-index:500;
}

main{
    background-color: black; 
    width: 100%;
}

.mainpage{
    background-color:white; 
    padding-bottom: 100px;
    padding-top: 60px;
}

.nounderline{
    text-decoration: none;
    color: white;
}

#menu{
    text-align: center;
    width:auto;
    padding-top:10px;
    padding-right: 0;
    background: rgba(0,116,139, 1);
    width:100%;
   display: none;  /**/
    
}

.menuhome li{
  /*  display:inline-block;*/
    
    /*float: left;*/
    list-style: none outside none;
    
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    transform: skewX(-20deg);
    letter-spacing: 5px;
}

.menuhome li a{
    transform: skewX(20deg);
    display: inline-block;
    padding-right: 10px;
}





#menu li{
    display:block;
}

@media (min-width:768px){
    
    #menu li{
    display:inline-block;
        border-right: 3px solid white;
}
    
    .menuhome li:last-child a{
    padding-right:5px;
}
.menuhome li:last-child {
    border-right:none;
}
    
}

#menuportfolio li{
         
         padding-top:30px;
        
         width: 350px;
         display: inline-block;
}

.diseno{
   text-align: right;
    padding-right: 25px;
    padding-right: 25px;
    
}

.foto{
   text-align: center;
   padding-right: 5px;
}

.video{
    
    text-align: left;
    padding-right: 30px;
}

#menuportfolio a{
    font-weight:100;
}

.logo{
   /* padding-top:20px;*/
    /*padding-left: 20px;*/
   /* float: left;
    height: 100%;*/
    max-height:50px;
    width:auto; 
} 

.menuicon{
    padding-top:30px;
    float: right;
    text-align: right;
    cursor: pointer;
    width: 50px;
    
}

.camaraenmano{
   width: 45%;
 
}

.imagenportfolio{
    padding-top:50px;
   /* padding-right: 50px;
    width:962px;*/
    float:center;
    
}

.texto{
    width: 100%;
    text-align: center;
    display:block;
}

#verdecito{
    color: #0f0;
}

footer{
    background-color: black;
    margin-left: auto;
    margin-right: auto;  
    text-align: center;
    min-height: 100vh;
    width: 100%;
    
}

.leermas{
    color: coral;
    text-decoration: none;
}

.fondo{
    position: absolute!important;
    top:0px;
    left: 0px;
    width: 100%;
     height: 100%;
}

.fondo .owl-stage-outer{
    height: 100%;
    overflow: hidden;
}

.fondo .owl-dots{
    margin-top: -100px!important;
    z-index:500;
    position: relative;
}

.encima{
   
    z-index:2;
    width: 100%; 
    text-align: center; 
    padding:10px 20px;
    
   /* border:5px solid pink;*/
}

.pos_rel{
    
    position:relative;
}

.pos_abs{
    
   position: absolute; 
}

.img_back_carru{
   /* border:5px solid blue;*/
    height:100%;
    background-position:center;
    background-size:cover;
    z-index:100;
}

.carruselhome .owl-stage-outer{
    /*height:100vh !important;*/
    
    border:1px solid transparent;
}

.otrocarrusel .owl-stage-outer{
    /*height:100vh !important;*/
    
    border:1px solid transparent;
}



@media (min-width:480px){
     border:0px solid transparent;
}

.otrocarrusel{
  /*  height: 300px;*/
    margin-top: 30px;
}
.otrocarrusel .owl-stage-outer{
   /* height: 300px;*/
}

.tipage{
    text-align: center;
    float:left; 

}

.tipage img{
    
    max-height:25px;
    width:auto;
    
}

.cajalogo{
   /* float:left;
    height: 70px;
    width: 25%;*/
}
.cajamenu{
   /* width: 25%;*/
    margin-top:-15px; 
}

.titulo{
   /* width: 50%;*/
    color: black;
    padding:0;
    position: absolute;
    top:50%;
    left:50%;
    line-height:0;
    transform: translate(-50%, -50%);
    padding-top:25px;
    display: none;
     
}
@media (min-width:768px){
    .titulo{
        display: block;
    }
}


.titulo_movil{
    position: relative !important;
    display: block;
    color:black;
    width:100%;
    padding:15px;
    
}



@media (min-width:768px){
    .titulo_movil{
        display: none;
    }
}


.home .titulo_movil{
    display: none !important;
}


.rrss{ 

    width:100%;
    padding:0;
    
    padding-top:30px;
    
    border-top:2px solid white;
    
}


@media (min-width:768px){
    .rrss{ 
    position: absolute;
    bottom:50px;

    }
}

.isotipo{
    height: 35px;
    width:auto;
}


/*FOOTER*/

.nom_link_foo{
    width:100%;
    text-align: center;
    padding:10px ;
    color:white;
}

.alt_100{
    min-height:100vh;
    height:100vh;
    display:block;
    width:100%; 
   
}

#sobremi{
    margin-top: 100px;
}

.back_trans{
    background-color: transparent !important;
}

.menu_right{
    text-align: right !important;
}

.cont_texto{
    
    
    padding:30px;
   
}

.cont_img{
padding:30px;
}

.cont_texto p{
     color:white;
}

.w_100{
    width:100%;
}

.cont_page{
    
    width:80%;
     text-align: center;
    
}

.cont_page iframe{
    
    width:90%;
    
    height:640px;
    
}

