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

@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light&display=swap');

/* PLACEHOLDER TEXT */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff!important;
	text-align: center;
	font-family: 'Saira Extra Condensed', sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color: #fff!important;
   	opacity: 1;
	text-align: center;
	font-family: 'Saira Extra Condensed', sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff!important;
   opacity: 1;
	text-align: center;
	font-family: 'Saira Extra Condensed', sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff!important;
	text-align: center;
	font-family: 'Saira Extra Condensed', sans-serif;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff!important;
	text-align: center;
	font-family: 'Saira Extra Condensed', sans-serif;
}

::placeholder { /* Most modern browsers support this now. */
   color: #fff!important;
	text-align: center;
	font-family: 'Saira Extra Condensed', sans-serif;
}

.custom-select {
	padding-left: 25%;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	background-color: transparent;
	color: white;
	border-radius: 0px!important;
}

.force-full-screen {
	overflow:auto;
}

.full-screen {
	overflow:auto;
}

.titular {
	font-family: 'Saira Extra Condensed', sans-serif!important;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff!important;
	font-weight: normal!important;
	text-align: center!important;
	margin-bottom: -20px!important;
	letter-spacing: 0px;
}

.titular_foto {
	font-family: 'Saira Extra Condensed', sans-serif!important;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff!important;
	font-weight: normal!important;
	text-align: center!important;
	letter-spacing: 0px;
	margin-bottom: -20px;
	margin-top: -20px;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

@media only screen and (min-width: 1600px) {
/*Pantalla 1 */
.fondo-p1 {
	background-image: url('images/fondo-p1.jpg');
	height: 100%;
	background-position: center;
  	background-repeat: no-repeat;
 	background-size: cover;
}
	
.logo_samsung {
	width: 200px;
	padding-top: 30px;
}
	
.titulo_planperfecto {
	width: 650px;
	padding-top: 10px;
}
	
.contenedor_botones {
	position: absolute;
	bottom: -5px;
	width: 100%;
}
	
.boton_11 {
	width: 450px;
	padding-top: 10px;
	margin-right: -50px;
	opacity: 1;
	transition: 0.3s;
	float: right;
}
	
.boton_12 {
	width: 450px;
	padding-top: 10px;
	margin-left: -50px;
	opacity: 1;
	transition: 0.3s;
	float: left;
}
	
.boton_13 {
	width: 550px;
	padding-top: 10px;
	opacity: 1;
	transition: 0.3s;
	padding-bottom: 20px;
}
	
.boton_11:hover {
	opacity: 0.7;
}
	
.boton_12:hover {
	opacity: 0.7;
}
	
.boton_13:hover {
	opacity: 0.7;
}
	
.legal_netflix {
	position: absolute;
	bottom: 0%;
	width: 350px!important;
	margin-left: -60px;
	padding-bottom: 0px;
}
	
.button-comenzar {
	font-family: 'Saira Extra Condensed', sans-serif!important;
	font-size: 32px;
	text-transform: uppercase;
	background-color: #fff!important;
	color: #000!important;
	border: 1px solid #fff!important;
	border-radius: 0px!important;
	font-weight: 600!important;
	line-height: 45px!important;
	height: 45px;
	text-align: center!important;
	text-shadow: none!important;
	margin-bottom: 30px!important;
	margin-left: -2px;
}
	
.tyc {
	font-size: 14px!important;
}

/*PANTALLA 2 */
.fondo-p2 {
	background-image: url('images/fondo-p2.jpg');
	height: 100%;
	background-position: center;
  	background-repeat: no-repeat;
 	background-size: cover;
}
	
.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark) {
	font-size: 24px!important;
	line-height: 12px!important;
	padding: 2px;
}
	
.custom-select {
	font-size: 24px;
}
	
.btn_foto {
	height: 150px;
	border: 1px solid #fff!important;
}

.foto_upload {
	width: 120px;
	margin-left: -5px;
}
	
.btn_conocerte {
	width: 200px;
	margin: 20px 0px 30px 0px;
}
	

/*PANTALLA 3 */
.bkg_carta {
	background-image:url(images/bkg_carta.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 650px;
	min-height: 390px;
	padding: 40px 20px 20px 70px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}
	
.handwritten {
	font-family: 'Shadows Into Light', cursive;
	line-height: 14px;
	transform: rotate(-10deg);
}
	
.logo_p3 {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 120px;
	height: auto;
	z-index: 1001;
}

.boton_social {
	width: 60px;
	padding-top: 10px;
	opacity: 1;
	transition: 0.3s;
}
	
.boton_social:hover {
	opacity: 0.7;
}
	
.button_p31 {
	font-family: 'Saira Extra Condensed', sans-serif!important;
	font-size: 28px;
	text-transform: uppercase;
	background-color: #fff!important;
	color: #000!important;
	border: 1px solid #fff!important;
	border-radius: 0px!important;
	font-weight: 600!important;
	line-height: 40px!important;
	height: 40px;
	text-align: center!important;
	text-shadow: none!important;
	margin-bottom: 0px!important;
	margin-left: -2px;
	min-width: 280px;
	float: right;
}
	
.button_p32 {
	font-family: 'Saira Extra Condensed', sans-serif!important;
	font-size: 28px;
	text-transform: uppercase;
	background-color: #fff!important;
	color: #000!important;
	border: 1px solid #fff!important;
	border-radius: 0px!important;
	font-weight: 600!important;
	line-height: 40px!important;
	height: 40px;
	text-align: center!important;
	text-shadow: none!important;
	margin-bottom: 0px!important;
	margin-left: -2px;
	min-width: 280px;
}
	
.tyc_p3 {
	font-size: 14px!important;
	margin-top: 20px;
}

/* Videos */
.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
}
	
.hidden-lg {
	 display: none !important; 
}

}

