@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700); /* LORA */
@import url(https://fonts.googleapis.com/css?family=Muli:400,300);
html,body{
	height:100%;
	margin:0px; 
	padding:0px;
}
body{
    background: #f1f1f1; /* Old browsers */
	width: 100%;
	height:100%;
	margin:0px; 
	padding:0px;
	left:0px;
	right:0px;
	font-size:100%;
    font-family: 'Muli', sans-serif;
}
a{
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
html ::selection, 
body ::selection, 
button ::selection, 
input ::selection, 
select ::selection, 
textarea ::selection {
	background: rgba(221,72,20,0.9);
	color: #fff;
}
.centrador{
    box-sizing: border-box;
    padding: 0px 30px;
    width: 100%;
    max-width: 1440px;
    position: relative;
    margin: 0px auto;
}
/*-------------------------------------------*/
.menu-trigger{
    background-color: rgba(19,19,19,0.9);
    background-image: url(../img/icons/menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    position: absolute;
    right: 45px;
    top: 45px;
    visibility: visible;
    width: 45px;
    z-index: 10;
    cursor: pointer;
}
.nav-container {
    background-color: #e9e9e9;
    left: 0px;
    position: absolute;
    top: 31px;
    width: 100%;
    z-index: 6;
}
.main-menu{
    background: linear-gradient(
      rgba(19, 19, 19, 0.4), 
      rgba(19, 19, 19, 0.4)
    ), url(../img/wooden-bg.jpg);
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0px;
    min-height: 400px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    transition: opacity 0.3s ease-out 0.1s;
	-moz-transition: opacity 0.3s ease-out  0.1s;
	-webkit-transition: opacity 0.3s ease-out  0.1s;
    top: 0px;
    width: 100%;
    z-index: 10;
}
.show{
    opacity: 1;
    transition: opacity 0.3s ease-in 0.1s;
	-moz-transition: opacity 0.3s ease-in 0.1s;
	-webkit-transition: opacity 0.3s ease-in 0.1s;
    visibility: visible; 
}
.main-menu ul{
    margin: 0px;
    padding: 0px;
}
.main-menu ul:first-child {
    padding-top: 140px;
}
.main-menu ul:last-child {
    opacity: 0;
    visibility: hidden;
}
.main-menu li{
    list-style: none;
}
.main-menu ul:first-child a{
    display: block;
    color: #f1f1f1;
    font-family: 'Cinzel', serif;
    font-size: 26px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu ul:first-child a:hover{
        color: #b8a578;
    }
.main-logo {
    background: url(../img/tequila-don-fermin.png) -1px center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    float: left;
    height: 120px;
    position: relative;
    width: 220px;
    z-index: 11;
}
.main-logo section{
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.main-logo a{
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.main-menu ul:last-child{
    box-sizing: border-box;
    /*padding: 0px 30px;*/
}
/*.main-menu ul:last-child li{
    text-align: center;
}*/
.main-menu ul:last-child a{
    box-sizing: border-box;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px;
    border: 2px solid #6d6d6d;
}
.main-menu ul:last-child li:nth-child(1) a{
    background-image: url(../img/icons/facebook.png);
}
/* .main-menu ul:last-child li:nth-child(2) a{
    background-image: url(../img/icons/twitter.png);
} */
.main-menu ul:last-child li:nth-child(2) a{
    background-image: url(../img/icons/instagram.png);
}
.top-slider-container {
    background-color: #e9e9e9;
    box-sizing: border-box;
    margin: 0px auto;
    min-height: 640px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 5;
}

.main-container{
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}
.us-container {
    background: linear-gradient(
      rgba(19, 19, 19, 0.4), 
      rgba(19, 19, 19, 0.4)
    ), url(../img/wooden-bg.jpg);
    box-sizing: border-box;
    /*min-height: 640px;*/
    overflow: inherit;
    padding: 0px 0px 65px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.us-container .centrador{
    display: flex;
    display: -webkit-flex;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
}
.box {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0px;
    padding: 45px 0px 0px;
    position: relative;
    width: 100%;
}
.text-box h1{
    color: #f1f1f1;
    font-family: 'Cinzel', serif;
    font-size: 31px;
    font-weight: 400;
    margin: 0px;
    padding: 30px 0px 20px;
    text-align: left;
}
.text-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0px;
    padding: 10px 0px 20px;
    text-align: left;
}
.white-text{
    color: #f1f1f1;
}
.quote {
    border-left: 8px solid;
    padding-left: 30px !important;
}

.button-box {
    overflow: inherit;
    padding: 15px 0px;
    position: relative;
    width: 100%;
}

.button {
    background: none;
    border: 2px solid;
    border-color: #f1f1f1;
    color: #f1f1f1;
    display: inline-block;
    float: none;
    font-weight: 700;
    /*min-width: 150px;
    max-width: 250px;*/
    letter-spacing: 0.05em;
    margin: 2em 0em;
    padding: 1em 2em;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    z-index: 1;
}
.button:hover {
    color: #3c321a;
    border-color: #f1f1f1;
}
.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.button, .button::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.flaoting-image {
    display: block;
    position: relative;
    text-align: center;
    z-index: 2;
}
.flaoting-image img{
    margin-bottom: -120px;
    max-width: 400px;
    position: relative;
    vertical-align: bottom;
    width: 70%;
}

/*---------------------------Tequilas ------------------*/
.tequilas,
.historia,
.contacto,
.newsletter{
    padding: 0px 0px 65px;
    position: relative;
    width: 100%;
}
.tequilas *,
.historia *{
    box-sizing: border-box;
}
.tequilas{
    background-color: #fff;
    /* background-image: linear-gradient(180deg, #fff, #f1f1f1);
    -webkit-background-image: -webkit-linear-gradient(180deg, #fff, #f1f1f1);
    -o-background-image: -o-linear-gradient(180deg, #fff, #f1f1f1);
    -ms-background-image: -ms-linear-gradient(180deg, #fff, #f1f1f1); */
    border-bottom: 1px dotted #ccc;
}
#slider-wrapper {
  width: 100%;
  /* min-height: 960px; */
  height: 960px;
  margin: 0px auto;
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
}
#s1, #s2, #s3, #s4{
  padding: 6px;
  background: #988552;
  position: absolute;
  left: 10%;
  top: 55px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}
#s1 {
  margin-left: -36px;
}

#s2 {
  margin-left: -12px;
}

#s3 {
  margin-left: 12px;
}

#s4 {
  margin-left: 36px;
}

