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

/* PLACEHOLDER TEXT */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff!important;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff!important;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff!important;
}

::placeholder { /* Most modern browsers support this now. */
   color: #fff!important;
}

.text-green {
	color: #009EFE!important;
}

a {
	color: #009EFE!important;
}

.form-control {
	margin-bottom: 10px!important;
}



@media only screen and (min-width: 1600px) {
.img_movistar {
	background-image: url('images/fondo_front.jpg');
	background-position: 100% 100%; 
	background-size: cover; 
	background-repeat: no-repeat;
}
	
.img_movistar_share {
	background-image: url('images/fondo_share_desktop.jpg');
	background-position: 100% 100%; 
	background-size: cover; 
	background-repeat: no-repeat;
}
.fixed-content{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
}
.container-fullwidth {
	height: 100%;
}

.titulo_movistar {
	width: 460px;
	height: 160px;
	padding: 0px;

}

.contenedor_movistar {
	background-image: url(images/contenedor_formulario.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 460px;
	height: 370px;
	padding: 50px 0px 0px 0px;
}

 .button_movistar{
	background-image: url(images/btn-comenzar.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 120px;
	height: 52px;
	background-color: #fff;
	margin: 10px 0 0 10px;
}

 .button_movistar:hover {
	background-image: url(images/btn-comenzar.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 120px;
	height: 52px;
	background-color: #fff!important;
	opacity: 0.5;
}

.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark) {
	width: 100%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
	
.myVid {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}

.video-wrapper{
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.playpause {
    background-image: url(images/play.svg);
    background-repeat: no-repeat;
    width: 10%;
    height: 10%;
    position: fixed;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
	z-index: 100
}
	
.revisa_tu_movil {
	max-width: 80%;
	margin-top: 20%;
	margin-left: 20%;
	margin-right: 10%;
}
	
.celular {
	max-width: 90%;
	margin-top: -10%;
}

.comparte_text {
	margin-top: 12%;
	margin-bottom: 10%;
	width: 65%;
}

.share_icon1 {
	max-width: 70px;
	float: right;
	opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
	
.share_icon2 {
	max-width: 70px;
	float: left;
	opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
	
.share_icon1:hover {
	opacity: 0.5;
}
	
.share_icon2:hover {
	opacity: 0.5;
}


}


@media only screen and (max-width: 1600px) {
.img_movistar {
	background: url('images/fondo_front.jpg') no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-position: top; 
}
	
.titulo_movistar {
	width: 440px;
	height: 160px;
	padding: 0px;
}
.fixed-content{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
}
.container-fullwidth {
	height: 100%;
}
.contenedor_movistar {
	background-image: url(images/contenedor_formulario.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 430px;
	height: 370px;
	padding: 40px 0px 30px 0px;
}

 .button_movistar, .btn-descargar {
	background-image: url(images/btn-comenzar.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 120px;
	height: 52px;
	background-color: transparent;
	margin: 10px 0 0 10px;
	top: -15px;
}
.btn-descargar {
	background-image: url(images/descargar.png);
	background-size: contain;
	margin: 10px auto;
	display: block;
	width: 140px;
}

 .button_movistar:hover , .btn-descargar:hover {
	background-image: url(images/btn-comenzar.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 120px;
	height: 52px;
	background-color: transparent!important;
	opacity: 0.5;
}

.btn-descargar:hover {
	background-image: url(images/descargar.png);
	background-size: contain;
	width: 150px;
	opacity: 0.8;
}

.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark) {
	width: 100%;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
}

.myVid {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;	
	padding-top: 4%;
}

.video-wrapper{
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.playpause {
    background-image: url(images/play.svg);
    background-repeat: no-repeat;
    width: 10%;
    height: 10%;
    position: fixed;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
	z-index: 100
}
	
.img_movistar_share {
	background-image: url('images/fondo_share_desktop.jpg');
	background-position: top; 
	background-size: cover; 
	background-repeat: no-repeat;
	top: 0px;
}

.revisa_tu_movil {
	max-width: 80%;
	margin-top: 0%;
	margin-left: 20%;
	margin-right: 10%;
}
	
.celular {
	max-width: 95%;
	margin-top: -10%;
}

.comparte_text {
	margin-top: 10%;
	margin-bottom: 10%;
	width: 60%;
}

.share_icon1 {
	max-width: 60px;
	float: right;
	opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
	
.share_icon2 {
	max-width: 60px;
	float: left;
	opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
	
.share_icon1:hover {
	opacity: 0.5;
}
	
.share_icon2:hover {
	opacity: 0.5;
}

}



@media only screen and (max-width: 578px) {
.img_movistar {
	background-image: url('images/fondo_front.jpg');
	background-position: 40% 0; 
	background-size: auto 100%; 
	background-repeat: no-repeat;
}

.titulo_movistar {
	width: 84%;
	padding: 0px;
	position: fixed;
	bottom: 45%;
	margin-right: 8%;
	margin-left: 8%;
	right: 0px;
	top: 30%;
}

.contenedor_movistar {
	background-image: url(images/contenedor_formulario_mobile.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	bottom: 0px!important;
	max-width: 95%;
	left: 51%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 70%;
	height: 470px;
}
	
.form-group {
	padding: 8% 8% 5% 8%!important;
}
	
.center {
  margin: auto;
  width: 100%;
  padding: 10px;
}

 .button_movistar,  .btn-descargar {
	background-image: url(images/btn-comenzar.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	width: 7rem;
	height: 3rem;
	margin-top: 5%;
	margin-left: 0px;
	position: relative;
}

.btn-descargar{
	background-image: url(images/descargar.png);
	width: 50%;
	background-size: contain;
	margin: 10px auto;
	height: 5rem;
	top: -2.5rem;
	background-position: top center;
	
}
 .button_movistar:hover, .btn-descargar:hover {
	background-image: url(images/btn-comenzar.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	width: 7rem;
	height: 3rem;
	margin-top: 0.5rem;
	margin-left: 0px;
	cursor: pointer;
}
.btn-descargar:hover{
	background-image: url(images/descargar.png);
	
}
	
label {
	font-size: 1rem!important;
	margin-top: 0px;
	margin-bottom: 0px;

}
	
.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark) {
	font-size: 1rem;
	width: 100%;
	height: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
	
.myVid {
	position: absolute;
	top: -60px!important;
	height: 210%;
}
		
.video-wrapper{
    position: absolute;
    top: 30%!important;
    left: -50%!important;
    width: 100%;
    height: 50%;
}
	
.playpause {
    width: 20%!important;
    height: 20%!important;
}
	
.hidden-xs { 
	display: none !important; 
}
	
.img_movistar_share {
	background-image: url('images/fondo_share_mobile.jpg');
	background-position: 100% 70%; 
	background-size: cover; 
	background-repeat: no-repeat;
}
	
.revisa_tu_movil {
	max-width: 70%;
	margin-top: 30%;
	margin-left: 15%;
	margin-right: 15%;
}
	
.celular {
	max-width: 100%;
	margin-top: -10%;
}
	
.comparte_text {
	margin-top: 5%;
	margin-bottom: 5%;
	width: 60%;
}

.share_icon1 {
	max-width: 40px;
	float: right;
	opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	margin-bottom: -20px;
}
	
.share_icon2 {
	max-width: 40px;
	float: left;
	opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	margin-bottom: -20px;
}
	
.share_icon1:hover {
	opacity: 0.5;
}
	
.share_icon2:hover {
	opacity: 0.5;
}

#bottom_mobile {
	position: fixed; 
	bottom: 25px;
}

#header-wrap {
	margin-left: 70%;
	padding-top: 0%;
}
	
#logo a.retina-logo {
	max-width: 80px;
}
	
}

.btn-descargar{
	top: -20px;
	background-image: url(images/descargar.png);
	background-size: contain;
	width: 50%;
	height: 3rem;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0 auto;
    display: block;
}

.img_movistar_share{
	overflow-y: auto;
}

.outline-white{
	outline: 0.35em solid white;
}