/*---------------------------------------

	stylesheet: 1.0
	author: José Miguel Díaz
	Description: 
-----------------------------------------*/

/*----------------- IMPOT RESET */

@import url(normalize.css);
@import url(font-awesome.css);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/*------------------------------ FUENTES */




/*------------------------------ ESTILOS DE TEXTO */
*{
	box-sizing: border-box !important;

}

body{
	background-color: #fff;
	color: #999;
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;

}
h1{
	font-family: 'lato', sans-serif;
	color:#99cccc;
	font-size: 7.5em;
    color:#fff;
    display: block;
    position: absolute;
    bottom: 30px;
    margin: 0 !important;
}
h2{
	font-family: 'lato', sans-serif;
	font-size: 2em;
    line-height: 1.2em;
}








ul{
	padding-left: 0 !important;
}

section{
    width: 100%;
}



a:link, a:visited{
	color:#999;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;


	/* Firefox */
    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in;
 
 
    /* Chrome / Safari */
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
 
 
    /* Opera */
    -o-transition-property: all;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-in;
 
 
    /* Default */
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in;
}

nav#nav-principal{
    display: block;
    position: fixed;
    width: 20px;
    height: 150px;
    right: 10px;
    top: 50%;
    margin: -75px 0 0 0;
    z-index: 10000;
}

nav#nav-principal ul li a{
    color: #666;
    font-size: .8em;
    text-shadow: 1px 1px 1px #000;
    transition: all 0.5s ease;
    
}

nav#nav-principal ul li{
    height: 15px;
}

nav#nav-principal ul li a:hover {
    color:#999;
    font-size: 1em;
    

}

nav#nav-principal ul li {
    list-style: none;

}

a#facebook-a:hover{
	color:#3B5998;
}

a#twitter-a:hover{
	color:#3BCAFF;
}

a#instagram-a:hover{
	color:#44749C;
}

a#youtube-a:hover{
	color:#DE2925;
}

a#soundcloud-a:hover{
	color:#FFA500;
}

a#email-a:hover{
	color:#999;
}


/*--------------------------------- ESTILOS GENERALES */

/* texto */

.mayusculas{
	text-transform: uppercase;
}

.italica{
	font-style: italic;
}
.enfasis{
	font-weight: bold; 
}

.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.text-justify{
	text-align: justify;
}

.text-right{
	text-align: right;
}

/* layout */

.content{
	max-width: 960px;
	margin: 0 auto;
}

.row{
	width: 100%;
	clear: both;
    /*margin-bottom: 20px;*/

}


.width-33{
	width: 33%;
	float: left;
	
}

.width-50{
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.width-100{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.padd-left{
	padding-left: 10px;
}

.padd-right{
	padding-right: 10px;
}

.padd-right-30{
	padding-right: 97px;
}

.padding-top{
	padding-top: 250px;
}

.padd-top-100{
	padding-top: 100px;
}

.border-left{
	border-left: 1px solid #fff;
}

.clearfix{
	clear: both;
}

img.responsive{
	max-width: 100%;
	height: auto;
}

/*--------------------------------- ESTILOS HEADER */

header#header-principal{
    min-height: 400px;
}




/*--------------------------------- ESTILOS NAV */









/*--------------------------------- ESTILOS ANIMACIONES */


.ini-animacion1{
	opacity: 0;
	left: -20px;
	transition: all 1000ms ease-in;

}

.animacion1{
	opacity: 1;
    left: 94px;
}

.animacion2h1{
    opacity: 1;
    left: 30px;
}

.ini-animacion2{
    opacity: 0;
    
    transition: all 1000ms ease-in;

}

.ini-animacion5{
    opacity:0;
    transition: all 2s ease-in;

}

.animacion5{
    opacity:1;

}

.animacion2{
    opacity: 1;
    
}

.ini-animacion4{
    display: none;
 }





/*--------------------------------- ESTILOS twitter */

.tweet{
	width: 100%;
	text-align: center;
}

.tweet ul li{
	list-style: none;
	

}

#cajatwitter{
	width: 100%;
	height: 110%;
	margin-top: -10px;
    padding: 35px 0 0 0;
	
}

