﻿
.feedEkList{width:500px; list-style:none outside none;background-color:#FFFFFF; border:1px solid #D3CAD7; padding:0px 6px; color:#3E3E3E;}
.feedEkList li{border-bottom:1px solid #D3CAD7; padding:1px;}
.feedEkList li:last-child{border-bottom:none;}
.itemTitle a{font-weight:bold; color:#4EBAFF !important; text-decoration:none }
.itemTitle a:hover{ text-decoration:underline }
.itemDate{font-size:11px;color:#AAAAAA;}
.itemAuthor{font-size:11px;color:#AAAAAA; text-align: right} 




.auto-style2 {
	width: 100%;
	height: 500px;
	text-align: center;
}


  .feedDiv{
  width:500px;
  text-align:center;
  margin:0 auto;
  
  }








.header .lead {
  max-width: 620px;
}

.inline-gallery-container {
  width: 700px;
  height: 500px;
  position: relative;
}






// For caption animation(Optional)
.lightGallery-captions {
    h4 {
        transform: translate3d(60px, 0, 0px);
    }
    p {
        transform: translate3d(-60px, 0, 0px);
    }
    h4,
    p {
        opacity: 0;
    }
}

.lg-current {
    .lightGallery-captions {
        h4,
        p {
            transform: translate3d(0, 0, 0px);
        }
        h4,
        p {
            opacity: 1;
        }
    }
}
.lg-slide-progress {
    .lightGallery-captions {
        h4 {
            transform: translate3d(-60px, 0, 0px);
        }
        p {
            transform: translate3d(60px, 0, 0px);
        }
        h4,
        p {
            opacity: 0;
        }
    }
}

.lightGallery-captions {
    h4,
    p {
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in;
    }
}
.lg-current {
    .lightGallery-captions {
        h4,
        p {
            transition-delay: 500ms;
        }
    }
    &.lg-slide-progress {
        .lightGallery-captions {
            h4,
            p {
                transition-delay: 0ms;
            }
        }
    }
}















/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:5;
    padding:5;
}
html,body {
    margin:5;
    padding:5;
}




* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin:0 auto ;
  margin-top:20px;
  padding-top:20px;
  
  
  
}


.contenedor {
	
	width:90%;
	margin:15px auto;
	height:100%;
	background-color:gray;
	border:solid 1px black;
	}

.titular{
  text-align:center;
	
}

.titulo{
  font-size:50px;
  font-family:"Amatic SC";
  
}


.post{
	margin:auto 0;
}

.posteado{
	
	width:100%;
	height:500px;
}




.prensa{
	margin:auto;
	text-align:center;
}

.titulin{
font-size:40px;
font-family:"Amatic SC";
background-color:black;
color:white;
text-align:center;
	
}



.CONTACTO{
	width:90%;
	height:8%;
	background-color:silver;
	margin:auto;
	
}

.pie_pagina{
	text-align:center;
	font-size:40px;
   font-family:"Amatic SC";
	}
	
.galery{
 
 	width:800px;
 height:900px;

	
}

.galeria {
 width:800px;
 height:100%;
 margin:auto;


 

}

.press {
 margin:auto 0;
}

 

}



.rotulo{


	
}



.auto-style1 {
	font-weight: 400;
	font-size: 15px;
	text-decoration: underline;
}

.marquesina{
	position:absolute;
	left: 30%; 
	top: 100px; 
	width: 500px;
	
}



.logo{
	width:80px;
	height:100px;
    position:absolute;
	left:100px;
	top:40px;
}



/* Visit http://www.menucool.com/horizontal/javascript-menu for source code and other menu CSS templates */

#sse1
{
    /*You can decorate the menu's container, such as adding background images through this block*/
    background-color: #222;
    height: 38px;
    padding: 15px;
    border-radius: 3px;
    box-sizing: content-box;
}
#sses1
{
    margin:0 auto;/*This will make the menu center-aligned. Removing this line will make the menu align left.*/
}
#sses1 ul 
{ 
    position: relative;
    list-style-type: none;
    float:left;
    padding:0;margin:0;
    border-bottom:solid 1px #6C0000;
}
#sses1 li
{
    float:left;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
}
/*CSS for background bubble*/
#sses1 li.highlight
{
    background-color:#800;
    top:36px;
    height:2px;
    border-bottom:solid 1px #C00;
    z-index: 1;
    position: absolute;
    overflow:hidden;
}
#sses1 li a
{
    box-sizing: content-box;
    height:30px;
    padding-top: 8px;
    margin: 0 20px;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
    color: #fff;
    font: normal 12px arial;
    text-align: center;
    text-decoration: none;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
}


*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: acumin-pro, system-ui, sans-serif;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  font-size: 14px;
  background-color: #f4f4f4;
  align-items: start;
  min-height: 100vh;
}


.pie{
	margin:0 auto;
	width:90%;
	
}



.footer {
  
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 30px 30px;
  color: black;
  background-color:silver;
  border-top: 1px solid black;
  text-align:center;
}

.footer > * {
  flex:  1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}

.footer__logo {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 1.5rem;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}

.footer address {
  font-style: normal;

}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  height: 36px;
  max-width: max-content;
  color: black;
  line-height: 0;
  margin:0 auto;
  font-size: 1rem;
  margin-top:40px;

}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
	flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
 text-decoration:none;
 color:black;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  text-align:center;
   

}
  
.legal__links {
  text-align:center;
  font-family:"Amatic SC";
  font-size:xx-large;
  padding-top:60px;
}

.heart {
  color: #2f2f2f;
}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__addr {
    flex: 2 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }
}











/* Caption text */
.text {
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
