* {
    padding:0;
    margin:0;
    font-family: 'Sriracha', sans-serif;
   
}

a {
    text-decoration: none; color: inherit;
} 

.subtitulo{
    float: left; 
    line-height: 3.3rem;
    font-size: 1rem;
    font-family: 'Sriracha';
    font-variant: small-caps;
    margin-right: 1rem; 
}

.subtitulo2{
    float: left; 
    line-height: 3.3rem;
    font-size: 0.8rem;
    font-family: 'Sriracha';
    font-variant: small-caps;
    margin-right: 1rem;
}


.header {
    position:fixed;
    height: 15px;
    line-height: 60px;
    color: #fff;
    background-color:#ff6633;
    padding-bottom: 2.1rem;
    z-index: 1000;
    width: 100%;
}


.headerlogo {
    padding:0rem 0.5rem 0rem 0rem;
    line-height: 3rem;
    float: left;
    font-size: 2rem;
    font-family: 'Sriracha';
    font-variant: small-caps;
}


.headericon {
        display: block;
        margin-top: 0.5rem;
        width:40px;
        height: 50px;
        position: relative;
        float: left;        
        cursor: pointer;
    }

#treslineas {
    float: left;
    width: 40px;
    height: 30px;
} 

.menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    background-color:#ff8a63;
    transform: translateX(-120px);
    transition-duration: 0.3s;

}
.menu a:hover{
    color: #ff6633;
}

.menu a{
    display: block;
    padding: rem;
    margin: rem;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #ff6633;
    font-family: 'Sriracha';
    font-variant: small-caps;
    
}

.widthsidebar .pusher{
    transform:translateX(120px);
    transition-duration: 0.3s;

}


body {
    background-color: #edeadf;
    text-align: center;
    
}

#titulo {
    font-variant: small-caps;
    font-size: 5rem;
    letter-spacing: 0.4rem;
    padding: 2rem 0rem 1rem 0rem;
    color: black;
    font-weight: 800 ; 
}

h2 {
    color: black;
    font-variant: small-caps;
    
}

#email{
    font-size: 1rem;
    font-style: italic;
}

.linkpopup{
    color: #ff6633;
    font-size: 0.8rem;
    text-decoration: none;
    padding: 0.2rem;
    border-style: inset;
    position: absolute;
    right: 2rem;
    margin-top: 4rem;
    font-family: 'Sriracha';
}

#popup{
    text-align: left;
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#popup:target{
    display: block;
}

.popup_block{
    font-size: 1rem;
    color: coral;
    background-color:#edeadf;
    padding: 0.5rem;
    position: relative;
    margin: 10% auto;
    width: 80%;
    box-shadow: 0px 0px 20px #000;
}

.linkpopup2{
    color: #ff6633;
    font-size:0.8rem;
    text-decoration: none;
    padding: 0.2rem;
    border-style: inset;
    position: absolute;
    left: 2rem;
    margin-top: 4rem;
    font-family: 'Sriracha';
}

#popup2{
    text-align: left;
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#popup2:target{
    display: block;
}

.popup_block2{
    font-size: 1rem;
    color: coral;
    background-color:#edeadf ;
    padding: 0.5rem;
    position: relative;
    margin: 10% auto;
    width: 80%;
    box-shadow: 0px 0px 20px #000;
}

img.btn_close {
    width: 30px;
	height: 30px;
    float: right;
    margin: -20px -20px 0 0;
}


.empresayrefugio{
    text-align: center;
    height:20%;
    font-family: 'Bubblegum Sans', cursive;
    position: relative;
    color: #ff6633;
  
}

.box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
 
    }

.ref1 {
    order: 0;
    flex: 1 0 auto;
    align-self: auto;
    width: 50%;
    }

.ref1 img {
    width:100%;
}

.ref2 {
    order: 0;
    flex: 1 0 auto;
    align-self: auto;
    margin: 0;
    padding: 0;
    width:50%;
    }

.ref2 img{
    width:100%;
}

.ref3 {
    order: 0;
    flex: 1 0 auto;
    align-self: auto;
    width: 50%;
    }

.ref3 img {
    width: 100%;
}

.ref4 {
    order: 0;
    flex: 1 0 auto;
    align-self: auto;
    width: 50%;
    }

.ref4 img{
    width: 60%;
}

.ref5 {
    order: 0;
    flex: 1 0 auto;
    align-self: auto;
    width: 50%;
    }

.ref5 img{
    width: 70%;
}

.ref6 {
    order: 0;
    flex: 1 0 auto;
    align-self: auto;
    width: 50%;
    }

.ref6 img{
    width: 70%;
}

#Dona {
    text-decoration: none;
    color: white;
}