.botontwitter{
	display: block;
	padding: 5px 15px;
	max-width: 250px;
	margin: 0 auto;
	background:#00CBFE;
	position: relative;
    color: #fff !important;
    border-bottom: 3px solid #0099cc ;
}


.botontwitter i{
	position: absolute;
	left: 26px;
	top:0px;
	line-height: 40px;
	text-align: left;
    color: #fff !important;
}

.hidde-mobile{
    padding: 18px 7px;
}



/*--------------------------------- ESTILOS instagram */

section#instagram{
	position: relative;
}

#instafeed{
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

#instafeed img{
	padding: 5px;
	opacity: 0.6;
	transition: all 500ms ease-in;
}

#instafeed img:hover{
	opacity: 1;
	
}
/*parallax
--------------------------------------------------------*/
/*

.parallax{
	width:100%;
	height:230px; 
	padding:0;
	margin:0;
	background-attachment:fixed;
	background-repeat:no-repeat; 
	color:#000;  
	position:relative;
	opacity: 0.4;
}
.parallax .quoteWrap{
	display:table;
	width:100%;
	height:100%; 
	padding:0 !important;
	margin:0 !important;
}
.parallax.fixed{
	background-attachment:fixed;
}
.parallax.fixed-desktop{
	background-attachment:fixed !important;
}
.parallax .quoteWrap .quote{
	display: table-cell; 
	vertical-align:middle;
}
.parallax {
	text-align:center;
}
.parallax h3 span{
	text-shadow: 0px 0px 5px #222;
}	

#parallax-1{
	background-image: url(../image/parallax1.jpg);
}
	

*/



/* ------------------------ FOOTER -----------*/

footer#contacto{
   
    position: relative;
    z-index: 1001;
}

#contacto img{
    margin: 20px 0;
}

ul.social li{
    display: inline-block;
    margin-left: 16px;
}

ul.social{
    width: 137px;
    padding: 0 !important;
    margin: 0 auto !important;
}

ul.social li:first-child {
    margin-left: 0 !important;
}

.android p, .apple p {

    max-width: 165px;
    margin: 0 auto;
}


/*--------------------------------- MEDIA QUERIS */


/* Smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
	
	
	
}


/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {

	
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	

	
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 480px) {
	.fa-3x{
        font-size: 2.3em !important;
    }
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 820px) {
    .width-device-100{
        width: 100% !important;
        text-align: center;
    }
    .adopta{
        margin: 40px 0 0 0 !important;
        padding: 0 !important;
    }
    .adoptaimg{
        padding: 0 !important;
    }
}
	
	
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {


}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 768px) {
    
/*
    body{
        overflow-x: hidden !important;
    }
*/
    .text-footer{
        padding-top: 20px;
    }
    
    .sin-margin-top {
        margin-top: 0px !important;
    }
    .fondoimg {
        margin: 46px auto 0px !important;
    }
    
    .memoria {
        
        font-size: .8em !important;
     }
    
    
    
	#section4, #instagram{
        overflow: hidden;
    }
    
   	#nav-principal{
   		display: none !important;
   	}
    
    .adopta{
        text-align: center !important;
    }

   	h1{
   		
   		font-size: 4em;
   		bottom: 12px;
        

   	}

    .imglogo{
        width: 300px !important;
       
        
    }
    
    ul.social {
        margin-bottom: 20px !important;
    }
    
    .imglogo img{
         margin-bottom: 10px !important;
    }
    
    .android img, .apple img {
        max-width: 165px !important;
        margin: 0px auto !important;
    }
    
    .android, .apple {
        padding: 0 30px;
        width: 100% !important;
        text-align: center;
        
    }
    
    #header-principal{
        text-align: center !important;
    }
    
   
    #section4{
        margin-top: 40px !important;
    }
    
    .width-mobile{
        width: 100% !important;
        
    }
    
    .content{
        padding: 0 10px !Important;
        overflow-x: auto !important;
    }
    
    h2, p{
        text-align: center !important;
    }
    
    .row-mobile {
        width: 300% !important;
        
    }
    
    
    
    #section5{
        min-height: 380px !important;
    }
    
    .columna1{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        height: 315px !important;
    }
    
    .welcome p {
        line-height: 1.2em !important;
        font-size: 1em !important;
    }
     
    
    #instafeed{
        width: 99% !important;
        
        text-align: center;
    }
    
    .fondoimg{
        width: 84% !important;
        bottom: 20px !important;
    }
    
    .text-footer{
        font-size: .8em !important;
    }
    
    
    
    #instafeed img {
        opacity: 1 !important;
        
    }
    
    .rows{
        display: block !important;
    }
    
    #adopta2 p {
        font-size: 1.1em !important;
    }
    
    .adopta h2 {
        font-size: 1.5em !important;
    }
    
    .adopta p {
        font-size: 1.1em !important;
        
    }
    
    .text-footer {
        margin-top: 15px !important;
    }
    
    .copy {
        font-size: .8em !important;
    }
    

    
    
    
    
}


