@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Open Sans', sans-serif !important;
    height:100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.row {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.main_logo {
	display: block; margin: 0 auto; max-width: 200px; padding: 30px 0 0 0;
}

.other_nav {
	padding: 20px 20%;
}

.welcome {
    height: 100vh;
    background:url(../images/welcome_image4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 100%;
	overflow: hidden;
}

.welcome_link {
    width: 20%;
    text-align: center;
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    margin-bottom: 2px;
    -webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.welcome_link:hover {
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    -webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.welcome_text {
    font-size: 42px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20%;
    color: #fff;
    position: absolute;
    bottom: 10vh;
    text-align: center;
}

.navbar {
    margin-bottom: 0px!important;
    border: 0px!important;
    font-size: 15px;
    letter-spacing: .05em;
}

.latam_logo {
    width:60px; 
    height: auto;
    -webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.grow_image {
    height: 60px;
    width: auto;
    -webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.hide_nav {
		top: -85px!important;
        -webkit-transition: -webkit-transform 600ms;
    -moz-transition: -moz-transform 600ms;
    transition: transform 600ms;
}

.show_nav {
    -webkit-transition: -webkit-transform 600ms;
    -moz-transition: -moz-transform 600ms;
    transition: transform 600ms;
    -webkit-transform: translateY(85px) translateZ(0);
    -moz-transform: translateY(85px);
    transform: translateY(85px);
}

.navbar-default {
background-image: none!important;
border-radius: 0px!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
background-color: #fff!important;
border-color: #fff!important;
}

.navbar-default .navbar-toggle {
 border-color: #fff!important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
background-image: none!important;
border-radius: 0px!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: red!important;
background-color: #fff!important;
}

.navbar-brand {
height: 80px!important;
padding: 10px 30px!important;
}

.navbar-default .navbar-nav>li>a {
	color: #000!important;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	cursor: pointer!important;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fe0000!important;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.nav {
    padding-top: 16px!important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff!important;
    color:#000!important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000!important;
}

.navbar-default .navbar-toggle .icon-bar:focus {
    background-color: #ccc!important;
}

.approach_padding {
	padding:60px 0 40px 0;
}

.approach_body {
    font-size: 16px;
    background: #fff;
    line-height: 27px;
    padding: 0 0 90px 0;
}

.approach_title {
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 500;
    margin-bottom:50px;
}

.approach_image {
	width: 100%;
	z-index: -1;
    padding: 5px 5% 0 0;
}

.approach_image2 {
	width: 40%;
	padding: 0px 0 0 0;
	position: absolute;
	right: 0px;
	z-index: -1;
	margin: 600px 200px 0 0;
}

.link1 {
	color: #fe0000;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.link1:hover {
	color: #ccc;
	text-decoration:none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	cursor: pointer;
}

.markets {
	/*background-image:url(../images/fade_down.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}

.markets_copy {
    position: absolute;
    top: 15%;
    background: rgba(255,255,255, 0.85);
    padding-left: 6%;
    padding-right: 6%;
}

.markets_fade {
	width: 100%;
	position: absolute;
	top: 10px;
	z-index: -1;
}

.markets_map {
	width: 100%;
    padding-bottom: 90px;
}

.markets_title {
	font-size: 38px;
	padding: 20px 0 40px 0%;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 500;
}

.markets_letters {
	max-width:70px;
	height:auto;
	/* padding: 0 20px 10px 0; */
	float: left;
}

.markets_loacation {
	font-size: 28px;
	text-transform: capitalize;
	line-height: 50px;
	letter-spacing: .04em;
}

.markets_row {
	padding: 0 0 20px 0;
}

.media_title {
	color: #fff;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 40px 0 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.media_link {
	background-color: #eee;
	/* border: 2px solid #000; */
	color: #999;
	border-radius: 20px;
	display: block;
	padding: 10px 0 10px 0;
	margin: 10px auto;
	font-size: 14px;
	text-align: center;
	max-width: 500px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.media_link:hover {
	background-color: #ccc;
	color: #fff;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.press {
	background-image:url(../images/press_room_bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 100%;
    color: #fff;
    text-align: center;
    font-size: 4em;
    font-weight: 200;
    font-style: normal;
    padding: 30px 20px 30px 20px;
    margin: 0px 0 50px 0;
    letter-spacing: .15em;
}

.press_text {
    text-align: center;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 40px;
    color: #fff;
}

.press_column {
    padding: 0 10%;
}

.press_title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding-bottom: 20px;
}

.press_date {
    color: #fe0000;
    padding-bottom: 8px;
    font-size: 13px;
    text-align: center;
}

.press_release_title {
    font-size: 19px;
	padding-bottom: 6px;
	letter-spacing: .03em;
	line-height: 30px;
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

.read_more {
    font-weight: 500;
	font-size: 12px;
	letter-spacing: .03em;
	margin: 7px 0 30px 0;
	border-top: 2px solid #fe0000;
	width: 210px;
	text-align: left;
	padding: 11px 10px 3px 0px;
	background: #fff;
	color: #fe0000;
	/* border-radius: 14px; */
	text-transform: uppercase;
	letter-spacing: .06em;
	text-align: center;
	margin: 10px auto 40px auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
}

.read_more:hover {
    width: 50%;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    cursor: pointer;
    color: #000;
}

.read_more_link {
	color: #fe0000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.read_more_link:hover {
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.more_button {
    border: 2px solid #000;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    margin-top: 20px;
}

.press_download {
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    padding: 20px;
    text-align: center;
    border: 2px solid #000;
    font-weight: 600;
    -webkit-transition: all ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
}

.press_download:hover {
    background-color: #fe0000;
    border: 2px solid #fe0000;
    color:#fff;
    cursor:pointer;
    -webkit-transition: all ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
}

.social {
	color: #fe0000;
	font-size: 18px;
	text-align: center;
}

.form-control {
    color: vlue!important;
    background-color: #eee!important;
    border: 0px!important;
    border-radius: 0px!important;
    -webkit-box-shadow: none!important;
    box-shadow: 0px!important;
    border-color: #fe0000!important;
    -webkit-transition: all ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:hover {
    background-color: #ccc!important;
    border: 0px!important;
    -webkit-box-shadow: 1px!important;
    box-shadow: 1px!important;
    border-color: #fe0000!important;
    -webkit-transition: all ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-horizontal .control-label {
    text-align: left!important;
}

.management_body {
    padding: 0 5% 20px 0;
    line-height: 24px;
}

.management_name {
    padding: 10px 0 0px 0;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-align: center;
}

.management_title {
    font-size: 16px;
    text-align: center;
}

.btn-default {
    background-image: none!important;
    background-color:#fe0000!important;
    border-color: #fe0000!important;
    color: #fff!important;
    border: 2px #fe0000 solid!important;
    text-shadow: 0px!important;
    text-align: center;
    border-radius: 0px!important;
    text-transform: uppercase!important;
    letter-spacing: .05em;
    width: 100%;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    box-shadow: none!important;
    text-shadow:none!important;
    
}

.btn-default:hover {
    background-color:#fff!important;
    border: 2px #000 solid!important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    box-shadow: none!important;
    text-shadow:none!important;
    color: #000!important;
}

.bod_name {
    font-size:18px;
    font-weight: 500;
}

.bod_title {
    padding: 0 0 10px 0;
}

.bod_description {
    line-height: 24px;
    padding: 0 20px 40px 0;
}
   
.contact {
    background:url(../images/bootstrap_bg.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 100%;
    color: #fff;
    overflow: hidden;
    height: 500px;
}

fieldset {
  border: 0px solid #c0c0c0!important;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

#first_name, #last_name, #company, #email, #country {
    width: 95%;
    border: 0px;
    background-color: rgba(0,0,0,0.65);
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

#first_name:hover, #last_name:hover, #company:hover, #email:hover, #country:hover {
    background-color: rgba(0,0,0,0.9);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}


#message {
    width: 100%;
    border: 0px;
    background-color: rgba(0,0,0,0.65);
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    height: 166px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#message:hover {
    background-color: rgba(0,0,0,0.80);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;

}

.submit_button {
    background: transparent;
    border-radius: 20px;
    color: #fff;
    border: 2px solid #fff;
    padding: 3px 14px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: -11px;
    font-weight: 400;
    float: right;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.submit_button:hover {
    background: #fff;
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

textarea, input, button { outline: none!important; }

::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255,255,255,0.8);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(0,0,0,0.65);
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: rgba(0,0,0,0.65);
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: rgba(0,0,0,0.65);
}

.footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    border: 0px;
    background-color: #000;
    color: #fff;
    padding: 140px 0 140px 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}
.more {
      display: none;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666; }
   a.showLink, a.hideLink {
      text-decoration: none;
      color: #36f;
      padding-left: 8px;
      background: transparent url(http://virginmobilelatam.com/css/down.gif) no-repeat left; }
   a.hideLink {
      background: transparent url(http://virginmobilelatam.com/css/up.gif) no-repeat left; }
   a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px dotted #36f; }
      
    .toggle {
		display:inline-block;
  		letter-spacing: .05em;
      	cursor: pointer;
	}
	.toggle:hover {
		color: #000;
	}
	.toggle.expanded {
		color: #000;
		font-weight: 500;
	}
	.toggle.expanded:hover {
	}
	.content {
		display: none;
		line-height: 30px;
        font-size: 13px;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 10px;
	}
    
button.btn2.collapsed:before
{
    content:'MORE' ;
    width:15px;
    text-shadow:none!important;
    color: #fe0000!important;
    font-size: 14px!important;
    font-weight:500;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
}

button.btn2:before
{
    content:'LESS';
    width:15px;
    text-shadow:none!important;
    color: #fe0000!important;
    margin: 0 auto!important;
    font-size: 14px!important;
}

button.btn2:before:hover
{
    content:'-' ;
    display:block;
    width:15px;
    text-shadow:none!important;
    color: #fff!important;
}

.btn2-success {
    background-image: none!important;
    filter: none!important;
    border-color: #fe0000!important;
    background-color: #fff!important;
}

.btn-success {
    background-image: none!important;
    filter: none!important;
    border-bottom: 0px solid #fe0000!important;
    border-right:0px!important;
    border-top:0px!important;
    border-left:0px!important;
    background-color: #fff!important;
    box-shadow: none!important;
    text-shadow: none!important;
    width: 100%!important;
    padding: 20px 0 20px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-success:hover {
    background-color: #eee!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control.left {
    background-image: none!important;
    opacity: 0;
    filter: alpha(opacity=0)!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel-control.right {
    background-image: none!important;
    opacity: 0;
    filter: alpha(opacity=0)!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel-control:hover, .carousel-control:active {
    opacity: 1 !important;
    filter: alpha(opacity=100)!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel-control:focus {
    opacity: 0 !important;
    filter: alpha(opacity=0)!important;
}

.glyphicon-chevron-right:before {
    display: none;
}

.glyphicon-chevron-left:before {
    display: none;
}

.navbar-default {
/* border-bottom: 1px solid #000!important; */
box-shadow: 0px -3px 13px #000!important;
}

.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    font-weight: 500;
    font-size: 16px;
}



.butt {
	background-image: linear-gradient(
		rgba(255,255,255,0.1), 
		rgba(0,0,0,0.1)
	);
	
	display: inline-block;
    width: 100%;
    margin:0px;
}

#rgb {
	background-color: #000;
    -webkit-animation: rgb 9s infinite alternate;; /* Chrome, Safari, Opera */
	animation: rgb 9s infinite alternate;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes rgb {
	50% {background-color: #fe0000;}
	100% {background-color: #000;}
}


@keyframes rgb {
	50% {background-color: #fe0000; /*blue*/ }
	100% {background-color: #000; /* red*/}
}

.navbar-toggle {
    padding: 24px 10px!important;
}

@media (max-width:770px) {
	
    .nav {
     padding-top: 0px!important; 
    }
    

    
    .welcome {
	    background-attachment: scroll;
	}
	
	.welcome_text {
		font-size: 22px;
		padding: 0 10%;
	}
	
	.main_logo {
		max-width: 120px;
		padding: 90px 0 0 0;
	}
	
	
	.approach_padding {
		padding: 20px;
	}
	
	
    
    .markets_copy {
        position: absolute;
        top: 15%;
        background: rgba(255,255,255, 0.85);
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .press {
	    background-attachment: scroll;
	    font-size: 3em;
    }
    
    .press_release_title {
		font-size: 16px;
		padding-bottom: 6px;
		letter-spacing: .03em;
		line-height: 26px;
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	
	.press_release_title:hover {
		color:#fe0000;
		}
	
	#first_name, #last_name, #company, #email, #country {
		width: 100%;
	}
	
	.approach_image {
		padding: 0px 0% 0 0;
	}
	
	.approach_body {
		padding: 0 0 40px 0;
	}
	
	.other_nav {
		display: none;
	}
	
	.contact {
		height: 600px;
	}
	
	.submit_button {
		margin-top: 0px;
		width: 100%;
	}

}