/* Fuentes 
-------------------------------------------------------------------------------------------------------------------------------------------
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: CronosPro;
    src: url(../font/CronosPro.ttf);
}
@font-face {
    font-family: CronosProBold;
    src: url(../font/CronosProBold.otf);
}
@font-face {
    font-family: CronosProSemiBold;
    src: url(../font/CronosProSemibold.otf);
}
@font-face {
    font-family: CronosProDisplay;
    src: url(../font/CronosProDisplay.ttf);
}
@font-face {
    font-family: CronosProLight;
    src: url(../font/CronosProLt.otf);
}

/*Generales
-------------------------------------------------------------------------------------------------------------------------------------------
*/
body {
	margin: 0;
	padding: 0;
	font-size:25px;
}
a {
	cursor: pointer;
	text-decoration: none;
}


.container,.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-family: 'cronommregular';
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
}
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}
.container-fluid:after,
.row:after {
    clear: both;
}

.desktop {
	display: block;
}
.mobile {
	display: none;
}
@media all and (orientation:portrait) {
	.desktop {
		display: none
	}
	.mobile {
		display: inherit;
	}
}
.contenedor {
	max-width: 975px;
	margin: 30px auto 0;
	width: 100%;
}

/*Menus
-------------------------------------------------------------------------------------------------------------------------------------------
*/
header {}
	header .enlinea {
		display: flex;
		flex-wrap: wrap;
	    margin: 0 auto;
	    max-width: 975px;
		position: relative;
	    width: 100%;
	}
	header .primer-menu {
		background: rgb(0, 27, 64);
		width: 100%;
	}
		header .primer-menu a {
		    background: url(../img/linea-menu.jpg) right center no-repeat;
		    color: #F1F6FF;
		    display: block;
		    font-family: 'CronosPro', sans-serif;
		    font-size: 13px;
		    padding: 7px 18px;
		    text-decoration: none;
		}
	header .segundo-menu {
		background: #002a68;
		padding: 32px 0 10px 0;
	}
		header .segundo-menu article {
			margin-right: 28px;
    		padding-top: 7px;
		}
		header .segundo-menu .logo-tigo {
		    margin: 0 65px;
		    padding: 0;
		    width: 20%;
		}
		header .segundo-menu a {
		    color: #fff;
		    font-family: 'CronosPro', sans-serif;
		    font-size: 19px;
		    text-decoration: none;
		}
/*Menú Mobile*/
.iconoMenuDesplegable {
    display: none;
}
.iconoMenuDesplegable>span, .iconoMenuDesplegable>span::after {
    position: absolute;
    border: 6px solid #fff;
    border-width: 6px 0;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.iconoMenuDesplegable>span {
    cursor: pointer;
    width: 40px;
    height: 27px;
    margin: 9px;
}
.iconoMenuDesplegable>span::after {
    content: "";
    width: 100%;
    height: 19%;
    top: 19%;
}
.efecto>span,.efecto>span::after {
    border-color: #0055be;
}
#menu {
    display:none;
    list-style: none;
    padding:0px;
    margin:0px;
}
	#menu a {
	    color: #fff;
	    font-family: 'CronosPro', sans-serif;
	    font-size: 19px;
	    text-decoration: none;
	}
	#menu li {
	    padding: 10px 10px;
	    border-bottom:1px solid #fff;
	}
		#menu li:hover {
		    background-color:#0055be;
		}
.mobile nav {
	background-color: #002a68;
/*	margin-top: -30px;*/
}
.logomobile {
	background-color: #002a68;
	padding: 10px 0;
	text-align: center;
}
@media only screen and (max-width: 1010px) {
	header .segundo-menu .logo-tigo {
		min-width: 25%;
	}
}
@media only screen and (max-width: 700px) {
	header .primer-menu article {
		margin: 0 auto;
	}
}


/*Banner principal
-------------------------------------------------------------------------------------------------------------------------------------------
*/
.banner-principal {
	width: 100%;
}
	.banner-principal img {
		width: 100%;
	}

/*Subtitulo
-------------------------------------------------------------------------------------------------------------------------------------------
*/
.subtitulo {
	color: #182e6e !important;
	font-family: 'CronosPro' !important;
	font-size: 2.5em !important;
	margin: 0px 0;
	text-align: center;
	width: 100%;
}
	.subtitulo p {
		font-family: 'CronosPro' !important;
		font-size: 2.5em !important;
		margin: 20px auto;
		width: 90%;
	}
	.subtitulo span {
		color: #00bff3 !important;
		font-family: 'CronosProSemibold' !important;
	}
	.subtitulo img {
		width: 100%;
	}
	.subtitulo a {
		margin: 0 auto;
		padding: 0 20px;
		width: 174px;
	}