#s1:hover,
#s2:hover,
#s3:hover,
#s4:hover {
  background-color: #8c8b8a;
}

.inner-wrapper,
.inner-wrapper-h{
  width: 100%;
  /* min-height: 960px; */
  height: 960px;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0px;
  overflow: hidden;
}

.control, .control-h {
  display: none;
}

#Slide1:checked ~ .overflow-wrapper {
    margin-left: -0%;
}

#Slide2:checked ~ .overflow-wrapper {
  margin-left: -100%;
}

#Slide3:checked ~ .overflow-wrapper {
  margin-left: -200%;
}

#Slide4:checked ~ .overflow-wrapper {
  margin-left: -300%;
}
#Slide1:checked ~ .overflow-wrapper .slide:nth-child(1) {
    opacity: 1;
}

#Slide2:checked ~ .overflow-wrapper .slide:nth-child(2) {
    opacity: 1;
}

#Slide3:checked ~ .overflow-wrapper .slide:nth-child(3) {
    opacity: 1;
}

#Slide4:checked ~ .overflow-wrapper .slide:nth-child(4) {
    opacity: 1;
}

#Slide1:checked + #s1 {
  opacity: 1;
}

#Slide2:checked + #s2 {
  opacity: 1;
}

#Slide3:checked + #s3 {
  opacity: 1;
}

#Slide4:checked + #s4 {
  opacity: 1;
}

