@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
		font-size:10px;
		text-decoration:none;
		font-family: 'Poppins', sans-serif;
		font-weight: 300;
}

.video_contain {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
				z-index: -2;
				overflow: hidden !important;
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}

.redes_head {
width: 100%;
display: none;
margin: 25px 0 25px 0;
}
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }
.video_align {
max-width: 60%; 
margin: auto;
}

.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.main_align {
display: table;
width: 100%;
height: 100%;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}


/*
.content_wrapper {
width: calc(100vw - 150px); 
position: relative; 
z-index: 2; 
margin-top: 150px; 
padding: 75px; 
text-align: center;
}
*/


.content_challenges {
width: calc(100vw - 300px); 
position: relative; 
background-color: #FFF; 
padding: 75px 150px 75px 150px;
}
.content_articulo, .content_detalle {
width: calc(100vw - 300px); 
position: relative; 
padding: 0 150px 0 150px; 
z-index: 3; 
margin-top: -17.5vw;
}
.wrap {
max-width: 1200px; 
margin: auto; 
padding: 75px;
}
.content_newsroom {
width: calc(100vw - 300px); 
position: relative; 
background-color: #FFF; 
padding: 50px 150px 0 150px;
}
.content_nosotros {
width: calc(100vw - 200px); 
position: relative;  
padding: 100px;
padding-top: 0;
}



/*HEADER*/

header {
	width: calc(100vw - 100px);
	position: fixed;
	display: table;
	z-index: 10;
	top: 0;
	left: 0;
	padding: 25px 50px 0 50px;
}
.header_small {
background-color: #051F20;
padding: 15px 50px 15px 50px;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}
.logo_small {
	width: 75px;;
}