@media all and (orientation:portrait) {
	.subtitulo p {
		font-size: 1.5em !important;
	}
}

/*Botones
-------------------------------------------------------------------------------------------------------------------------------------------
*/
.botones {
	/*display: flex;
	flex-wrap: wrap;
	width: 100%;*/
}
	.botones .boton {
		margin: 40px auto;
		max-width: 400px;
		text-align: center;
		width: 100%;
	}
		.botones .boton .texto {
			/*background-image: url('../img/sombra.png');*/
			background-repeat: no-repeat;
			background-size: 100% 100%;
			padding: 0 0 30px 0;
		}
			.botones .boton .texto h2 {
				color: #00bff3 !important;
				font-family: 'CronosProSemibold' !important;
				font-size: 2.5em !important;
			}
			.botones .boton .texto p {
				color: #182e6e !important;
				font-family: 'CronosPro' !important;
				font-size: 16px !important;
			}
		.botones .boton .cta {}
			.botones .boton .cta img {
				width: 85%;
			}

			.botones .boton .cta img.img-responsive {
				width: 100%;
			}

/*Video Principal
-------------------------------------------------------------------------------------------------------------------------------------------
*/
.video-principal {
	color: #182e6e !important;
	font-family: 'CronosPro' !important;
	margin: 0 auto;
}
	.video-principal h2 {
	    font-size: 35px !important;
	    margin: 40px 0px;
	    line-height: 1;
	}
	.video-principal p {
		font-size: 25px !important;

	}
	.video-principal .video {
		height: 0;
		margin: 20px 0;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 0;
	}
		.video-principal .video iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

