/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
	 line-height: 1;
    display: flex;
    flex-direction: column;
}

header {
   
}

main {
    flex: auto;
    /* background-color: #ccc; */
}

footer {
   }

/****************************
-- Fonts --
****************************/

@font-face {
    font-family: 'icons';
     src: url("../webfonts/fa-solid-900.eot");
	 src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
	      url("../webfonts/fa-regular-400.woff2") format("woff2"),
	      url("../webfonts/fa-regular-400.woff") format("woff"),
	      url("../webfonts/fa-regular-400.ttf") format("truetype"),
	      url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); 
    font-weight: normal;
    font-style: normal;

}

/*--icono carita triste--*/
.fa-frown:before {
	 font-family: 'icons';
 	 content: "\f119";
}
/*--icono carita no sabe no contesta--*/

.fa-meh:before {
	 font-family: 'icons';
 	 content: "\f11a";
}

/*--icono carita alegre--*/
.fa-smile:before {
	 font-family: 'icons';
 	 content: "\f118";
}


@font-face {
    font-family: 'icons-900';
     src: url("../webfonts/fa-solid-900.eot");
	 src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
	      url("../webfonts/fa-solid-900.woff2") format("woff2"),
	      url("../webfonts/fa-solid-900.woff") format("woff"),
	      url("../webfonts/fa-solid-900.ttf") format("truetype"),
	      url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); 
    font-weight: normal;
    font-style: normal;

}

/*--icono >--*/
.fa-chebron:before {
	 font-family: 'icons-900';
 	 content: "\f078";
}
/*--icono flecha--*/

.fa-flecha:before {
	 font-family: 'icons-900';
 	 content: "\f061";
}


@font-face {
    font-family: 'icons-bold';
     src: url("../webfonts/fa-solid-900.eot");
	 src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
	      url("../webfonts/fa-solid-900.woff2") format("woff2"),
	      url("../webfonts/fa-solid-900.woff") format("woff"),
	      url("../webfonts/fa-solid-900.ttf") format("truetype"),
	      url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); 
    font-weight: normal;
    font-style: normal;

}



.fa-search:before {
	 font-family: 'icons-bold';
  content: "\f002"; }