.nav {
	width: calc(100% - 105px);
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
.divider, .dividerfooter {
margin: 0 20px 0 20px; 
color: transparent; 
vertical-align: middle; 
display: inline-block; 
width: 2px; 
height: 25px; 
background-color: #051F20;
}
.dividerfooter {
background-color: #FFF;
}
.menu, .menumon, .submenu, .submenumon {
	font-size:1.8rem;
	color:#051F20;
	text-decoration:none;
	margin: 0 20px 0 20px;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.submenu, .submenumon {
	font-size:1.4rem;
	color:#FFF;
}
.menumon, .submenumon {
background-image: url(images/icon-monitor-black.svg);
background-position: left center;
background-repeat: no-repeat;
background-size: 20px auto;
padding-left: 40px;
}
.menumonscroll {
background-image: url(images/icon-monitor-white.svg);
color: #FFF;
}
.submenumon {
background-image: url(images/icon-monitor-white.svg);
}

.scroll {
position: absolute; 
bottom: 50px; 
left: 50%; 
margin-left: -20px; 
width: 40px; 
height: auto;
z-index: 2;
}
.tag, .tag_white {
display: inline-block; 
margin: 5px; 
font-size: 1.2rem;
text-decoration: none;
padding: 6px 20px 0 20px;
height: 24px;
border-radius: 15px;
border: solid 1px #051F20;
color: #051F20;
}
.tag:hover {
transform: scale(1.1);
background-color: #25E6EF;
border: solid 1px #25E6EF;
}
.tag_white {
border: solid 1px #FFF;
color: #FFF;
padding: 4px 20px 0 20px;
height: 26px;
margin: 0 10px 10px 0; 
}
.tagactive {
background-color: #051F20;
color: #FFF;
}


footer {
width: 100vw;
position: relative;
padding-top: 100px;
}
.footercontent {
background-color: #051F20;
overflow: hidden !important;
width: 100vw;
position: relative;
}
.blurbgfooter {
position: absolute;
width: 400px;
height: 400px;
top: -200px;
background: #25E6EF;
mix-blend-mode: screen;
opacity: 0.5;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
filter: blur(158px);
}
.footer_map {
width: calc(100% - 300px); 
border-bottom: solid 1px rgba(255,255,255,.15); 
border-top: solid 1px rgba(255,255,255,.15); 
padding: 0 150px 0 150px;
}
.footer_creditos {
width: 100%; 
height: 50px; 
text-align: center; 
display: table;
}
.footer_info {
padding: 75px 150px 75px 400px;
}
.footer_logo {
position: absolute; 
top: 0; 
width: 200px; 
left: 150px; 
z-index: 2;
}
.footer_map_content {
height: 100px; 
display: table;
}



/*SLIDES */
.mainbanner, .interiorbanner, .aboutbanner {
width: 100vw; 
position: relative; 
z-index: 1; 
height: 100vh;
background-color: transparent !important;
/*background-image: url(images/hero_index.jpg); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;*/
}
.interiorbanner {
background-image: initial;
height: 400px;
background-color: rgba(37,0230,239,1);
}
.aboutbanner {
background-image: initial;
height: 600px;
background-color: rgba(37,0230,239,1);
}
.mainbanner_txt, .interiorbanner_txt, .aboutbanner_txt  { 
display: table;
position: absolute; 
z-index: 1; 
width: calc(100vw - 100px);
padding: 0 50px 0 50px;
height: 100vh;
text-align: center;
background-color: rgba(5,31,32,.6);
}
.interiorbanner_txt {
background-color: rgba(37,0230,239,.8);
height: 300px;
padding-top: 100px;
}
.aboutbanner_txt {
background-color: rgba(37,0230,239,1);
height: 600px;
}
.slide_challenges {
position: relative;
width: 100vw; 
text-align: center; 
padding: 75px 0 75px 0;
z-index: 5;
}
.slide_expertise {
position: relative;
background-color: #25E6EF; 
width: calc(100vw - 300px); 
text-align: center; 
padding: 75px 150px 75px 150px;
z-index: 5;
}
.slide_blog {
position: relative;
background-color: #FFF;
width: calc(100vw - 300px); 
text-align: center; 
padding: 75px 150px 0 150px;
z-index: 5;
}
.slide_clientes {
position: relative;
background-color: #efefef; 
width: calc(100vw - 300px); 
text-align: center;
padding: 75px 150px 75px 150px;
z-index: 5;
}
.slide_reconocimientos {
position: relative;
background-color: #25E6EF; 
width: calc(100vw - 300px); 
text-align: center; 
padding: 75px 150px 75px 150px;
z-index: 5;
}

.icon_close, .icon_menu {
text-decoration: none;
display: none;
position: absolute;
color: transparent;
top: 25px;
right: 25px;
width: 50px;
height: 50px;
background-position: center center;
background-repeat: no-repeat;
background-size: 40px auto;
background-image: url(images/icon-close-black.svg);
}
.icon_menu {
background-image: url(images/icon-menu-white.svg);
}



.profile {
width: calc(50% - 10px);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
border-radius: 25px;
}
.profile_txt {
position: absolute; 
bottom: 0; 
left: 0;
right: 0; 
text-align: center;
padding: 100px 25px 50px 25px;
background: rgb(5,31,32);
background: linear-gradient(180deg, rgba(5,31,32,0) 0%, rgba(5,31,32,1) 75%);
}
.col1 {
vertical-align: bottom; 
display: inline-block; 
width: calc(45% - 50px);
margin-right: 90px; 
text-align: left;
}
.col2 {
vertical-align: bottom; 
display: inline-block; 
width: calc(55% - 50px); 
text-align: left; 
padding-bottom: 25px;
}
.col3 {
vertical-align: middle; 
display: inline-block; 
width: calc(45% - 50px); 
margin-right: 90px; 
text-align: left;
}
.col4 {
vertical-align: middle; 
display: inline-block; 
width: calc(55% - 50px); 
text-align: center; 
padding-bottom: 25px;
}
.col5 {
vertical-align: middle; 
display: inline-block; 
width: calc(55% - 50px); 
margin-right: 90px; 
text-align: left;
}
.col6 {
vertical-align: middle; 
display: inline-block; 
width: calc(45% - 50px); 
text-align: left; 
padding-bottom: 25px;
}
.col5lefttop {
width: calc(35% - 15px); 
display: inline-block; 
vertical-align: middle; 
margin-right: 20px;
}
.col5righttop {
width: calc(65% - 15px); 
display: inline-block; 
vertical-align: middle;
}
.col5leftbottom {
width: calc(65% - 15px); 
display: inline-block; 
vertical-align: middle; 
margin-right: 20px;
}
.col5rightbottom {
width: calc(35% - 15px); 
display: inline-block; 
vertical-align: middle;
}


.mainimg {
width: 100%; 
padding-top: 35vw; 
border-radius: 25px;
background-color: #25E6EF;
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
}

.thumb_target {
vertical-align: middle; 
margin-right: 15px; 
display: inline-block; 
width: 20px; 
height: auto;
}
.autor {
width: 40px; 
height: 40px; 
border-radius: 50%; 
display: inline-block; 
vertical-align: middle; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
color: transparent;
text-decoration: none;
}



.thumb_expertise {
width: 250px; 
height: 350px; 
padding: 50px; 
display: inline-block; 
vertical-align: top; 
border: solid 1px #051F20; 
border-radius: 25px; 
margin: 10px;
margin-top: 40px;
}



.thumb_premio {
width: 450px;
height: 450px; 
position: relative; 
display: inline-block;
}
.thumb_premio_content {
position: absolute; 
z-index: 2; 
top: 50px; 
left: 50px; 
width: 300px; 
height: 300px; 
padding: 10px; 
vertical-align: top; 
border-radius: 25px; 
border: solid 1px #051F20; 
display: table; 
mix-blend-mode: multiply;
}
.thumb_premio_year {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
}

.thumb, .thumb_small, .thumb_mid {
width: 50%; 
display: inline-block;
border: none; 
border-radius: 25px;
overflow: hidden;
background-color: #ccc;
position: relative;
}
.thumb:hover, .thumb_small:hover {
transform: scale(1.05);
}
.thumb_small {
width: calc(33.3333% - 25px);
margin: 10px;
}
.thumb_mid {
width: calc(50% - 25px);
margin: 10px;
}
.thumb_img, .thumb_small_img, .thumb_mid_img {
width: 100%;
padding-top: 60%;
display: inline-block; 
vertical-align: middle;
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
}
.thumb_small_img {
padding-top: 120%;
}
.thumb_mid_img {
padding-top: 100%;
}
.thumb_tittle {
position: absolute; 
bottom: 25px; 
left: 25px; 
right: 25px; 
text-align: left;
color: #FFF;
z-index: 2;
}
.thumb_shadow {
background: rgb(5,31,32);
background: linear-gradient(0deg, rgba(5,31,32,1) 0%, rgba(5,31,32,.1) 100%);
position: absolute;
z-index: 1;
top: 0; left: 0; bottom: 0; right: 0;
}



.thumb_blog {
width: calc(33.3333% - 20px); 
margin: 10px; 
margin-bottom: 50px;
float: left;
text-align: left;
}
.thumb_blog_img {
width: 100%;
padding-top: 75%;
border-radius: 25px; 
margin-bottom: 25px;
overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
background-color: aliceblue;
}

.thumb_blog:hover .thumb_blog_img {
transform: scale(1.05);
}


.thumb_client {
width: 150px;
height: 150px;
border-radius: 50%;
background-color: #FFF;
display: inline-table;
margin: 10px;
filter: grayscale(100%);
text-align: center;
}
.thumb_client:hover {
transform: scale(1.1);
filter: grayscale(0);
}

.categoria {
	width: 100%;
	text-decoration:none;
	cursor:pointer;
	padding: 0 0 0 15px;
}

.detalle {
	overflow: hidden;
	clear: both;
	display:block;
		width: 100%;
	text-decoration:none;
	padding: 25px 0 0 15px;
}


.nosotros_desc {
width: 100%; 
margin-bottom: 100px;
}
.nosotros_desc_txt, .nosotros_desc_img {
width: calc(50% - 5px);  
display: inline-table; 
vertical-align: middle; 
text-align: left;
}
.nosotros_desc_img {
text-align: center;
}





.bt_outline_white, .btgo_outline_black, .btgo_blue {
font-size:1.8rem;
padding: 10px 25px 0 25px;
max-width: 300px;
background-color: transparent;
color: #FFF;
border: solid 1px #FFF;
text-decoration: none;
border-radius: 25px;
height: 40px;
font-weight: 500;
display: inline-block;
margin: 20px;
}

.bt_outline_white:hover {
transform: scale(1.1);
background-color: #FFF;
color: #051F20;
}

.btgo_outline_black, .btgo_blue {
color: #051F20;
border: solid 1px #051F20;
padding: 10px 50px 0 25px;
background-image: url(images/arrow-go-black.svg);
background-position: right 15px center;
background-repeat: no-repeat;
background-size: 20px auto;
}
.btgo_blue {
border: solid 1px #25E6EF;
background-color: #25E6EF;
}

.btgo_outline_black:hover {
color: #FFF;
background-color: #051F20;
background-image: url(images/arrow-go-white.svg);
transform: scale(1.1);
}
.btgo_blue:hover {
border: solid 1px #FFF;
background-color: #FFF;
transform: scale(1.1);
}



@keyframes pulse {
  0%   {transform: scale(1);}
  50%  {transform: scale(1.25);}
  100%  {transform: scale(1);}
}

/* FONTS */

.t0 {
	font-size: 27.5rem;
	line-height: 24rem;
	display: block;
	opacity: .4;
}
.t1 {
	font-size: 5.6rem;
	line-height: 5rem;
}
.t2 {
	font-size:4.8rem;
	line-height: 5rem;
}
.t3 {
	font-size:2.4rem;
	line-height: 2.8rem;
}
.t4 {
	font-size:2rem;
	line-height: 2.6rem;
	}
.t5 {
	font-size:1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
	}
	.t6 {
	font-size:1.3rem;
	font-weight: 400;
	}
.link {
text-decoration: underline;
color: #25E6EF;
}
.tittleline {
font-weight: 700; 
padding: 0 25px 0 25px; 
line-height: 30px;
display: inline-block;
}
.subtittleline {
font-weight: 700; 
line-height: 10px;
display: inline-block;
margin-bottom: 10px;
border-bottom: 10px solid #25E6EF;
}


.white {
	color:#FFF;
}
.black {
color: #051F20;
}
.blue {
color: #25E6EF;
}

.line {
width: 150px; 
clear: both; 
background-color: #25E6EF; 
height: 8px; 
margin: 15px 0 15px 0;
}



.nav_arrow_left, .nav_arrow_right {
width: 50px; 
height: 50px; 
position: absolute; 
background-image: url(images/arrow-left-black.svg); 
background-position: center center;
background-repeat: no-repeat; 
background-size: 25px auto;
color: transparent;
top: 50%;
margin-top: -25px;
z-index: 10;
}
.nav_arrow_left {
left: 25%;
}
.nav_arrow_right {
right: 25%;
background-image: url(images/arrow-right-black.svg); 
}


@keyframes coloring {
  0%   {background-color: #1eb8d2;}
  33%  {background-color: #e82e8a;;}
  66%  {background-color: #95c23a;}
		100%  {background-color: #1eb8d2;}
}


.navdot_content {
margin: auto; 
position: relative; 
z-index: 10;
}
.navdot, .navdot_active, .navdot_color, .navdot_color_active {
width: 6px; 
height: 6px; 
border: solid 1px #051F20; 
color: transparent; 
border-radius: 4px; 
margin: 15px; 
display: inline-block; 
vertical-align: middle;
}
.navdot_active, .navdot_color_active {
width: 40px !important;
}
.navdot_color_active {
background-color: #25E6EF;
border: none;
}
.navdot_color {
background-color: #051F20;
opacity: .5;
}

/* REDES */

.redes {
	color:transparent;
	background-color: transparent;
	border: solid 1px #FFF;
	display:inline-block;
	cursor:pointer;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	text-decoration:none;
	margin: 10px;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 15px;
}
.redes:hover {
transform: scale(1.2);
background-color: #FFF;
}

.facebook {
background-image: url(images/icon-fb-white.svg);
}
.facebook:hover {
background-image: url(images/icon-fb-black.svg);
}
.linkedin {
background-image: url(images/icon-ld-white.svg);
}
.linkedin:hover {
background-image: url(images/icon-ld-black.svg);
}
.instagram {
background-image: url(images/icon-in-white.svg);
}
.instagram:hover {
background-image: url(images/icon-in-black.svg);
}
.pinterest {
background-image: url(images/icon-pt-white.svg);
}
.pinterest:hover {
background-image: url(images/icon-pt-black.svg);
}



.whatsapp {
display: block;
position: fixed;
right: 50px;
bottom: 65px;
background-size: 60% auto;
background-repeat: no-repeat;
background-position: center center;
border-radius: 50%;
width: 70px;
height: 70px;
z-index: 8;
color: transparent;
text-decoration: none;
background-color:#25D366;
background-image: url(images/icon-wp-white.svg);
}
.whatsapp:hover {
transform: scale(1.10);
}

.icon_whatsapp, .icon_envelope {
display: inline-block;
vertical-align: middle;
background-image: url(images/icon-wp-blue.svg);
background-position: left center;
background-repeat: no-repeat;
background-size: 30px auto;
padding: 15px 50px 0 50px;
height: 35px;
}
.icon_envelope {
background-image: url(images/icon-envelope-blue.svg);
}

.brake {
display: inline-block;
}
.delete {
display: block;
}


.whatsapp_head {
display: none;
width: 100%;
margin: 25px 0 25px 0;
background-image: url(images/icon-whatsapp.svg);
background-position: left center;
background-repeat: no-repeat;
background-size: 30px auto;
padding: 15px 50px 0 50px;
height: 35px;
}

.nosotros_desc_txt img {
display: none;
}



.detalle_content {
display: inline-block; 
vertical-align: middle; 
width: calc(50% - 55px); 
margin-right: 100px;
}
.detalle_stats {
display: inline-block; 
vertical-align: middle; 
width: calc(50% - 55px);
text-align: center; 
background-image: url(images/icon-target-white.svg); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 75% auto;
}



@media screen and (max-width: 650px) {

.icon_close, .icon_menu {
display: inline-block;
}


.nav {
	width: 100%;
	float: none;
	position: fixed;
	text-align: left;
	background-color: #FFF;
	min-height: 100vh;
	top: 0;
	right: -100vw;
	z-index: 4;
}
.navpad {
padding: 100px 25px 50px 25px;
}
/*HEADER*/
.submenu {
display: block;
margin: 15px 0 15px 0;
}
.menu, .menumon {
	font-size:2rem;
	margin: 25px 0 25px 0;
	display: block;
	color:#051F20 !important;
}
.menu {
	margin: 35px 0 35px 0;
}
.submenumon {
margin-left: 0;
}
.menumon {
background-image: url(images/icon-monitor-black.svg) !important;
}
.logo {
position: absolute;
	width: 75px;
float: none;
left: 15px;
top: 10px;
z-index: 5;
}


header {
	width: calc(100vw - 50px);
	padding: 25px;
	text-align: center;
}
.header_small {
	padding: 0;
	height: 100px;
	width: 100vw;
}



footer {
padding-top: 60px;
}
.blurbgfooter {
width: 250px;
height: 250px;
top: -50px;
}
.footer_map {
width: calc(100% - 100px); 
padding: 25px 50px 25px 50px;
}
.footer_creditos {
height: 50px; 
}
.footer_info {
padding: 100px 50px 50px 50px;
}
.footer_logo {
width: 120px; 
left: 25px; 
}
.footer_map_content {
height: initial; 
float: none !important;
text-align: left;
display: block;
}
.fmc_top {
margin-top: 25px;
}




.brake {
display: block;
margin-bottom: 25px;
}
.delete {
display: none;
}
.t0 {
	line-height: 22rem;
}
.t1 {
	font-size: 3.4rem;
	line-height: 3rem;
}
.t2 {
	font-size:2.6rem;
	line-height: 3rem;
}

.tittleline {
padding: 0; 
}

.btgo_outline_black, .btgo_blue {
font-size:1.6rem;
padding: 10px 50px 0 25px;
margin: 10px 0 10px 0 ;
}
.bt_outline_white {
font-size:1.6rem;
margin: 10px 0 10px 0 ;
}





.slide_challenges {
width: calc(100vw - 50px);
padding: 50px 25px 50px 25px;
}
.slide_expertise {
width: calc(100vw - 50px); 
padding: 50px 25px 25px 25px;
}
.slide_blog {
width: calc(100vw - 50px); 
padding: 50px 25px 0 25px;
}
.slide_clientes {
width: calc(100vw - 100px); 
padding: 50px;
}
.slide_reconocimientos {
width: 100vw;
padding: 50px 0 50px 0;
}


.thumb_blog {
width: calc(100% - 20px); 
float: none;
}


.thumb_client {
width: 125px;
height: 125px;
}


.divider, .dividerfooter {
margin: 20px 0 20px 0; 
display: block;
width: 25px; 
height: 2px; 
}
.divider {
	background-color:#051F20 !important;
}


.redes_head {
display: block;
}


.redes_head .facebook {
background-image: url(images/icon-fb-black.svg);
}
.redes_head .facebook:hover {
background-image: url(images/icon-fb-white.svg);
}
.redes_head .linkedin {
background-image: url(images/icon-ld-black.svg);
}
.redes_head .linkedin:hover {
background-image: url(images/icon-ld-white.svg);
}
.redes_head .instagram {
background-image: url(images/icon-in-black.svg);
}
.redes_head .instagram:hover {
background-image: url(images/icon-in-white.svg);
}
.redes_head .pinterest {
background-image: url(images/icon-pt-black.svg);
}
.redes_head .pinterest:hover {
background-image: url(images/icon-pt-white.svg);
}

.redes_head .redes 
{border: solid 1px #051F20;
}
.redes_head .redes:hover {
background-color: #051F20;
}


.whatsapp_head {
display: block;
}


.thumb_expertise {
    width: calc(100% - 70px);
    height: initial;
    padding: 50px 25px 50px 25px;
    margin: 10px;
}


.thumb_premio {
width: 100%;
height: initial;
padding-top: 100%;
}
.thumb_premio_content {
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    width: calc(100% - 150px);
    height: calc(100% - 150px);
}
.content_newsroom {
width: calc(100vw - 50px); 
padding: 50px 25px 50px 25px;
}

.content_challenges {
width: calc(100vw - 50px); 
padding: 50px 25px 50px 25px;
}

.content_nosotros {
width: calc(100vw - 100px); 
padding: 50px;
}	


.nosotros_desc {
margin-bottom: 50px;
}
.nosotros_desc_txt {
width: 100%;
margin-bottom: 100px;
}

.nosotros_desc_img {
display: none;
}

.nosotros_desc_txt img {
display: block;
}


.thumb, .thumb_small, .thumb_mid {
width: 100%; 
display: block;
margin: 0;
margin-bottom: 25px;
}

.content_articulo, .content_detalle {
width: calc(100vw - 50px); 
padding: 0 25px 0 25px; 
margin-top: -22.5vw;
}
.wrap {
padding: 50px 0 50px 0;
}

.interiorbanner {
    height: 250px;
}
.aboutbanner {
    height: 300px;
}
.mainimg {
    padding-top: 45vw;
}

.interiorbanner_txt {
    height: 200px;
    padding-top: 50px;
}
.aboutbanner_txt {
    height: 300px;
}

.thumb_img, .thumb_small_img, .thumb_mid_img {
padding-top: 120%;
}


.detalle_content, .detalle_stats  {
width: 100%; 
margin-right: 0;
}
.detalle_stats  {
margin-top: 50px;
}
/*
.video_contain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
				z-index: -2;
				overflow: hidden !important;
}
*/



.profile {
width: 100%;
float: none !important;
margin-bottom: 20px;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col5lefttop, .col5righttop, .col5leftbottom, .col5rightbottom { 
width: 100%;
margin-right: 0; 
margin-bottom: 50px;
}





}