@media (min-width: 1200px) {
	/********************************************/
	header[role="header"] {
	  padding-top: 20px;
	  padding-bottom: 20px;
  }
	.logo-inicio{
	  width: 150px;
  }
  .header-logo{
	  position: fixed;width: 100%;z-index: 60;
  }
  .video-wrap{
	  opacity: 1;
	  overflow:hidden;
	  padding-bottom: 8px;
  }
  .video-wrap video{
	  visibility: visible;
	  width: 100vw;
	  height: 100vh;
      opacity: 1;
      object-fit: cover;
  }
  .video-meta{
	  position: absolute;width: 100%;bottom: 50%;
  }
  .play-button{
	  background: url(../images/play.png) no-repeat center transparent;
	  cursor: pointer;
	  display: block;
	  height: 55px;
	  margin: 0 auto;
	  transition: all .3s ease-out;
	  width: 55px;
	  background-size: cover;
  }
  .play-button2{
	  display: none;
  }
  .l-wid{
	  padding-right: 7px;
	  padding-left: 0px;
  }
  .r-wid{
	  padding-right: 0px;
	  padding-left: 7px;
  }
  .c-wid{
	  padding-right: 3.5px;
	  padding-left: 3.5px;
  }
  .ll-wid{
	  padding-right: 4px;
	  padding-left: 0px;
  }
  .rr-wid{
	  padding-right: 0px;
	  padding-left: 4px;
  }
  .cc-wid{
	  padding-right: 2px;
	  padding-left: 2px;
  }
  .rl {
	  padding-left: 0px;
	  padding-right: 0px;
  }
  .grid figure {
	  margin-bottom: 10px !important;
  }
  .grid-lod li img {
	  width: 100%;
   }
  
   figure.effect-o h2 {
	  margin: 13% 0 0 0 !important;
   }
   main[role="main-home-wrapper"] {
	  padding-bottom: 0px;
  }
  footer[role="footer"] {
	  padding-top: 10px;
	  padding-bottom: 77px;
  }
  hr {
	  margin-top: 30px;
  }
  
  .titulos {
	  text-align: left;
  }
  .titulos > p {
	  font-size: 1.4rem;
	  margin: 10px 13px;
	  color: #9d9d9d;
  }
  .titulos > p > span {
	  margin: 0px;
	  font-size: 14px;
	  font-weight: 600;
	  text-transform: uppercase;
	  letter-spacing: -1px;
	  display: block;
	  color: #353535;
  }
  footer[role="footer"] nav > span {
	  margin: 0 13px;
	  font-size: 14px;
	  font-weight: 600;
	  text-transform: uppercase;
	  letter-spacing: -1px;
  }
  footer[role="footer"] nav > ul > li {
	  display: block;
	  text-transform: capitalize;
	  font-size: 1.2em;
	  margin: 0 13px;
  }
  footer[role="footer"] nav {
	  padding-top: 31px;
	  text-align: left;
  }
  .btn-padding-r{
	  padding-right: 0px;
  }
  .btn-padding-l{
	  padding-left: 0px;
  }

  .contain {
	  width: 1170px;
	  padding-right: 15px;
	  padding-left: 15px;
	  margin-right: auto;
	  margin-left: auto;
  }
  
  #corpor{
	 display: none;
  }
  #acordionMovil{
	  display: none;
  }
  #nosotrosMovil{
	  display:none;
  }
  #imgAuto{
	display:none;
  }
  .select-css {
	  display: inline-block;
	  width: unset;
	  vertical-align: unset;
	  font-size: 14px;
  }
  footer[role="footer"] ul[role="social-icons"] > li {
	  vertical-align: middle;
  }
  
  footer[role="footer"] ul[role="social-icons"] > li > a > span {
	  width: 27px;
		  height: 27px;
  }
  .half-rules{
	  margin-bottom: 5px;
  }
  footer[role="footer"] ul[role="social-icons"] {
	  margin-bottom: 15px;
  }
  .li-select{
	  float: right;
  }
  .rrll {
	  padding-left: 0px;
	  padding-right: 0px;
	  margin-bottom: 10px;
  }
	/*******************************************/
	  
	}
 /* md */
  
  @media (min-width: 992px) and (max-width: 1199px) {
  
	header[role="header"] {
	  padding-top: 20px;
	  padding-bottom: 20px;
  }
	.logo-inicio{
	  width: 140px;
  }
  .header-logo{
	  position: fixed;width: 100%;z-index: 60;
  }
  .video-wrap{
	  opacity: 1;
	  overflow:hidden;
	  padding-bottom: 8px;
  }
  .video-wrap video{
	  visibility: visible; 
	  width: 100vw;
	  height: 100vh;
      opacity: 1;
      object-fit: cover;
	  
  }
  .video-meta{
	  position: absolute;width: 100%;bottom: 50%;
  }
  .play-button{
	  background: url(../images/play.png) no-repeat center transparent;
	  cursor: pointer;
	  display: block;
	  height: 55px;
	  margin: 0 auto;
	  -webkit-transition: all .3s ease-out;
	  -o-transition: all .3s ease-out;
	  transition: all .3s ease-out;
	  width: 55px;
	  background-size: cover;
  }
  .l-wid{
	  padding-right: 7px;
	  padding-left: 0px;
  }
  .r-wid{
	  padding-right: 0px;
	  padding-left: 7px;
  }
  .rl {
	  padding-left: 0px;
	  padding-right: 0px;
  }
  .grid figure {
	  margin-bottom: 14px !important;
  }
  .grid-lod li img {
	  width: 100%;
   }
  
   figure.effect-o h2 {
	  margin: 13% 0 0 0 !important;
   }
   main[role="main-home-wrapper"] {
	  padding-bottom: 0px;
  }
  footer[role="footer"] {
	  padding-top: 10px;
	  padding-bottom: 77px;
  }
  hr {
	  margin-top: 30px;
  }
  
  .titulos {
	  text-align: left;
  }
  .titulos > p {
	  font-size: 1em;
	  margin: 10px 13px;
	  color: #9d9d9d;
  }
  
  .titulos > p > span {
	  margin: 0px;
	  font-size: 14px;
	  font-weight: 600;
	  text-transform: uppercase;
	  letter-spacing: -1px;
	  display: block;
	  color: #353535;
  }
  footer[role="footer"] nav > span {
	  margin: 0 13px;
	  font-size: 14px;
	  font-weight: 600;
	  text-transform: uppercase;
	  letter-spacing: -1px;
  }
  footer[role="footer"] nav > ul > li {
	  display: block;
	  text-transform: uppercase;
	  font-size: 19px;
	  margin: 0 13px;
  }
  footer[role="footer"] nav {
	  padding-top: 33px;
	  text-align: center;
  }
  .btn-padding-r{
	  padding-right: 0px;
  }
  .btn-padding-l{
	  padding-left: 0px;
  }
 
  .contain {
	  /*width: 1170px;*/
	  padding-right: 15px;
	  padding-left: 15px;
	  margin-right: auto;
	  margin-left: auto;
  }
  
  #corpor{
	 display: none;
  }
  #acordionMovil{
	  display: none;
  }
  #nosotrosMovil{
	  display:none;
  }
  #imgAuto{
	display:none;
  }
  
  .select-css {
	  display: inline-block;
	  width: unset;
	  vertical-align: unset;
	  font-size: 14px;
  }
  footer[role="footer"] ul[role="social-icons"] > li {
	  vertical-align: middle;
  }
  
  footer[role="footer"] ul[role="social-icons"] > li > a > span {
	  width: 27px;
		  height: 27px;
  }
  .half-rules{
	  margin-bottom: 10px;
  }
  footer[role="footer"] ul[role="social-icons"] {
	  margin-bottom: 15px;
  }
  .li-select{
	  float: right;
  }
  .rrll {
	  padding-left: 0px;
	  padding-right: 0px;
	  margin-bottom: 10px;
  }
  
	/*******************************************/
  }
  
  /* sm */
  
  @media (min-width: 768px) and (max-width: 991px) {

	.entry-title-blog{
		margin-top: 0;
	}
  
	  header[role="header"] {
	  padding-top: 20px;
	  padding-bottom: 20px;
  }
	.logo-inicio{
	  width: 140px;
  }
  .header-logo{
	  position: fixed;width: 100%;z-index: 60;
  }
  .video-wrap{
	  opacity: 1;
	  overflow:hidden;
	  padding-bottom: 8px;
  }
  .video-wrap video{
	  visibility: visible; 
	  width: 100vw;
	  height: 100vh;
      opacity: 1;
      object-fit: cover;
	  
  }
  .video-meta{
	  position: absolute;width: 100%;bottom: 50%;
  }
  .play-button{
	  background: url(../images/play.png) no-repeat center transparent;
	  cursor: pointer;
	  display: block;
	  height: 55px;
	  margin: 0 auto;
	  -webkit-transition: all .3s ease-out;
	  -o-transition: all .3s ease-out;
	  transition: all .3s ease-out;
	  width: 55px;
	  background-size: cover;
  }
  .l-wid{
	  padding-right: 7px;
	  padding-left: 0px;
  }
  .r-wid{
	  padding-right: 0px;
	  padding-left: 7px;
  }
  .c-wid {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
  .rl {
	  padding-left: 0px;
	  padding-right: 0px;
  }

  .grid figure {
	  margin-bottom: 7px !important;
  }
  .grid-lod li img {
	  width: 100%;
   }
  
   figure.effect-o h2 {
	  margin: 13% 0 0 0 !important;
   }
   main[role="main-home-wrapper"] {
	  padding-bottom: 0px;
  }
  footer[role="footer"] {
	  padding-top: 10px;
	  padding-bottom: 77px;
  }
  hr {
	  margin-top: 30px;
  }
  
  .titulos {
	  text-align: left;
  }
  .titulos > p {
	  font-size: 1em;
	  margin: 10px 13px;
	  color: #9d9d9d;
  }
  
  .titulos > p > span {
	  margin: 0px;
	  font-size: 14px;
	  font-weight: 600;
	  text-transform: uppercase;
	  letter-spacing: -1px;
	  display: block;
	  color: #353535;
  }
  footer[role="footer"] nav > span {
	  margin: 0 13px;
	  font-size: 14px;
	  font-weight: 600;
	  text-transform: uppercase;
	  letter-spacing: -1px;
  }
  footer[role="footer"] nav > ul > li {
	  display: block;
	  text-transform: uppercase;
	  font-size: 19px;
	  margin: 0 13px;
  }
  footer[role="footer"] nav {
	  padding-top: 31px;
	  /*text-align: center;*/
  }
  .btn-padding-r{
	  padding-right: 0px;
  }
  .btn-padding-l{
	  padding-left: 0px;
  }
 #corpor{
	 display: none;
  }
  #acordionMovil{
	  display: none;
  }
  #nosotrosMovil{
	  display:none;
  }
  #imgAuto{
	display:none;
  }
  .select-css {
	  display: inline-block;
	  width: unset;
	  vertical-align: unset;
	  font-size: 14px;
  }
  footer[role="footer"] ul[role="social-icons"] > li {
	  vertical-align: middle;
  }
  
  footer[role="footer"] ul[role="social-icons"] > li > a > span {
	  width: 27px;
		  height: 27px;
  }
  .half-rules{
	  margin-bottom: 10px;
  }
  footer[role="footer"] ul[role="social-icons"] {
	  margin-bottom: 15px;
  }
  .li-select{
	  float: right;
  }
  .rrll {
	  padding-left: 0px;
	  padding-right: 0px;
	  margin-bottom: 10px;
  }
  .contain {
  /*	width: 970px;*/
	  padding-right: 15px;
	  padding-left: 15px;
	  margin-right: auto;
	  margin-left: auto;
  }
  footer[role="footer"] ul[role="social-icons"] > li > a {
	  width: 20px;
	  height: 20px;
	  font-size: 15px;
  }
  footer[role="footer"] ul[role="social-icons"] > li{
	  margin: 0px;
  }
  .entry-title{
	  font-size: 42px;
	  line-height: 45px;
	  font-weight: 400;	
	  letter-spacing: 1px;
	  margin-top: 25%;
  }
  .subtitulos {
	  margin-top: 20%;
	  font-size: 10px;
  }
  .subtitulos > span {
	  margin-right: 3px;
	  margin-left: 3px;
	  color: #fff;
  }
	/*******************************************/
  }
  
  /* xs */
 @media (max-width: 767px) {
  
	  header[role="header"]{ padding:8% 0;}
  
	  header[role="header"] nav ul{ padding-top:10%}
  
	  header[role="header"] nav ul > li{ font-size:34px}
  
	  header[role="header"] nav ul > li > a{ line-height:55px}
  
	  main[role="main-home-wrapper"] article[role="pge-title-content"],main[role="main-inner-wrapper"] article[role="pge-title-content"]{ padding-left:0}
  
	  main[role="main-home-wrapper"] article[role="pge-title-content"] header,main[role="main-inner-wrapper"] article[role="pge-title-content"] header{ padding-top:10px}
  
	  main[role="main-home-wrapper"] article[role="pge-title-content"] header h2,main[role="main-inner-wrapper"] article[role="pge-title-content"] header h2{ font-size:47px}
  
	  main[role="main-home-wrapper"] article[role="pge-title-content"] header h2 span, main[role="main-inner-wrapper"] article[role="pge-title-content"] header h2 span{ font-size:60px;}
  
	  main[role="main-home-wrapper"] article{ padding-bottom:30px}
  
	  main[role="main-home-wrapper"] article p br{ display:none}
  
	  footer[role="footer"]{ padding:40px 0}
  
	  footer[role="footer"] nav{ padding:15px 0}
  
	  main[role="main-inner-wrapper"] .about-content{ padding:5%}
  
	  main[role="main-inner-wrapper"] .thumbnails-pan section figure{ margin-bottom:20px}
  
	  article[role="pge-title-content"].blog-header,article[role="pge-title-content"].contact-header{ padding-bottom:30px}
  
	  section.blog-content figure .post-date{ padding-top:20px; height:100px; width:100px}
  
	  section.blog-content article{ padding:2% 5%; font-size:18px; line-height:24px;font-family: 'proxima_nova_cn_rgregular';}
  
	  article.contact-header[role="pge-title-content"] p a{ font-size:18px; padding-right:10px}
  
	  .contat-from-wrapper{ margin-top:10px; padding:0 15px}
  
	  .contat-from-wrapper input[type="text"], .contat-from-wrapper input[type="email"]{ margin-bottom:20px}
  
	  .contat-from-wrapper textarea{ margin-top:0}
  
	  .work-details,.blog-details{ padding:0; margin-top:0}
  
	  .work-images{ margin-top:0}
  
	  .work-images li{ margin-bottom:0; width:100%}
  
	  .work-images li figcaption h2{ font-size:18px;}
  
	  .grid-lod li{ width:100% !important; position:static !important;margin-bottom: 10px;}
  
	  .bog-header h3, .comments-pan h3, .commentys-form h4{ padding-bottom:0}
  
	  .bog-header h2{ font-size:18px; line-height:26px}
  
	  .bog-header{ padding-bottom:20px}
  
	  .blog-details .enter-content{ margin-top:10px}
  
	  .blog-details .enter-content p,.comments-reply li section{ font-size:14px; line-height:26px}
  
	  .comments-pan h3{ padding-bottom:20px; margin-top:0}
  
	  .comments-reply li section{ float:none; width:auto; padding-left:0}
  
	  .comments-reply li figure{ margin-right:20px}
  
	  .reply-pan{ margin-left:20px}
  
	  .commentys-form input[type="text"], .commentys-form input[type="email"], .commentys-form input[type="url"], .commentys-form textarea{ margin-bottom:20px}
  
	  .commentys-form textarea{ margin-top:0; margin-bottom:0}
  
	  /**********************************/
	  .video-wrap{
		margin-bottom: 15px;
	  }
      .titulos.blog{
		padding-left: 15px;
	  }
	  .logo-inicio{
		  width: 140px;
	  }
	  .header-logo{
		  position: fixed;width: 100%;z-index: 60;
	  }
	  .meta-video{
		  bottom: 21%;
		  left: 50%;
		  opacity: 0;
		  position: absolute;
		  top: 75%;
		  transform: translateY(-21%);
		  -webkit-transform: translate(-50%, -20px);
		  -ms-transform: translate(-50%, -20px);
		  transform: translate(-50%, -20px);
		  visibility: hidden;
		  z-index: 5;
	  }
	  .play-button{
		  display: none;
	  }
	  .play-button2{
		  background: url(../images/play.png) no-repeat center transparent;
		  cursor: pointer;
		  display: block;
		  height: 55px;
		  margin: 0 auto;
		  -webkit-transition: all .3s ease-out;
		  -o-transition: all .3s ease-out;
		  transition: all .3s ease-out;
		  width: 55px;
		  background-size: cover;
	  }
	  .grid figure {
		  margin: 0px auto !important;
	  }
	
	  main[role="main-home-wrapper"], main[role="main-inner-wrapper"] {
		  padding-bottom: 0px;
	  }
	  
	  .video-wrap{
		  opacity: 1;
		  overflow:hidden;
	  }
	  .video-wrap video{
		  visibility: visible; 
		  width: 100%; 
		  height: 100%; 
		  opacity: 1;
	  }
	  .video-wrap img{
		visibility: visible; 
		width: 100vw;
	    height: 100vh;
      opacity: 1;
      object-fit: cover;
	}
	  #videoPlay{
		visibility: visible; 
		width: 100%; 
		height: 100%;
		opacity: 1;
	   }
	  .video-meta{
		  position: absolute;width: 100%;bottom: 50%;
	  }
	  footer[role="footer"] {
		  padding: 15px 0;
	  }
	  .half-rule { 
		  border-top: 2px solid #9d9d9d;
	   }
	   footer[role="footer"] nav {
		  text-align: left !important;
	  }
	   footer[role="footer"] nav > span {
		  margin: 0 13px;
		  font-size: 14px;
		  font-weight: 600;
		  text-transform: uppercase;
		  letter-spacing: -1px;
	  }
	   footer[role="footer"] nav > ul {
		  text-align: left;
		  padding: 0;
		  margin: 0;
	  }
	   footer[role="footer"] nav > ul > li {
		  display: block;
		  text-transform: none;
		  font-size: 1.2em;
		  margin: 0 13px;
	  }
 
  
	  .titulos{
		  text-align: left;
	  }
	  .titulos > p > span {
			  margin: 0px;
			  font-size: 14px;
			  font-weight: 600;
			  text-transform: uppercase;
			  letter-spacing: -1px;
			  display: block;
			  color: #353535;
		  }
	  .titulos > p {
		  font-size: 1.2em;
		  margin: 10px 13px;
		  color: #9d9d9d;
	  }
	  .btn-padding-r{
		  padding-right: 0px;
	  }
	  .btn-padding-l{
		  padding-left: 0px;
	  }
	  .container > h1 > a {
		  padding-left: 10px
	  }
	
	  figure.effect-oscar p{ 
		  font-size:13px;  
		  padding:0px !important; 
		  display:block;
		  width:90%; 
		  margin:0 auto !important;
		  color: #353535 !important;
		  text-transform: capitalize;
		  font-size: 15px !important;
	  }
	   .r-l {
		   padding-left: 0px;
		   padding-right: 0px;
	   }
  
	   .grid-lod li img {
		  width: 100%;
	   }
	   #iconos{
		  display: block;
	  }
	  .contain {
		  width: 100%;
	  }
	  #corpory{
		  display: none;
	  }
	  .about-hr {
		  width: 100%;
	  }
	  #acordionPc{
		  display: none;
	  }
	  #nosotrosPc{
		  display:none;
	  }
	  #videoAuto{
		display:none;
	  }
	  .iconos-content{
		  display: none;
	  }
	  .banner-bloque {
		  height: 16em;
	  }
	  .img-blog {
		  width: 100%;
		  height: auto;
	  }
	  .entry-title{
		  font-size: 20px;
		  line-height: 25px;
		  font-weight: 400;	
		  letter-spacing: 1px;
		  margin-top: 15px;
	  }
	  .subtitulos {
		  margin-top: 20px;
		  font-size: 10px;
	  }
	  .subtitulos > span {
		  margin-right: 3px;
		  margin-left: 3px;
		  color: #fff;
	  }
	  .cuerpo-blog-text {
		  margin-right: -15px !important;
		  margin-left: -15px !important;	
	  }
	  .bottom-meta{
		  margin-left: 0px;
		  margin-right: 0px;
		  margin-top: 15px;
		  margin-bottom: 10px;
		  font-size: 13px !important;
	  }
	  .bottom-meta > button {
		  margin: 0px;
	  }
	  .btn {
		  padding: 6px 6px;
	  }
	  #div-mapa{
		  display: none;
	  }
	  .form-horizontal {
		  width: 100%;
		  margin: 0 auto;
		  padding-top: 15px;
	  }
	  figure.contact {
		  height: 700px !important;
	  }
	  .vertical-image {
		  top: unset !important;
		  bottom: 0 !important;
		  left: 0;
		  width: 80% !important;
		  height: unset !important;
		  text-transform: unset !important;
		  text-align: left;
		  margin: 50px 10%;
		  
	  }
	  .vertical-image h2 span {
		  font-size: 18px !important;
	  }
	  .vertical-image h2 {
		  font-size: 18px !important;
	  }
	  .vertical-image p {
		  font-size: 17px;
	  }
	  .vertical-image span{
		  padding-right: 0px;
		  padding-left: 0px;
		  width: 12% !important;
	  }
	  .control-label{
		  font-size: 13px;
	  }
  
	  .entry-title-blog{
		  font-size: 18px;
		  line-height: 17px;
		  font-weight: 800;
		  letter-spacing: 0px;
		  margin-top: 30%;
	  }
	  figure.effect-ce figcaption {
		  background: rgba(197, 197, 197, 0) !important;
	  }
	  /************************************/
	  #cuerpo-details-1{
		  display: none;
	  }
	  #cuerpo-details-2{
		  display: block !important;
	  }
	  .home{
		  display:block !important;
	  }
	  .home  >  li {
		  display:inline !important;
		  padding-right: 10px;
	  }
	  .navegas p
	  {
		display: none;
	  } 
	  .div-form-cuerpo {
		  margin: 0px auto;
	  }
	  .div-form {
		  height: auto !important;
		  padding-bottom: 15px !important;
	  }
	  .img-about {
		  height: auto !important;
	  }
  }
  /* Landscape */
  @media only screen 
	and (min-width: 375px) /*414*/
	and (max-width: 812px) 
	and (orientation: portrait) { 
	  .banner-bloque {
		  height: 230px !important;
	  }
	  .subtitulos {
		  margin-top: 10%;
		  font-size: 10px;
	  }
	  .entry-title{
		  margin-top: 50px;
	  }
	  .img-blog {
		  height: 250px;
	  }
	  #cuerpo-details-1{
		  display: none;
	  }
	  #cuerpo-details-2{
		  display: block !important;
	  }
 }
  @media only screen 
	and (min-width: 375px) 
	and (max-width: 812px) 
	and (orientation: landscape) { 
	  .banner-bloque {
		  height: 30em !important;
	  }
	  .entry-title{
		  font-size: 42px;
		  line-height: 45px;
		  font-weight: 400;	
		  letter-spacing: 1px;
		  margin-top: 15%;
	  }
	  .subtitulos {
		  margin-top: 10%;
		  font-size: 10px;
	  }
	  .subtitulos > span {
		  margin-right: 3px;
		  margin-left: 3px;
		  color: #fff;
	  }
	  .img-blog {
		  height: 400px;
	  }
	  .form-horizontal {
		  width: 80%;
		  margin: 1% auto;
	  }
	  #cuerpo-details-1{
		  display: none;
	  }
	  #cuerpo-details-2{
		  display: block !important;
	  }
  }
  @media only screen 
	and (min-width: 820px) 
	and (max-width: 1280px) 
	and (orientation: landscape) { 
	  .form-horizontal {
		  width: 80%;
		  margin: 1% auto;
	  }
	  #cuerpo-details-1{
		  display: none;
	  }
	  #cuerpo-details-2{
		  display: block !important;
	  }
  }