/*Videos Secundarios
-------------------------------------------------------------------------------------------------------------------------------------------
*/
.video-secundario {
	background-color: #f6f6f6;
	padding: 0 0 0px 0;
	position: relative;
}
	.video-secundario .back {
    background-image: url(../img/back_line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    top: auto;
    width: 100%;
	}

	.video-secundario .abajo {
	    background-image: url(../img/back_line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    top: auto;
    width: 100%;
	}

	.video-secundario .selector {
		display: flex;
		flex-wrap: wrap;
		max-width: 700px;
		margin: 0 auto;
		width: 100%;
	}
		.video-secundario .selector .icono {
			cursor: pointer;
			margin: 0 auto;
			max-width: 70px;
			width: 13%;
		}
			.video-secundario .selector .icono img {
				box-shadow: 5px 5px 5px 3px rgba(230,227,230,0.44);
				border: 6px solid #fff;
				border-radius: 50%;
				width: 100%;
			}
			.video-secundario .selector .icono img.activo {
				border: 6px solid #6dc7f3;
			}
	.video-secundario .videos {
		margin: 0 auto;
    	padding: 5% 0 5% 0;
		width: 80%;
	}
		.video-secundario .videos .video {
			height: 0;
			margin: 20px 0;
			position: relative;
			padding-bottom: 56.25%;
			padding-top: 0;
		}
			.video-secundario .videos .video iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
			.video-secundario .videos .botones-videos {}
				.video-secundario .videos .botones-videos button {
					min-width: 152px;
					width: 20%;
				}
					.video-secundario .videos .botones-videos button img {
						width: 100%;
					}
					.video-secundario .videos .botones-videos button.activo {
					    background-color: #46c8f4;
					    border: 3px solid #46c8f4;
					    color: #fff !important;
					    font-family: 'CronosPro' !important;
					    font-size: 0.8em !important;
					    margin: 3px auto;
					    text-align: center;
					}
					.video-secundario .videos .botones-videos button.inactivo {
					    background-color: #fff;
					    border: 3px solid #fff;
					    color: #a2a2a2 !important;
					    font-family: 'CronosPro' !important;
					    font-size: 0.8em !important;
					    margin: 3px auto;
					    text-align: center;
					}
@media only screen and (max-width: 700px) {
	.video-secundario .selector .icono {
		max-width: 50px;
		width: 10%;
	}
}
@media only screen and (max-width: 550px) {
	.video-secundario .videos .video .botones-videos {
		margin-bottom: -15%;
	}
	.video-secundario {
		padding: 0 0 0px 0;
	}
}

/*Preguntas acordeon
-------------------------------------------------------------------------------------------------------------------------------------------
*/
.preguntas {
	margin: 50px auto;
	/*width: 80%;*/
}
	.preguntas h2 {
		color: #182e6e !important;
		font-family: 'CronosProSemibold' !important;
		font-size: 35px !important;
		text-align: center;
		text-transform: uppercase;
	}
	.preguntas .acordeon {}
		.preguntas .acordeon button.accordion {
			background-color: #fff;
		    border: 1px solid #182e6e;
		    color: #182e6e !important;
		    cursor: pointer;
		    font-family: 'CronosPro' !important;
		    font-size: 25px !important;
		    height: auto;
		    line-height: 1;
		    margin: 30px 0 0 0;
		    padding: 10px 5px 10px 30px;
		    outline: none;
		    text-align: left;
		    transition: 0.4s;
		    width: 100%;
		}
			.preguntas .acordeon button.accordion {
			    background-image: url(../img/plus.png)!important;
			    background-repeat: no-repeat!important;
			    background-position: 2% center!important;
			}
			.preguntas .acordeon button.accordion.active {
			    background-image: url(../img/menos.png)!important;
			}
		.preguntas .acordeon article.panel {
			color: #333333 !important;
			font-family: 'CronosPro' !important;
			font-size: 18px !important;
		    max-height: 0;
		    opacity: 0;
		    overflow: hidden;
		    padding: 0 18px;
		    transition: 0.6s ease-in-out;
		    width: 100%;
		}
			.preguntas .acordeon article.panel strong {
				font-family: 'CronosProSemibold' !important;
			}
			.preguntas .acordeon article.panel.show {
			    opacity: 1;
			    max-height: 590px;
			}
	.preguntas .cta {
		background-color: #46c8f4 !important;
	    border-radius: 30px;
	    margin: 50px auto;
	    max-width: 400px;
	    padding: 8px 0px;
		text-align: center;
		width: 100%;
	}
		.preguntas .cta p {
			margin: 0;
		}
		.preguntas .cta a {
			color: #fff !important;
		    font-family: 'CronosPro' !important;
		    font-size: 18px !important;
		    text-decoration: none;
		}
@media only screen and (max-width: 700px) {
	.preguntas {
		width: 95%;
	}
		.preguntas .acordeon button.accordion {
			font-size: 1em !important;
		}
}

/*Paquetigos Slider
-------------------------------------------------------------------------------------------------------------------------------------------
*/
.paquetigos {
	color: #182e6e !important;
	font-family: 'CronosPro' !important;
	font-size: 20px !important;
	margin: 20px 0;
	text-align: center;
	width: 100%;
}
	.paquetigos p {
		color: #182e6e !important;
		font-family: 'CronosPro' !important;
		font-size: 25px !important;
		margin: 25px auto;
		width: 90%;
	}
	.paquetigos span {
		color: #00bff3 !important;
		font-family: 'CronosProSemibold' !important;
	}
	.paquetigos h2 {
	    color: #182e6e !important;
	    font-family: 'CronosProSemibold' !important;
	    font-size: 35px !important;
	    text-align: center;
	    text-transform: uppercase;
	}

/*Autogestion Slider
-------------------------------------------------------------------------------------------------------------------------------------------
*/
.autogestion {
	color: #182e6e !important;
	font-family: 'CronosPro' !important;
	font-size: 20px !important;
	margin: 20px 0;
	text-align: center;
	width: 100%;
}
	.autogestion p {
		color: #182e6e !important;
		font-family: 'CronosPro' !important;
		font-size: 25px !important;
		margin: 25px auto;
		width: 90%;
	}
	.autogestion span {
		color: #00bff3 !important;
		font-family: 'CronosProSemibold' !important;
	}
	.autogestion h2 {
	    color: #182e6e !important;
	    font-family: 'CronosProSemibold' !important;
	    font-size: 35px !important;
	    text-align: center;
	    text-transform: uppercase;
	}	

/*Footer
-------------------------------------------------------------------------------------------------------------------------------------------
*/
footer {
	background: rgba(0,46,110,1);
	background: -moz-linear-gradient(top, rgba(0,46,110,1) 0%, rgba(6,7,36,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,46,110,1)), color-stop(100%, rgba(6,7,36,1)));
	background: -webkit-linear-gradient(top, rgba(0,46,110,1) 0%, rgba(6,7,36,1) 100%);
	background: -o-linear-gradient(top, rgba(0,46,110,1) 0%, rgba(6,7,36,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,46,110,1) 0%, rgba(6,7,36,1) 100%);
	background: linear-gradient(to bottom, rgba(0,46,110,1) 0%, rgba(6,7,36,1) 100%);
	color: #fff !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e6e', endColorstr='#060724', GradientType=0 );
	font-family: 'CronosPro' !important;
	font-size: 1em !important;
	padding: 0 0 30px 0;
}
	footer a {
		color: #00bff3 !important;
		text-decoration: none;
	}
	footer span {
		color: rgb(201, 223, 254) !important;
	}
	footer .enlinea {
		border-bottom: 1px solid #f8f8f8;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 975px;
		padding: 30px 0;
		width: 100%;
	}
		footer .enlinea article {
			margin: 0 auto;
			width: 33%;
		}
			footer .enlinea article p {
				margin: 5px 0;
			}
			footer .enlinea article img {
				width: 50px;
			}
	footer .footer2 {
		font-size: 0.6em !important;
		margin: 0 auto;
		max-width: 975px;
		width: 100%;
	}
@media screen and (orientation:portrait) {
	footer .enlinea article {
		text-align: center;
		width: 90%;
	}
	footer .footer2 {
		width: 90%;
	}
}

.botones .boton.col-50 {
    width: 100%;
	max-width: none;
    float: left;
    padding: 0 15px;
}

.botones .boton .texto
{
	padding: 0px;
}

section.seccion2,
section.seccion4,
section.seccion5
{
	padding: 60px 0px;
	background-color: #f6f6f6;
}


section.seccion6
{
	padding: 60px 0px;
}

section.seccion2 .video-principal
{
	text-align: center;
}

section.seccion2 .video-principal .imagen-titulo,
section.seccion4 .paquetigos .imagen-titulo,
section.seccion5 .autogestion .imagen-titulo
{
	display: inline-block;
}

section.seccion4 .paquetigos p
{
    margin: 0px auto;
}

section.seleccion-tips
{
	text-align: center;
	margin-bottom: 45px;
	font-family: 'CronosPro' !important;
}

section.seleccion-tips p
{
	color: #00357a;
	font-size: 25px;
}

section.seleccion-tips .link-seleccion-tips ul
{
	list-style: none;
	padding: 0;
}

section.seleccion-tips .link-seleccion-tips ul li
{
	display: inline-block;
}

section.seleccion-tips .link-seleccion-tips ul li:last-child
{
	border-left: 1px solid #00357a;
}

section.seleccion-tips .link-seleccion-tips a
{
	color: #00357a;
	font-size: 35px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	padding: 0 15px;
}

section.seleccion-tips .link-seleccion-tips a:hover
{
	color: #00ccff;
}

.imagenes-secundario
{
    margin: 0 auto;
    padding: 5% 0 5% 0;
    width: 80%;
}

img.active-slider
{
    border: 3px solid #829dc1;
    margin-top: -2px;
}

.contenedor_slider_ins,
.contenedor_slider_s,
.contenedor_slider_wh,
.contenedor_slider_gm,
.contenedor_slider_ct,
.contenedor_slider_wf,
.contenedor_slider_nf,
.contenedor_slider_yt
{
	display: none;
}

.contenedor_slider_fb .bx-wrapper + .bx-wrapper,
.contenedor_slider_ins .bx-wrapper + .bx-wrapper,
.contenedor_slider_s .bx-wrapper + .bx-wrapper,
.contenedor_slider_wh .bx-wrapper + .bx-wrapper,
.contenedor_slider_gm .bx-wrapper + .bx-wrapper,
.contenedor_slider_ct .bx-wrapper + .bx-wrapper,
.contenedor_slider_wf .bx-wrapper + .bx-wrapper,
.contenedor_slider_nf .bx-wrapper + .bx-wrapper,
.contenedor_slider_yt .bx-wrapper + .bx-wrapper,
.autogestion .bx-wrapper + .bx-wrapper
{
	display: none;
}

@media (min-width: 768px) {
.contenedor_slider_fb .bx-wrapper + .bx-wrapper,
.contenedor_slider_ins .bx-wrapper + .bx-wrapper,
.contenedor_slider_s .bx-wrapper + .bx-wrapper,
.contenedor_slider_wh .bx-wrapper + .bx-wrapper,
.contenedor_slider_gm .bx-wrapper + .bx-wrapper,
.contenedor_slider_ct .bx-wrapper + .bx-wrapper,
.contenedor_slider_wf .bx-wrapper + .bx-wrapper,
.contenedor_slider_nf .bx-wrapper + .bx-wrapper,
.contenedor_slider_yt .bx-wrapper + .bx-wrapper,
.autogestion .bx-wrapper + .bx-wrapper
{
	display: block;
}

    .container {
        width: 750px;
    }

	.col-50 {
	    width: 50%;
	    margin: 0px;
	    float: left;
	    padding: 0 15px;
	}

    .botones .boton.col-50 {
        width: 50%;
    	max-width: none;
        float: left;
        padding: 0 15px;
    }

    .botones .boton.col-33 {
        width: 33.33%;
    	max-width: none;
        float: left;
        padding: 0px;
    } 

    .botones .boton.col-33 .img-responsive {
        width: 100%;
    }    

    .botones .boton .texto p
    {
    	padding: 0 45px;
    }

    .botones .boton .texto p span
    {
    	font-weight: bold;
    }

    .preguntas .acordeon button.accordion
    {
    	padding: 10px 5px 10px 60px;
    }

    .preguntas .acordeon article.panel
    {
    	padding: 0 60px;
    }

}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}