.overflow-wrapper,
.overflow-wrapper-h{
  width: 400%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
  z-index: 1;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.slide,
.slide-h{
    display: block;
    float: left;
    height: 100%;
    opacity: 0;
    overflow: scroll;
    margin-top: 75px;
    padding: 0px;
    position: relative;
    -webkit-transition: opacity 0.5s ease-in-out 0.3s;
    -moz-transition: opacity 0.5s ease-in-out 0.3s;
    -o-transition: opacity 0.5s ease-in-out 0.3s;
    transition: opacity 0.5s ease-in-out 0.3s;
    width: 25%;
}
.slide .slide-box,
.slide-h .slide-box{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    float: left;
    min-height: 640px;
    padding: 20px 0px 200px;
    position: relative;
    width: 100%;
}
.slide .slide-box h3,
.slide-h .slide-box h3 {
    color: #6d6d6d;
    font-family: 'Cinzel', serif;
    font-size: 31px;
    font-weight: 400;
    margin: 0px;
    padding: 30px 0px 20px;
    text-align: left;
}
.slide .slide-box p,
.slide-h .slide-box p {
    color: #8c8b8a;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0px;
    padding: 10px 0px 20px;
    text-align: left;
}
.slide-box span{
    color: #b8a578;
    font-weight: 700;
}
.image-box{
    padding: 50px 0px !important;
}
.slide:nth-child(1) .image-box,
.slide:nth-child(2) .image-box,
.slide:nth-child(3) .image-box,
.slide:nth-child(4) .image-box{
    background-size: 55%;
    min-height: 320px;
}
.slide:nth-child(1) .image-box{
    background-image: url(../img/tequila-anejo.png);
}
.slide:nth-child(2) .image-box{
    background-image: url(../img/tequila-plata.png);
}
.slide:nth-child(3) .image-box{
    background-image: url(../img/tequila-reposado.png);
}
.slide:nth-child(4) .image-box{
    background-image: url(../img/tequila-anejo.png);
}
/*-----------------------Historia ----------*/
.historia{
    /* background-color: #b8a578; */
    background-color: #f1f1f1;
    /* background-image: linear-gradient(180deg, #f1f1f1, #ffffff);
    -webkit-background-image: -webkit-linear-gradient(180deg, #f1f1f1, #ffffff);
    -o-background-image: -o-linear-gradient(180deg, #f1f1f1, #ffffff);
    -ms-background-image: -ms-linear-gradient(180deg, #f1f1f1, #ffffff); */
}
#slider-wrapper-h {
  width: 100%;
  /* min-height: 960px; */
  height: 960px;
  margin: 0px auto;
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
 max-width: 1440px;
}
#s1-h, #s2-h{
    background-color: #f1f1f1;
    border: 2px solid;
    border-color: #b8a578;
    color: #b8a578;
    display: block;
    margin: 2em 0em;
    padding: 1em 2em;
    position: absolute;
    letter-spacing: 0.05em;
    left: 0px;
    top: -25px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 700;
    width: 140px;
}
#s1-h, #s1-h::before,
#s1-h, #s1-h::before{
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#s1-h::before,
#s2-h::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b8a578;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#s1-h:hover::before,
#s2-h:hover::before,
#Slide1-h:checked ~ #s1-h::before,
#Slide2-h:checked ~ #s2-h::before{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#Slide1-h:checked + #s1-h,
#Slide2-h:checked + #s2-h{
    color: #f2f2f2;
}
#s1-h {
  margin-left: 30px;
}

#s2-h {
  margin-left: 168px;
}
#s1-h:hover,
#s2-h:hover{
  color: #f2f2f2;
}

#Slide1-h:checked ~ .overflow-wrapper-h {
    margin-left: -0%;
}

#Slide2-h:checked ~ .overflow-wrapper-h {
  margin-left: -100%;
}
#Slide1-h:checked ~ .overflow-wrapper-h .slide-h:nth-child(1) {
    opacity: 1;
}

#Slide2-h:checked ~ .overflow-wrapper-h .slide-h:nth-child(2) {
    opacity: 1;
}
.slide-h:nth-child(1) .image-box,
.slide-h:nth-child(2) .image-box{
    background-size: 55%;
    min-height: 320px;
}
.slide-h:nth-child(1) .image-box{
    background-image: url(../img/process.png);
}
.slide-h:nth-child(2) .image-box{
    background-image: url(../img/history.png);
}
/*------------- Contacto --------------------------*/
.contacto{
    background-color: #b8a578;
    /* background-image: url(../img/logoedsa.png);
    background-position: left 30px top center;
    background-repeat: no-repeat;
    background-size: auto; */
}
.contacto h3 {
    font-size: 31px;
    font-weight: 300;
    margin: 0px;
    padding: 30px 0px 20px;
    text-align: center;
    text-transform: capitalize;
}
.inner-contacto-first {
    padding: 65px 0px 0px;
    position: relative;
    width: 100%;
}

.inner-contacto-first .centrador{
    display: flex;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
}
.inner-contacto-first ul{
    display: table;
    margin: 0px auto;
    padding: 0px;
    table-layout: fixed;
    width: 300px;
}
.inner-contacto-first li {
    display: table-cell;
}
.inner-contacto-first ul a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    border: 4px solid #f1f1f1;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 70px;
    margin: 40px auto;
    position: relative;
    width: 70px;
    z-index: 1;
}