footer {
    clear: both;
    text-align: center;
    margin-top: 3rem;
    padding-top: 0.5rem;
    background-color:#ff6633;
    font-size: 0.7rem;
}

#ley {
    color: black;
    font-style: italic;
    font-size: 0.5rem;
}

#titulo2 {
    font-family: 'Sriracha';
    font-variant: small-caps;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
    color: #ff6633;

} 

#titulo4 {
    font-family: 'Sriracha';
    font-variant: small-caps;
    font-size:1.5rem;
    line-height: 5rem;
    text-align: center;
    font-weight: bold;
    color: #ff6633;

} 

#titulo3 {
    font-family: 'Sriracha';
    font-variant: small-caps;
    font-size: 1.2rem;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
    color: #ff6633;

} 

.nombre {
    
    border-style: solid; 
    border-color: lightcoral;
    background-color:white;
    color: #D31D8C;
    border-width:thin;
    padding: 1rem;
    font-size:25;
    
}

#presentacion {
    text-align: center;
    clear: both;
    background-color:#edeadf;
    font-size: 0.8rem; 
    color: darkmagenta;
}

#presentacion2 {
    text-align: center;
    padding: 2rem 1rem 0rem;
    clear: both;
    background-color:#edeadf;
    font-size: 1rem; 
    color:#ff6633;
}

#presentacion3 {
    text-align: center;
    padding: 0rem 3rem 3rem 3rem ;
    clear: both;
    background-color:#edeadf;
    font-size: 1rem; 
    color: #ff6633;
}   

#presentacion4 {
    text-align: center;
    margin: 0rem 0rem 1rem 0rem;
    clear: both;
    background-color:#edeadf;
    font-size: 0.8rem; 
    color: darkmagenta;
    padding-bottom: 1rem;
}   

.imagenhome {
    margin-top: 1.2rem;
    display: block;
    width: 100%;
}

#tomy {
    margin : 2rem 0 1rem 0;
    width: 100%;
   
}

#logros {
    width: 100%;
}


#columna1 {
    float:left;
    width: 50%;
    font-size: 2rem;
   
    
}

#columna2 {
    float:left;
    width: 50%;
    font-size: 2rem;
    text-align:;
}

#bold {
    font-weight: bold;
    border-bottom-style: solid;
    border-color: black;
    border-width:thin;
    padding: 2rem;
}

.perro1 {
    margin-top: 1rem;
    border-bottom-style: solid;
    border-color: #a9462d;
    border-width:thin;
}

.box2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    
    }

.manolo1 {
    order: 0;
    flex: 1 0 auto;
    align-self: auto;
    }

.manolo2 {
    order: 0;
    flex: 1 0 auto;
    align-self: auto;
    }


#fb {
    width: 20px;
    height: 20px;
}

#negrita{
    font-size: 1.2rem;
    font-weight: bold;
}

#negrita2 {
    font-weight: bold;
    color: #a9462d;
    font-size:1rem;
    
}

#producto {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    box-shadow: 0.4rem 0.4rem 1rem #a9462d;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

#producto2 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    box-shadow: 0.4rem 0.4rem 1rem #a9462d;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
}

.precio {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: #a9462d;
}


#comprar {
    width: 30%

}

#detalle {
    font-size: 1rem;
    font-weight: bold;
    color: #a9462d;
}

#producto {
    font-size: 1rem;
}

#otroproducto{
    margin-top: 3rem;
}


#mapa {
    text-decoration: none;
}

#logo {
    position: absolute;
    left: 5rem;
    top: -1rem;
    width: 150px;
    height: 150px;
    
}

#logodona{
    margin-top: 0.4rem;
    width: 15%;
    float: left;
}

#logodona2{
    width: 20%;
    
}

.barra {
    width: 100%;
}

div p span {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
    color: #ff6633;

}

div p span.como{
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
 }

#nombremascota{
    font-family: 'Sriracha';s
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color:#ff6633;
    
 }

#caso{
    margin: 0rem 1rem 0rem 1rem;
    text-align: justify;
    font-size: 0,8rem;
    font-weight:300;
    color:#ff6633;  
}

.infografia {
    width: 100%;
    margin-top: 3rem;
}

#shop{
    width: 80%;
}

#texto{
    color: #ff6633;
}

#shop1 {
    margin-bottom: 1rem;
    width: 80%;
}


#doc { margin: 40px 0; }
#content {
	margin: 0 auto;
	min-width: 740px;
	max-width: 1140px;
}

.blueberry { max-width: 960px; }

.blueberry { margin: 0 auto; }
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	height: 40px;
	text-align: center;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 5px;
	width: 5px;
}
.blueberry .pager li a {
	padding: 18px 8px;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
	border-radius: 2px;
}
.blueberry .pager li.active a span { background: #404040; }