@media only screen and (max-width: 1599px) {
/*Pantalla 1 */
.fondo-p1 {
	background-image: url('images/fondo-p1.jpg');
	height: 100%;
	background-position: center;
  	background-repeat: no-repeat;
 	background-size: cover;
}
	
.logo_samsung {
	width: 160px;
	padding-top: 20px;
}
	
.titulo_planperfecto {
	width: 550px;
	padding-top: 10px;
}
	
.contenedor_botones {
	position: absolute;
	bottom: 0;
	width: 100%;
}
	
.boton_11 {
	width: 350px;
	padding-top: 10px;
	margin-right: -40px;
	opacity: 1;
	transition: 0.3s;
	float: right;
}
	
.boton_12 {
	width: 350px;
	padding-top: 10px;
	margin-left: -40px;
	opacity: 1;
	transition: 0.3s;
	float: left;
}
	
.boton_13 {
	width: 550px;
	padding-top: 10px;
	opacity: 1;
	transition: 0.3s;
	padding-bottom: 20px;
}
	
.boton_11:hover {
	opacity: 0.7;
}
	
.boton_12:hover {
	opacity: 0.7;
}
	
.boton_13:hover {
	opacity: 0.7;
}
	
.legal_netflix {
	position: absolute;
	bottom: 0%;
	width: 350px!important;
	margin-left: -60px;
	padding-bottom: 0px;
}
	
.button-comenzar {
	font-family: 'Saira Extra Condensed', sans-serif!important;
	font-size: 32px;
	text-transform: uppercase;
	background-color: #fff!important;
	color: #000!important;
	border: 1px solid #fff!important;
	border-radius: 0px!important;
	font-weight: 600!important;
	line-height: 45px!important;
	height: 45px;
	text-align: center!important;
	text-shadow: none!important;
	margin-bottom: 30px!important;
	margin-left: -2px;
}
	
.tyc {
	font-size: 14px!important;
}

/*PANTALLA 2 */
.fondo-p2 {
	background-image: url('images/fondo-p2.jpg');
	height: 100%;
	background-position: center;
  	background-repeat: no-repeat;
 	background-size: cover;
}
	
.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark) {
	font-size: 22px!important;
	line-height: 12px!important;
	padding: 2px;
}
	
