.row-fluid .hero_boxcover .hero_box .hero_boxwrap {
      margin-top: 10px;
}
.hero_boxleft .section_title
{
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  margin-top: 0px !important;
  padding-right: 0 !important;
  position: relative;
  height: 600px !important;
}

.hero_boxleft .section_title:after
{ 
  content: '';
    clip-path: polygon(0 0, 100% 100%, 0% 100%);
    background: white;
    width: 100px;
    height: 100%;
    position: absolute;
    right: -99px;
  
}
.content--hero
{
      padding: 20px 0px;
  font-weight: 100;
}
.cta--hero
{
      border: 2px solid #00b2eb;
  background: #00b2eb;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.56px;
    margin: 0 6px;
    min-width: 300px;
    padding: 16px 15px;
    text-transform: uppercase;
  text-align: center;
}
.cta--hero:hover
{
      background: #fff;
    color: #00b2eb;
    transition: all 1s ease;
}
.ctas--hero
{
  width: 100%;
}
.phone--hero
{
      max-width: 600px;
    text-align: center;
    padding-top: 20px;
}
.phone--hero a
{
      font-weight: 600;
    font-size: 18px;
    color: #00b2eb;
    line-height: 24px;
  text-align: center;
}
.row-fluid .hero_area h2 {
    color: #002121 !important;
    font-weight: 600 !important;
}
.row-fluid .hero_area h2 span { 
    font-size: 40px !important; 
}
.row-fluid .hero_boxcover .hero_boximg {
    min-height: 600px !important;
}
@media (max-width: 1023px) and (min-width: 768px)
{
	.acces-twocol-left
	{
		    display: block;
    width: 100% !important;
	}
	.acces-twocol-right
	{
		display: block;
    width: 100% !important;
	}
	.hero_area
	{
		overflow:hidden;
	}
}
@media (max-width: 767px) and (min-width: 30px)
{
	.row-fluid .hero_boxcover .hero_boxleft
	{
	  background-color: transparent !important;
	}
  .row-fluid .hero_boxcover .hero_box .hero_boxwrap {
    display: block !important;
    margin-top: 250px;
  }
  .row-fluid .hero_area .section_title {
    padding: 0px !important;
    text-align: center;
		margin-top: 8% !important;
}
  .row-fluid .hero_boxcover .hero_boximg {
    height: 250px !important;
    min-height: 200px !important;
}
  .row-fluid .acces-twocol-outer { 
    flex-direction: column;
}
  .row-fluid .acces-twocol-outer .acces-twocol-left {
    width: 100% !important; 
}
  .lighboxvideo--section .acces-twocol-right {
    width: 100% !important;
    padding-left: 0px !important;
}
}
@media(max-width: 1450px){
				/*Prueba Rodrigo*/
	.ctas--hero {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
}
	@media(max-width: 880px){
				/*Prueba Rodrigo*/
	.ctas--hero {
    width: 100%;
    position: relative;
    padding-bottom: 80%;
}
	
}
@media (min-width: 1281px) { 
  .row-fluid .hero_boxcover .hero_boxleft {
    /*padding-left: 300px;*/
    background-color: #fff !important; 
  }
}
@media (min-width: 1550px)
  {

.row-fluid .hero_boxcover .hero_box { 
    width: 1494px !important;
    margin: 0 auto !important;
    float: none !important;
}
.row-fluid .hero_area .section_title { 
    padding-left: 10px !important;
}
.row-fluid .hero_boxcover .hero_boximg {
    position: absolute; 
    width: 50% !important;
    right: 0;
}
.hero_boxleft .section_title:after {
    content: '';
    right: -175px;
    z-index: 10;
}
}