.btn-search {color: #FFFFFF;font-size: 18px; font-weight: initial; float: right; margin-top: 7px;}


@font-face {
    font-family: 'roboto-bold';
    src: url('../webfonts/roboto-bold.eot');
    src: url('../webfonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/roboto-bold.woff2') format('woff2'),
         url('../webfonts/roboto-bold.woff') format('woff'),
         url('../webfonts/roboto-bold.ttf') format('truetype'),
         url('../webfonts/roboto-bold.svg#roboto-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'roboto-medium';
    src: url('../webfonts/roboto-medium.eot');
    src: url('../webfonts/roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/roboto-medium.woff2') format('woff2'),
         url('../webfonts/roboto-medium.woff') format('woff'),
         url('../webfonts/roboto-medium.ttf') format('truetype'),
         url('../webfonts/roboto-medium.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto-regular';
    src: url('../webfonts/roboto-regular.eot');
    src: url('../webfonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/roboto-regular.woff2') format('woff2'),
         url('../webfonts/roboto-regular.woff') format('woff'),
         url('../webfonts/roboto-regular.ttf') format('truetype'),
         url('../webfonts/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	/* font-family: 'roboto-light', helvetica, arial, sans-serif; */
	color: #000;
	background-color: #fff;
	font-size: 16px;
	line-height: 20px;
	/* letter-spacing: 0.05rem; */
	margin: 0;
}












p strong {
	font-family: 'roboto-bold', helvetica, arial, sans-serif;
}


.list-p {
	width:280px!important;
	margin:20px 0;
	
}


.list-p li {
	font-family: 'roboto-regular', helvetica, arial, sans-serif;
	border-bottom:1px solid #000;
	
}

.list-p li::before {
 	content: "\2022";
    color: red;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    width: 0.9em;
	vertical-align:middle;
    margin-left: 0.1em;
}
.lista-p  ul li:last-child{
	border-bottom:none!important;
}


.faqs {
	
}

.faqs {
	font-family: 'roboto-light', helvetica, arial, sans-serif;
	font-size:14px;
	padding: 0px 9px 20px 9px!important;
}

.faqs strong {
	font-family: 'roboto-medium', helvetica, arial, sans-serif;
	display:block;
	clear:both;
	width:100%;
	padding:10px 0;
}

.faqs a {
	color: red;
}


#accordionFaq .card-header {
	padding: 10px 10px 10px 10px;
}


.txt-legales {
	font-size: 9px;
	line-height: 10px;
	text-align:justify;
	/* letter-spacing: 1px; */
}


a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
a:hover {
 /*   color: #ff6470; */
	text-decoration: none;
	color:#000;
}
*, ::after, ::before {
box-sizing: border-box;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.d-flex{
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: row;
    /* flex-direction: row; */
}
.col{
    position: relative;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.text-red{
    color: #ef3829;
}
.bg-red{
    background-color: #ef3829;
    color: #fff;
    padding-bottom: 0rem;
}

.logo-claro {
	width: 67px;
    height: 25px;
}

.img-foot {
	width: 100%;
	margin:0 auto;
	display: block;
}

.titulo-h1 {
	/*font-size: 2.2em;*/
	font-size: calc(44px + 2vw);
	line-height: 48px;
    font-weight: 300;
}

.titulo-h1  span {
	color:#ef3829!important;
}

.copete {
	font-size: 1.1em;
}
.min-black {
	width: 63px;
	height: 5px;
	background-color: #ef3829;
	/*margin-top: 1.5rem;*/
}
section.separador-negro {
  margin-top:-5px;
  background-color:transparent!important;
}

.div-contenedor {
	width: 100%!important;
	display: block;
	float: left;
	margin:0 0 20px 0;
}

.div-contenedor p.titulo-div {
	/*font-size: 15px;*/
	/*font-size: calc(0.5em + 2vw);*/
	font-family:roboto-bold,Verdana, Geneva, sans-serif;
	font-weight:bold;
	background:#000;
	text-align:left;
	padding: 7px 24px;
	color:#FFF;
	width: auto!important;
	display: block;
	float: left;
}

.div-contenedor p.titulo-div-centrado {
	/*font-size: calc(0.5em + 2vw);*/
	font-family:roboto-bold,Verdana, Geneva, sans-serif;
	font-weight:bold;
	background:#000;
	padding: 7px 24px;
	color:#FFF;
	width: auto;
	max-width: 164px;
	display: block;
	margin: 0 auto;
	text-align: center;
}



.div-contenedor-bordes {
	/* border-top:2px solid #000; */
	/* border-bottom:2px solid #000; */
	float:left;
	clear:both;
	display:block;
	width:100%;
	/*padding: 20px 25px;*/
	padding: 10px 2px;
}

.div-contenedor-bordes.video-borde {
	border-bottom:none!important;
}



.div-contenedor-bordes ul {
	width:100%;
	
}

.div-contenedor-bordes ul li {
	width:100%;
	display:block;
	clear:both;
	float:left;
	/*font-size:15px;
	font-size: calc(0.3em + 2vw);*/
	/* font-family:roboto-regular,Verdana, Geneva, sans-serif!important; */
	/* padding:10px 0; */
	/* border-bottom:1px solid #000; */
	letter-spacing: 0.5px;
}



.paso-p li{
/*	font-size: calc(0.2em + 2vw)!important;*/
	font-family:roboto-regular,Verdana, Geneva, sans-serif!important;
	padding:2px 0!important;
	border-bottom:none!important;
	letter-spacing: -0.7px;
	/*text-transform:uppercase;*/
	margin-left:18px;
}

/*.div-contenedor-bordes ul li:last-child { border-bottom:none!important}*/

.div-contenedor-bordes ul li span {
	font-family:roboto-regular,Verdana, Geneva, sans-serif!important;
	color: #000000;
	font-weight:normal;
	padding: 14px 26px 10px 0;
}


.div-contenedor-bordes ul li img {
	width: 8px;
    vertical-align: baseline;
}



:focus {
outline: 0;
}

/*.video {
    width: 100%;
    
}
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:100%;
}
.playpause {
    background-image:url(../images/b-play.svg);
    background-repeat:no-repeat;
    width:80px;
    height:100%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}*/


.pasos-a-seguir {}
.pasos-a-seguir li {}
.pasos-a-seguir li span{float:left;width:8px;font-weight: 600!important;}
.pasos-a-seguir li p {
    font-family:roboto-regular,Verdana, Geneva, sans-serif!important;
    float:left;
    width: 91%;
    padding: 14px 0!important;
    /* text-transform:uppercase; */
    border-bottom: 1px solid #606060;
    font-weight: 600;
}
.pasos-a-seguir li a {
	color: #000000;
	text-decoration:none;
	/* font-weight: bold; */
}
.pasos-a-seguir li p .nota-al-pie {
	color: #000;
	/*font-size: calc(0.2em + 2vw);*/
	width:100%!important;
	display: block;
	font-family:roboto-regular,Verdana, Geneva, sans-serif!important;
	font-weight: 600!important;
}

.lista-flecha li {
    font-family:roboto-regular,Verdana, Geneva, sans-serif!important;
    float:left;
    width: 95%;
    padding: 18px 0!important;
    /* text-transform:uppercase; */
    border-bottom: 1px solid #606060;
    list-style-type:none;
    letter-spacing: 0.5px!important;
    background-size: 8px;
}




.lista-flecha li a {
	color:#000;
	text-decoration:none;
	font-family: roboto-regular,Verdana, Geneva, sans-serif!important;
	font-weight: 600;
}




@media (min-width: 576px){
    .container {
     /* max-width: 540px; */
     padding-right: 15px;
     padding-left: 15px;
    }
	
}

@media (max-width: 350px){
	.container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 5px;
		padding-left: 5px;
	}
}

header{
    height: 50px;
    padding: 10px 0px 10px 0px;
    background: #ef3829;
}



section {
    float: left;
    width: 100%;
    display: block;
    clear: both;
	background-color:#FFF;
}
section#intro{
    padding: 5rem 0;
    background-color: #FFF;
}

section#intro-red {
    padding: 1.5rem 0 0rem 0;
    background-color: #FFF;
}
section#intro.fondo-fac {
	background:#fafafa;
	
}

.pasos-img {
	width: 95%;
	/*max-width: 380px;*/
	margin: 0 auto;
	display: block;
	/* padding:15px 0; */
}


section#importante-red{
    /* background-color: #e9edf3; */
    padding-bottom: 1.5rem;
}