.inner-contacto-first li:nth-child(1) a{
    background-image: url(../img/icons/facebookb.png);
}
/* .inner-contacto-first li:nth-child(2) a{
    background-image: url(../img/icons/twitterb.png);
} */
.inner-contacto-first li:nth-child(2) a{
    background-image: url(../img/icons/instagramb.png);
    margin: 40px 0px;
}
.inner-contacto-first ul a::before{
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.inner-contacto-first ul a::before{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.inner-contacto-first ul a:hover::before{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.inner-contacto-first li:nth-child(1) a:hover::before{
    background-image: url(../img/icons/facebooko.png);
}
/* .inner-contacto-first li:nth-child(2) a:hover::before{
    background-image: url(../img/icons/twittero.png);
} */
.inner-contacto-first li:nth-child(2) a:hover::before{
    background-image: url(../img/icons/instagramo.png);
}
.contacto p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
}
/*--------------------------- Newsletter --------------------*/
.inner-newsletter-first{
    padding-bottom: 55px;
    position: relative;
    width: 100%;
}
.inner-newsletter-first *{
    box-sizing: border-box;
}
.inner-newsletter-first .centrador{
    display: flex;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
}
.inner-newsletter-first .box p{
    color: #6d6d6d;
    font-style: italic;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0px;
    padding: 10px 0px 20px;
    text-align: center;
}
.text-newslwtter{
    color: #6d6d6d;
    font-style: italic;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0px;
    padding: 10px 0px 20px;
    text-align: center;
    width: 100%;
}
.inner-newsletter-first:nth-child(2) .box p{
    font-size: 12px;
    text-align: center;
}
.span-container{
    position: relative;
    width: 100%;
}
.span-container span{
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    margin: 0px auto;
    max-width: 450px;
    padding: 20px;
    width: 80%;
}
.span-container label{
    background-image: url(../img/icons/mail.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45%;
    border-left: 2px solid #8c8b8a;
    display: block;
    transition: width 0.2s linear 0s;
	-moz-transition: width 0.2s linear 0s;
	-webkit-transition: width 0.2s linear 0s;
    width: 90px;
}
.span-container input[type="email"]{
    border: none;
    color: #b8a578;
    display: block;
    font-size: 16px;
    font-style: italic;
    margin: 0px;
    padding: 5px;
    transition: width 0.2s linear 0s;
	-moz-transition: width 0.2s linear 0s;
	-webkit-transition: width 0.2s linear 0s;
    width: calc( 100% - 90px );
}
input[type="email"]:focus,
input[type="email"]:hover{
    width: calc( 100% - 75px );
}
input[type="email"]:focus ~ label,
input[type="email"]:hover ~ label{
    width: 75px;
}
.newsletter-form{
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}
.submit-button{
    background: none;
    border: none;
    cursor: pointer;
    /* background-image: url(../img/icons/mail.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45%;
    border-left: 2px solid #8c8b8a; */
    display: block;
    height: 30px;
    opacity: 0;
    position: absolute;
    transition: width 0.2s linear 0s;
	-moz-transition: width 0.2s linear 0s;
	-webkit-transition: width 0.2s linear 0s;
    right: 0px;
    width: 90px;
}
.inner-newsletter-first .centrador label{
    
}
.copyright {
    background-color: #fff;
    padding: 55px 0px 45px;
    position: relative;
    width: 100%;
}

.inner-copyright p{
    color: #8c8b8a;
    font-size: 13px;
    text-align: center;
}
.inner-copyright span{
    color: #b8a578;
}

.back-to-top {
    background-color: #181818;
    border-radius: 3px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    z-index: 2;
}
.back-to-top a {
    background-image: url(../img/icons/top.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 95%;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.mensaje-box {
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 45px auto 0px;
    max-width: 350px;
    position: relative;
    transition: all 0.6s linear 0.5s;
	-moz-transition: all 0.6s linear 0.5s;
	-webkit-transition: all 0.6s linear 0.5s;
    width: 100%;
}
.mensaje-box span{
    color: #b8a578;
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    transition: all 0.6s linear 0.5s;
	-moz-transition: all 0.6s linear 0.5s;
	-webkit-transition: all 0.6s linear 0.5s;
}


.slide .slide-box h4, .slide-h .slide-box h4 {
    color: #6d6d6d;
    font-family: 'Cinzel', serif;
    font-size: 26px;
    font-weight: 400;
    margin: 0px;
    padding: 30px 0px 20px;
    text-align: left;
}
.tequila-table {
    background-color: #f6f6f6;
    display: flex;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    position: relative;
    width: 100%;
}
.tequila-table *{
    box-sizing: border-box;
}
#history .slide-box{
    background-color: #f1f1f1;
    z-index: 1;
}
.logoedsa {
    display: block;
    padding-bottom: 45px;
    text-align: center;
}
.logoedsa img{
    max-width: 200px;
    vertical-align: bottom;
    width: 80%;
}

.flags {
    background-color: #e9e9e9;
    border-bottom: 1px solid #dedede;
    height: 30px;
    position: relative;
    width: 100%;
}

.flags-inner {
    position: relative;
    width: 100%;
}
.flags-inner ul{
    float: right;
    margin: 0px;
    padding: 0px;
    width: 140px;
}
.flags-inner li{
    display: inline-block;
    height: 30px;
    list-style: none;
    width: 60px;
}
.flags-inner a{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 30px;
    opacity: 0.4;
}
.flags-inner li:first-child a{
    background-image: url(../img/icons/usa.png);
}
.flags-inner li:last-child a{
    background-image: url(../img/icons/mexico.png);
}
.flags-inner a:hover{
    opacity: 0.8;
}