/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
.row-hero {
  position: relative;
  width: 100%;

}
.row-hero-overlay {
  position: relative;
  z-index: 9999;
}
.row-hero-container {
  position: relative;
  color: #FFFFFF;
  z-index: 3 !important;

}
.row-hero-container video {
  position: relative;
  z-index: 0;

}
video {
  width: 100% !important;
  height: auto !important;

}
.video-holder {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;

}
@media (max-width: 1260px) {
  .video-holder video {
    height: 170%;
    width: 110%;
  }
}
.hero {
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 1500px;
}
.hero-video {
  position: absolute;
  top: 0;
}

.modal-content
{
    background-color: rgba(255,255,255,1);
    border: 0px!important;.
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-top: 30px;
}




/*RESPONSIVE*/

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  #revolucion-video{margin-top: 200px!important;}
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  #revolucion-video{margin-top: 200px!important;}
}

/*RESPONSIVE*/


.politica-mediambiente table{
	border: solid 1px #DDDDDD;
}
.politica-mediambiente table img{
	max-width: 150px;
}
.politica-mediambiente table td{
border: solid 1px #DDDDDD;
}