.imglogo {
    width: 400px;
    margin: 0 auto;
}

.android, .apple {
    width: 175px;
}

.apple{
    float: right;
}

.android img,.apple img{
    max-width: 168px;
    display: block;
    margin: 0 auto -12px;
}

.android p, .apple p{
    font-size: .7em;
    
}

.memoria {
    font-family: 'arial black', sans-serif;
    font-size: 1.2em;
    font-weight: 900;
    color: #fff;
    text-shadow: -1px -1px 1px #ccc, -1px 1px 1px #ccc, 1px 1px 1px #999, 1px -1px 1px rgba(0,0,0,.15);
    
}

#section1 {
    min-height: 600px;
    position: relative;
    padding-top: 3px;
}

#section2 {
    background: #fff;
}

.adopta {
    padding: 140px 0 60px 10%;
}

.adopta h2{
    font-weight: 400;
}

.adopta p{
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1em;
}

#adoptaimg {
    padding: 10px 27px 5px 30px;
}

#section3 {
    
    padding: 115px 0;
    min-height: 500px !ipportant;
}

.welcomecontent{
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    min-height: 250px;
    
}

.welcome{
    background: rgba(0,0,0,0.4);
    padding: 20px 10px;
    width: 100%;
    min-height: 100% !important;
    text-align: center;
    border-radius: 10px;
    opacity: 0;
    margin-left: 500px;
    transition: all 1000ms ease-in;
}

.animacion3{
    margin-left: 0;
    opacity: 1;
}

.welcome h2, .welcome p{
    color:#fff;
    
}

.welcome h2{
    font-weight: 300;
}

.welcome p{
    line-height: 1.7em;
    font-size: 1.1em;
    font-weight: 300;
}

#section4{
   margin-top: 30px;
}

.sin-margin {
    margin-bottom: 0 !important;
}

#adopta2 h2{
    font-size: 4em;
    margin-bottom: -5px !important;
}
#adopta2 p{
    font-size: 1.6em;
    line-height: 1.2em;
    
}

#section5 {
    min-height: 600px;
}

.columna1{
    color:#fff;
    padding: 20px 40px;
    margin: 100px 20px;
    background: rgba(0,0,0,0.4);
    height: 350px;
    border-radius: 10px;
}

.columna1 h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 3em;
    
}

.text-footer {
    margin: 166px 0 38px;
    font-size: 1.5em;
    line-height: 1.2em;
}

.copy {
    font-size: 1em;
    color: rgb(209, 209, 209);
    text-align: center;
    
}

.fondoimg {
    max-width: 433px !important;
    display: block;
    margin: 126px auto 0;
}


.paddin-top {
    padding-top: 30px;
}

.color-intagram {
    color: #44749C;
}





.rows {
    color: #fff;
    font-size: 2em;
    width: 30px;
    margin: 0 auto;
}

footer, #section5{
    margin-top: -20px;
}

.rows{
    display: none;
}
.emailicon {
    display: block;
    margin: 0 auto;
    color:#999;
    width: 42px;
}

.daddin-lateral {
    padding: 0 20px;
}


#cajatwitter{
    padding: 40px 45px 0;
}


#adopta2 {
    margin-bottom: 30px !important;
}

.derechos {
    width: 100%;
    text-align: center;
    
}
