*{
	margin: 0;
	padding: 0;
    
	font-family:'Economica', sans-serif;
}
body{
    background-color: #f3f3f3;
    background-size: 100%;
    background-attachment:fixed;
}


header{
    position: fixed;
	width: 100%;
	height: 90px;
	background-color: white;
    background-image: url(../pictures/fodoo.png);
    background-size: 100%;
	-webkit-transition: background-color .5s;
    z-index: 100;
}
header img
{
    height: 50px;
    width: 50px;
}
#iz{
    float: left;
    left: 50%;
    padding:10;
}
#q{
    margin-top: 10px;
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
#q img{
    width: 200px;
    height: 80px;
    max-width:480px;
    max-height: 80px;
}
#nav{
	display: table;
	margin: auto;
	margin-top: 15px;
	height: 40px;
	-webkit-transition: margin-left .5s;
}
ul{
	display: block;
	float: left;
	list-style: none;
}
ul li{
	float: left;
	margin: 20px;
	padding: 2px;
}

ul a{
	color: #3C3C3C;
    height: 100px;
	text-decoration: none;
}

.banner img{
	width: 100%;
	height: 800px;
    max-height: 500px;
    min-height: 500px;
    
}
.banner{
	width: 100%;
	height: 800px;
    max-height: 500px;
    min-height: 500px;
}

section{
	margin: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#sec0{
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
	background-image: url(../imagenes/ImagenesOS/bannerOS_fijoUSA.png);
	height: 800px;
    max-height: 800px;
    min-height: 800px;
    background-repeat: no-repeat;
}
#sec2{
    padding: 0;
    height: 1300px;
    min-height: 1000px;
    max-height: 2700px;
}
#se2{
    padding: 0;
    margin-top: 0;
	background-size: cover;
    background-position: center center;
	height: 1300px;
    min-height: 1000px;
    max-height: 2700px;
    width: 100%;
    background-attachment:scroll;
}
#sec3{
    background-attachment: fixed;
    background-position: center center;
    background-size:contain;
    height: 1400px;
}
#sec4{
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
	background-image: url(../imagenes/Imagen-Fondo-01.png);
	height: 1000px;
}
#sec5{
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
	height: auto;
}
.contenedor1 {
	width: 100%;
    margin: auto;
    background-color: rgba( 242, 243, 244, 0.6);
    margin-top: 20px;
}
 
article {
    margin-top: 10px;
	padding:20px;
	color:  #c3c3c3;
    text-align: justify;
}
 
article h2 {
    font: oblique bold 400% cursive;
    color: #9acd32;
    height: 310px;
}
p{
	line-height: 25px;
    color: #ccc;
}
 
article h2, article p, article hr {
	margin-bottom: 20px;
}

#info {
    text-align: center;
    padding: 80px;
}

#info .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info-pet {
    margin: 20px;
    position: relative;
    margin: auto;
}

.info-pet img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.info-pet h4{
}
$animacion: all .6s;

.info-pet:hover{
    transform: translatey(0%);
    transition: $animacion;
}
.slides {
	width:100%;
	height: 500px;
}
 
.slides img {
	width:100%;
	height: 500px;
    position: absolute;
}
 
.slidesjs-pagination {
	background:#424242;
	list-style:none;
	overflow:hidden;
}
 
.slidesjs-pagination li {
	float:left;
}
 
.slidesjs-pagination li a {
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
}
 
.slidesjs-pagination li a:hover {
	background:#000;
}
 
.slides .active {
	background:#000;
}
 
.slidesjs-navigation{
	background:#000;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:13.5px 20px;
	float:right;
}
#btn{
    font:bold 15px Verdana;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    border-radius: 1px;
    transition:background 1s, color 1s;
    -webkit-transition:background 1s, color 1s;
    -moz-transition:background 1s, color 1s;
    -o-transition:background 1s, color 1s;
}
#btn:hover{
    background-color: #f2f2f2;
    color: #2E8100;
}
#im{
    transition: all .2s;
    display: block;
}

#im:hover{
    transform: scale(1.1) rotate(-5deg);
}
#im:after{
    opacity: 3;
}
#rec{
    width: 100%;
}





