/* Paquetes pages english and spanish */

/*english packages*/

.section-title {
	background-image: url(../images/paquetes-ingles/ltino-packages.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-title.deportes {
	background-image: url(../images/paquetes-ingles/sports_4.png);
	background-position: top center;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-title h1 {
	color: #f01446;
	font-size: 4em;
}

.section-title.deportes h1 { color: #fff; }

/*tv packages group*/
.packets-full .channels-cont { border-bottom: 1px solid #d8d8d8; }
.packets-full h2 { 
	font-size: 3em !important;
    margin-top: 10px;
}
h2.deportes-panel-title-h2 {
    font-size: 16px !important;
}
.packets-full h2 small { 
	font-size: 45%;
    color: #fff;
}
.packets-full .dark-block a {
	background: #317fd2;
    color: #fff;
    margin: 10px 0px;
    font-size: 19px;
}
.packets-full .dark-block a:hover { background: #75ade8; }
.packets-full .dark-block a.dish-color-btn {
	background: #ed1a47;
    color: #fff !important;
    border: 1px solid #ed1a47;
}
.packets-full .dark-block a.dish-color-btn:hover {
	background: #fff;
    color: #ed1a47 !important;
}
.packets-full .top-120 .package-name { background-color: #e65e0b; }
.packets-full .top-120plus .package-name { background-color: #ef2f30; }
.packets-full .top-200 .package-name { background-color: #ed174a; }
.packets-full .top-250 .package-name { background-color: #d21f5c; }

.packets-full .package-name h2 {
	padding: 0px 20px;
    color: #fff;
}

.packets-full .panel-group { margin-top: 30px; }
.packets-full .panel-group .panel-default>.panel-heading {
	background-color: #fff;
	padding: 15px;
}
.packets-full .panel-group .panel-heading a { font-size: 1.2em; }
.packets-full .panel-group .panel-heading a:hover {
	text-decoration: none;
	color: #ccc;
}

.benefits { padding-bottom: 20px; }
.benefits h3 {
	color: #ed1a47;
	font-size: 2em;
	margin-bottom: 30px;
	line-height: 1.5em;
}
.benefits h3 span.text-xl { font-size: 1.5em; }
.benefits h3 span.font-proxima-xbold { 
	font-size: 3em; 
	display: block;
	margin-top: 10px;
}
.benefits h4 {
	font-size: 1.5em;
	font-weight: 900;
	margin-bottom: 30px;
}

/*packets-blocks-dish-bg*/
.packets-blocks-dish-bg {
	margin: 10px;
	border: 5px solid #fff;
	background: #ed1a47;
	font-family: 'proxima_novaregular', arial, sans-serif;
	padding: 20px;
}
.packets-blocks-dish-bg .price-details {
	font-size: 2.5em;
    line-height: 1.3em
}
.packets-blocks-dish-bg .price-details span { font-size: 0.8em; }
.packets-blocks-dish-bg .price-details small { font-size: 50%; }
.packets-blocks-dish-bg .price-details .white-btn {
	background-color: #fff;
	color: #ed1a47;
	font-size: 18px;
	padding: 10px 15px;
	margin-bottom: 15px;
}

/* Terms and conditions */
.terms-cond-text {
    color: #E41932 !important;
    text-decoration: underline;
}

@media only screen and (min-width: 992px) {
	.packets-full .col-md-12 { padding: 0; }
	.packets-full .channels-cont{
		margin: 0px;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.packets-full .channels-cont .col-md-6,
	.packets-full .channels-cont .col-md-3 {
		float: none;
		display: table-cell;
		vertical-align: middle;
	}
}

/* Paquetes Español */

    .paquetes-text {
        text-shadow: 1px 1px 27px black!important;
        font-weight: 700!important;
        font-size: 60px!important;
        margin-top: 20%;
    }

	.bg-paquetes{
		background: url(/img/upload/family-paquetes.png);
		background-repeat: no-repeat;
		background-position-y: 46%!important;
		background-position-x: 0%!important;
		background-size: 112%
    }

    .fl-row-content-wrap-paquetes{
        padding-bottom: 140px;
    }

    .btn-guia{
        color: black!important;
        background-color: #ffffff!important;
        border-bottom-color: #d9d9d9;
        padding: 9px 30px;
    }     
    .paquetes-text-con{
        margin-top: 178px!important;
    }

    
	.row.latino-content {
		margin-bottom: 10px!important;
	}

	.container-fluid {
		padding-right: 0px!important;
		padding-left: 0px!important;
	}

    @media screen and (max-width: 490px) {
        .section-title.paquetes.bg-paquetes{
            background-size: 990px;
            background-position-x: -480px!important;
            background-position-y: -60px!important;
        }          
    } 

    @media screen and (max-width: 768px) {
        .paquetes.bg-paquetes{
            background-position: right;
            background-size: 800px;
        }
        .paquetes.bg-paquetes {
            padding-bottom: 270px;
        }
        .proximanova.paquetes-text{
            font-size: 30px!important;
			margin-top: 10%;
        }

        .paquetes-text-con{
            margin-top: 30px!important;
        }

		.section-title.paquetes{
			padding-bottom: 270px!important;
		}

		.mt120 {
			margin-top: 0px!important;
		}

		.row.latino-content {
			margin-top: 20px!important;
			margin-bottom: 10px!important;
		}
		
    } 
    
    @media screen and (max-width: 1024px) {
        .bg-paquetes{
            background-position: right;
            background-size: 1030px;
        }                
        .btn-guia{
            padding: 8px 20px;
            font-size: 14px;
        }
        .fl-row-content-wrap-paquetes {
            padding-bottom: 370px;
        }
    }
    .new-card {
            padding-bottom: 40px;
        }

        .logo-packages-container-newcard{
            display: block;
            margin: 0 auto;
            width: 60%;
            margin-top:10px;
        }        

        .latino-home-card.logo-package-img {
            max-width: 30%;
        }

        .title-card-text {
            color: white;
            font-size: 21px;
            font-weight: 700;
        }

        .red-box-card {
            background-color: #f01446;
        }

        .title-card {
            height: 40px;
            text-align: center;
            padding: 2px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            float: none;
            margin: 0 auto;
        }

        .lat-card {
            background: #fff;
            border-radius: 10px;
            -webkit-box-shadow: 0px 10px 23px -5px rgb(0 0 0 / 18%);
            -moz-box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 7px 23px 3px rgb(0 0 0 / 23%);
        }

        .card-second-content {
            border-top-right-radius: 10px;
            background-color: #f5f5f6;
        }

        .card-bottom-border {
            height: 6px;
            border-radius: 0px 0px 10px 10px;
        }

        .latino ul li:before {
            content: '';
            background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%233DB453' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E") !important;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            left: 0;
            margin-right: 10px;
            margin-top: 5px;
            padding: 8px;
            position: absolute;
        }

        .latino ul {
            font-size: 1.2em;
            list-style: none;
            padding-inline-start: 0;
            position: relative;
        }

        .latino ul li {
            padding-left: 30px;
            padding-bottom: 8px;
            font-weight: 500;
            color:black;
			text-align: left;
        }

        .latino p {
			font-weight: 700;
			font-size: 15px;
            color:black;
			text-align: left;
        }

        .plan-title {
            padding: 30px 0px;
        }

        .logo-package-img-card {
            max-width: 100%!important;
            width: 18%;
            padding: 2px;
            display: inline-block !important;
            margin: 1%;
        }

        .logo-ch-cnn {
            width: 18%!important;
        }

        .logo-ch-univision {
            width: 18%!important;
        }

        .logo-ch-nick-jr {
            width: 28%!important;
        }

        .logo-ch-bein-sports-es {
            width: 35%!important;
        }

        .text50 {
            font-size: 50px!important;
        }
    
    .has-imageright { padding: 40px 20px 40px 80px; }
    .display-mobile { display: none; }
    .display-laptop { display: block; }
    .logo-hey-google {width: 25%;margin-bottom: 20px;margin-left: 42%;}
   
    @media only screen and (max-width: 980px){
        .has-imageright { padding: 20px; }
        .has-imageleft { padding: 20px; }
        .display-mobile { display: block; }
        .display-laptop { display: none; }
        .is-flex { display: block; }
        .onepoint .tablet { display: none; }
        .onepoint .tablet-mobile { display: flex; }
        .paquetes-btn-aprende{display: block;margin: 0 auto;width: 35%;text-align: center;}
        .col-center .call-us-paquetes {font-size: 30px;}
		.hey-google-title{font-size:30px!important;}
		.hey-google-text{font-size:22px!important;}
    }
    
    @media only screen and (max-width: 530px){
        .paquetes-btn-aprende {
            display: block;
            margin: 0 auto;
            width: 60%;
            text-align: center;
        }
    }
    
    .bg-light{background-color: #f5f5f6; }
    a.white-button {
            font-size: 20px;
            line-height: 22px;
            padding: 15px 30px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            background: #ffffff;
            border: 1px solid #f3f3f3;
            color: #f01446;
            display: inline-block;
            
        }
        .white-button:hover {
            background: #f7f7f7;
            border: 1px solid #ebebeb;
        }
        .text-center {
            text-align: center;
        }

        @media only screen and (max-width: 992px){
            .row.lat-card {
            border-radius: 0px 0px 10px 10px;
        }
            .card-second-content {
                border-top-right-radius: 0px;
            }
        }   
        
        .logo-azcinema{
            width: 28%;
        }

        .logo-ch-disney-channel {
            width: 24%;
        }

        .logo-ch-history-es {
            width: 14%;
        }

        .logo-ch-nickelodeon {
            width: 33%;
        }

        .logo-ch-tnt {
            width: 11%;
        }
        
        .redwine-box-card {
            background-color: #9c2134;
        }
        
        .darkblue-box-card {
            background-color: #161624;
        }
        
        .logo-ch-multimedios {
            width: 26%;
        }

        .logo-ch-espn {
            width: 27%;
        }
        
        .col-center{
            float: none;
            margin: 0 auto;
        }

        .latino-cards-title{
            font-size: 40px;
        }

        .latino-cards-desc{
            font-size: 19px;
            font-weight: 500;
            line-height: 23px;
            padding-top: 25px;
            padding-bottom: 25px;   
        }
        
        .red-underline {
            text-decoration: underline;
        }

        .all-channels{
            color: #E41932;
            font-size: 20px;
            font-weight: 800;
            text-decoration: none;
            display: inline-block;
            position: relative;
            padding: 10px 30px 9px 30px;
            border: none;
        }
        .call-us-paquetes {
            font-size: 40px;
            font-weight: 800;
        }
        
        .button:focus:before {
            border: solid 0px white!important;
        }

		.text30 {
			font-size: 32px!important;
		}

		.text25 {
			font-size: 25px!important;
		}

		.text20 {
			font-size: 22px!important;
		}
		
		.latino-content h3 {
			margin-bottom: 10px!important;
			line-height: 1.5em;
		}
		
		.card-first-content{
			padding: 6% 0;
		}
		
		.mt120{
			margin-top: 120px;
		}
		
		.section-title.paquetes {
			background-image: url(../images/family-paquetes.png);
			background-position: top center;
			color: #fff;
			padding-top: 0px;
			padding-bottom: 170px;
            background-color: #000;
		}

		.bg-gray{
			background-color: #f5f5f6;
		}

        .f40{
            font-size: 40px;
        }
		