section#importante {
    background-color: #FFFFFF;
    padding:0;
    height: 69%;
}

section#importante-gris {
    background-color: #e9edf3;
    padding:0;
}


#importante-foot{
      height: 50px;
    background-color: #000000;
    padding: 10px 0px;
}
#importante-foot a img{
       width: 67px;
    height: 25px;
    display: block;
}
section#importante-chat{
    background-color: #f2f2f2;
    padding: 2rem 1rem;
}

section#importante .title,section#importante-red .title{
    width: 220px;
}
section#recomendaciones{
    padding: 2rem 0;
}

section#recomendaciones .col-icon img{
    width: 60px;
}
section#recomendaciones .col-text{
    padding-left: 1rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
section#recomendaciones .col-text .title{
    margin-top: 0;
}
section#recomendaciones .col-text ul{
    padding-left: 0;
    list-style: none;
}
section#recomendaciones .col-text ul li{
    border-bottom: 2px solid #000;
    padding: 0.5rem 0;
}
section#recomendaciones .col-text ul li:first-child{
    border-top: 3px solid #000;
}
section#recomendaciones .col-text ul li:last-child{
    border-bottom: 3px solid #000;
}
section#precauciones .title{
    padding-bottom: 0;
    font-size: 16px;
    padding-top: 2.5rem;
}
section#precauciones .col{
    -ms-flex-positive: 1;
    flex-grow:1;
}
.media-item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1rem 0;
    height: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-item img{
    min-width: 60px;
}
.media-item .icon{
    padding-right: 1rem
}
.media-item .text{
    font-size: 14px;
}