.custom-select {
	font-size: 22px;
	padding-left: 12%;
}
	
.btn_foto {
	height: 150px;
	border: 1px solid #fff!important;
}

.foto_upload {
	width: 120px;
	margin-left: -5px;
}
	
.btn_conocerte {
	width: 180px;
	margin: 0px 0px 10px 0px;
}
	
.titular {
	font-size: 28px;
	margin-bottom: 0px!important;
}
	
.titular_foto {
	margin-top: -20px;
}
	

/*PANTALLA 3 */
.bkg_carta {
	background-image:url(images/bkg_carta.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 650px;
	min-height: 390px;
	padding: 40px 20px 20px 70px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}
	
.handwritten {
	font-family: 'Shadows Into Light', cursive;
	line-height: 14px;
	transform: rotate(-10deg);
}
	
.logo_p3 {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 120px;
	height: auto;
	z-index: 1001;
}

.boton_social {
	width: 60px;
	padding-top: 10px;
	opacity: 1;
	transition: 0.3s;
}
	
.boton_social:hover {
	opacity: 0.7;
}
	
.button_p31 {
	font-family: 'Saira Extra Condensed', sans-serif!important;
	font-size: 28px;
	text-transform: uppercase;
	background-color: #fff!important;
	color: #000!important;
	border: 1px solid #fff!important;
	border-radius: 0px!important;
	font-weight: 600!important;
	line-height: 40px!important;
	height: 40px;
	text-align: center!important;
	text-shadow: none!important;
	margin-bottom: 0px!important;
	margin-left: -2px;
	min-width: 280px;
	float: right;
}
	
.button_p32 {
	font-family: 'Saira Extra Condensed', sans-serif!important;
	font-size: 28px;
	text-transform: uppercase;
	background-color: #fff!important;
	color: #000!important;
	border: 1px solid #fff!important;
	border-radius: 0px!important;
	font-weight: 600!important;
	line-height: 40px!important;
	height: 40px;
	text-align: center!important;
	text-shadow: none!important;
	margin-bottom: 0px!important;
	margin-left: -2px;
	min-width: 280px;
}
	
.tyc_p3 {
	font-size: 14px!important;
	margin-top: 20px;
}

/* Videos */
.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
}
	
.hidden-lg {
	 display: none !important; 
}

}


@media only screen and (max-width: 579px) {
.fondo-p1 {
	background-image: url('images/fondo-p1.jpg');
	background-position: center center; 
	background-size: cover; 
	background-repeat: no-repeat;
}
	
.logo_samsung {
	max-width: 120px;
	padding-top: 10px;
}
	
.titulo_planperfecto {
	max-width: 300px;
	padding-top: 10px;
}
	
.contenedor_botones {
	padding: 0px 20px 0px 20px;
	position: absolute;
	bottom: 5%;
	width: 100%;
	margin: 0px;
}
	
.btn-container {
	display: block;
	margin-left: auto;
 	margin-right: auto;
}
	
.boton_11 {
	width: 250px;
	display: block;
	margin-left: 20px;
 	margin-right: auto;
	padding-top: 0px;
	margin-bottom: -10px;
	opacity: 1;
	transition: 0.3s;
	float: none;
}
	
.boton_12 {
	width: 250px;
	display: block;
	margin-left: 20px;
 	margin-right: auto;
	padding-top: 0px;
	margin-bottom: -15px;
	opacity: 1;
	transition: 0.3s;
	float: none;
}
	
.boton_13 {
	width: 550px;
	opacity: 1;
	transition: 0.3s;
	padding: 10px 0px 10px 0px;
}
	
.boton_11:hover {
	opacity: 0.7;
}
	
.boton_12:hover {
	opacity: 0.7;
}
	
.boton_13:hover {
	opacity: 0.7;
}

.tyc {
	font-size: 12px!important;
	padding: 0px 0px 10px 0px;
	margin-bottom: 0px;
}
	
.legal_netflix {
	position: absolute;
	width: 300px!important;
	display: block;
  	margin-left: -10px;
 	margin-right: auto;
	margin-top: -15px;
}
	

/*PANTALLA 2 */
.fondo-p2 {
	background-image: url('images/fondo-p2.jpg');
	background-position: 100% 100%; 
	background-size: cover; 
	background-repeat: no-repeat;
}
	
.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark) {
	font-size: 18px!important;
	line-height: 12px!important;
	padding: 2px;
}
	