section#precauciones .row{
    margin-right: -15px;
    margin-left: -15px;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

section#precauciones .col{
    padding-right: 15px;
    padding-left: 15px;

}
.media-item.border-bottom{
    border-bottom: 2px solid #000;
}

hr{
    border: 1px solid black;
    width: 100%;
    height: 1px!important;
}
section#precauciones .title img{
    max-width: 210px;
}


.box2 {
	 border-left:1px solid #000;
	 border-right:1px solid #000;
}

.grid {
  min-height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.grid > div {
  display: -webkit-box;
  display: flex;
  flex-basis: calc(33.33% - 1px);
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 20px 0 20px 0;
}


.grid > div > div {
  display: -webkit-box;
  display: flex;
  text-align:center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding: 0 6px 0 5px;
}


/*******---------------------------------------------------

	Agregados por mi nuevo diseÃƒÂ±o

---------------------------------------------------********/

.t-negro-bold {
	font-family:roboto-black,Verdana, Geneva, sans-serif;
	font-size: 80px;
	line-height: 58px;
}

.t-rojo {
	font-family:roboto-medium,Verdana, Geneva, sans-serif;
	font-size: 70px;
	line-height: 45px;
	color: #ef3829;
} 

.t-copete-negro {
	font-family:roboto-regular,Verdana, Geneva, sans-serif;
	font-size: 17px;
	line-height: 25px;
	padding-top: 10px;
} 


.txt-foot {
	font-family: roboto-regular,Verdana, Geneva, sans-serif;
    font-size: 26px;
    color: black;
    padding: 45px 24px 40px 24px;
    line-height: 31px;
}

.txt-foot span {
	font-family:roboto-bold,Verdana, Geneva, sans-serif;
}


.border-top-black {
	border-top:2px solid #000000;
}


.txt-ayuda {
	font-family: roboto-bold,Verdana, Geneva, sans-serif;
	font-size: 22px;
	text-align: center;
	padding: 20px 0 20px 0;
}











/*******---------------------------------------------------

	Agregados por mi

---------------------------------------------------********/

/*.div-contenedor:hover .titulo-seccion {
	border-bottom: 2px solid red;
	
}*/



.titulo-seccion {
	font-family: roboto-regular,Verdana, Geneva, sans-serif;
	font-weight: 600;
	font-size: 23px;
	border-bottom: 2px solid transparent;
	padding: 10px 2px;
}


.titulo-seccion:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  margin-top: 15px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}
.div-contenedor:hover .titulo-seccion:after {
  width: 100%;
  background: #ef3829;
}





.titulo-seccion i.chebron:after {
	font-family: 'icons-900';
	content: "\f078";
	font-weight: 400!important;
	margin-left: 12px;
	vertical-align: middle;
	font-size: 16px;
}

.titulo-seccion i.link-p:after {
	font-family: 'icons-900';
	content: "\f061"!important;
	font-weight: 400!important;
	margin-left: 12px;
	vertical-align: middle;
	font-size: 16px;
	float: right;
	padding-right: 10px;
}
/*--icono flecha--

.titulo-seccion:after {
	content: "\f061";
    }*/

.link-pasos li {
	padding: 12px 0;
	border-bottom: 1px solid #CCCCCC;
}

.link-pasos li:last-child {
	border-bottom: none;
}


.link-pasos li a {
	font-family:roboto-regular,Verdana, Geneva, sans-serif;
	font-size: 16px!important;
	color: #aaaaaa;
}






/* Container for flexboxes */
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  width: 100%;
}

/* Create four equal columns */
.column {
  flex: 20%;
  margin: 0px 10px;
  
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    flex: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .row {
    flex-direction: column;
  }
}





/*------------------------------*/
.breadcrumb-container {
    width: 100%;
    display: block;
    position: inherit;
    justify-content: flex-start;
    
}
.breadcrumb-ul {
    display: block;
    direction: rtl;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 20px 0 20px 0px;
	float: left;
}
.breadcrumb-ul:after {
    content: "";
    display: block;
    flex: 0 0 auto;
    min-height: 10px;
    width: 7%;
}

.breadcrumb-ul li {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    float: left;
    }
 .breadcrumb-ul li:before {
	font-family: roboto-regular,Verdana, Geneva, sans-serif;
    content: "/";
	display: inline-block;
	font-weight: 800;
	height: 16px;
	margin: 0px 7px;
	vertical-align: baseline;
	/* width: 4px; */
}

 .breadcrumb-ul li:last-child:before {
    content: "";
    display: inherit;
    height: 0px;
    margin: 0px;
    width: 0px;
}




 .breadcrumb-ul li a {
    color: #000;
    font-family: roboto-regular,Verdana, Geneva, sans-serif;
    font-weight: 600;
    line-height: 1.54;
    font-size: 15px;
	letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    
}



@media (min-width: 1200px) {
.container {
    max-width: 1360px!important;
}

}



@media (max-width: 1024px) {
	
	.column {
    flex: 32%;
    margin: 0px 10px;
	}
	section#importante {
      height: 79%;
    padding-bottom: 42px;
}
	
}




@media (min-width: 992px){
	.titulo-h1 {
		/*font-size: 2.2em;*/
		font-size: 2.2em!important;

	}
	.pasos-a-seguir li p .nota-al-pie {
		font-size: 13px!important;
		padding: 5px 0px 0px 0px;
	}
	.div-contenedor-bordes ul li {
		/*font-size:15px;*/
		/* font-size: 21px!important; */
	}
	.div-contenedor p.titulo-div, 
	.div-contenedor p.titulo-div-centrado {
		/*font-size: 15px;*/
		font-size: 17px!important;


	}


	.paso-p li {
		font-size: 14px!important;

	}

}

@media (max-width: 992px){
	.pasos-a-seguir li p .nota-al-pie {
		font-size: 13px!important;
		letter-spacing: 0.5px;
	}
	.div-contenedor-bordes ul li {
		font-size: 18px!important;
	}
	.div-contenedor p.titulo-div, 
	.div-contenedor p.titulo-div-centrado {
		font-size: 17px!important;

	}
	.paso-p li {
		font-size: 14px!important;
	}

	
	
	
	
}


@media (max-width: 769px) {
	
	.t-negro-bold {
		font-family:roboto-black,Verdana, Geneva, sans-serif;
		font-size: 55px;
		line-height: 58px;
	}

	.t-rojo {
		font-family:roboto-medium,Verdana, Geneva, sans-serif;
		font-size: 55px;
		display: block;
		width: 100%;
		line-height: 46px;
		color: #ef3829;
		margin-top: 10px;
	} 

	section#importante {
		height: 60%;
		padding-bottom: 0px;
	}

	.column {
		flex: 50%;
		margin: 10px 10px;
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 11px;
	}
	.column:hover {border-bottom: 1px solid #ef3829; }
	.div-contenedor:hover .titulo-seccion {
	border-bottom: 2px solid transparent;
	
	}
	section#intro {
    padding: 3rem 0;
    background-color: #FFF;
}
	.titulo-seccion:after {
  display: none;
  height: 0px;
  margin-top: 0px;
  width: 0px;
}
#importante-breadcrumb .container {
	padding-left:0px!important;
}

}


@media (max-width: 575px) {
	.container.sin-p { padding: 0px!important;}
	.div-contenedor-bordes.video-borde {
		padding: 20px 0px;
	}
	.logo-claro {
     width: 67px;
    height: 25px;
}
	
}


@media (min-width: 1200px) {
	.container {
		max-width: 1280px;
	}
}

.resultado:hover{
    font-weight: bold;
}