.custom-select {
	font-size: 18px;
	max-height: 35px;
	line-height: 22px;
}
	
.btn_conocerte {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
	
.btn_foto {
	height: 120px;
	border: 1px solid #fff!important;
}

.foto_upload {
	width: 100px;
	margin-left: -5px;
}
	
.button-comenzar {
	font-family: 'Saira Extra Condensed', sans-serif!important;
	font-size: 24px;
	text-transform: uppercase;
	background-color: #fff!important;
	color: #000!important;
	border: 1px solid #fff!important;
	border-radius: 0px!important;
	font-weight: 600!important;
	line-height: 35px!important;
	height: 35px;
	text-align: center!important;
	text-shadow: none!important;
	margin-bottom: 10px!important;
	margin-left: -2px;
}
	
	
.titular {
	font-size: 24px;
	margin-bottom: 0px!important;
}
	
.titular_foto {
	margin-top: -25px;
}
	
/*PANTALLA 3 */
.bkg_carta {
	background-image:url(images/bkg_carta.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	max-width: 320px;
	min-height: 195px;
	padding: 10px 10px 10px 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}
	
.handwritten {
	font-family: 'Shadows Into Light', cursive;
	font-size: 18px;
	line-height: 24px;
	transform: rotate(-10deg);
	margin-bottom: 0px!important;
	letter-spacing: -0.01rem;
}
	
.logo_p3 {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 80px;
	height: auto;
	z-index: 1001;
}

.boton_social {
	width: 60px;
	padding: 10px 0px 10px 0px;
	opacity: 1;
	transition: 0.3s;
}
	
.boton_social:hover {
	opacity: 0.7;
}
	
.button_p31 {
	font-family: 'Saira Extra Condensed', sans-serif!important;
	font-size: 22px;
	text-transform: uppercase;
	background-color: #fff!important;
	color: #000!important;
	border: 1px solid #fff!important;
	border-radius: 0px!important;
	font-weight: 600!important;
	line-height: 30px!important;
	height: 30px;
	text-align: center!important;
	text-shadow: none!important;
	min-width: 320px;
	padding: 0px!important;
	margin-left: -10px!important;
	margin-bottom: 10px!important;
}
	
.button_p32 {
	font-family: 'Saira Extra Condensed', sans-serif!important;
	font-size: 22px;
	text-transform: uppercase;
	background-color: #fff!important;
	color: #000!important;
	border: 1px solid #fff!important;
	border-radius: 0px!important;
	font-weight: 600!important;
	line-height: 30px!important;
	height: 30px;
	text-align: center!important;
	text-shadow: none!important;
	margin-bottom: 0px!important;
	min-width: 320px;
	margin-left: 5px!important;
}
	
.tyc_p3 {
	font-size: 12px!important;
	margin-top: 0px;
}
	
#copyrights {
	margin-top: 0px;
	padding-bottom: 10px;
}

	
/* Video */
.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: 0%!important;
    left: -125%!important;
    width: 100%;
    height: 53%;
}
	
.playpause {
    background-image: url(images/play.svg);
    background-repeat: no-repeat;
    width: 20%;
    height: 20%;
    position: fixed;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
	z-index: 100
}
	
.hidden-xs { 
	display: none !important; 
}
	
}