/* 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/****************************
-- Fonts --
****************************/
@font-face {
    font-family: 'roboto-light';
    src: url('../webfonts/roboto-light-webfont.eot');
    src: url('../webfonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/roboto-light-webfont.woff2') format('woff2'),
         url('../webfonts/roboto-light-webfont.woff') format('woff'),
         url('../webfonts/roboto-light-webfont.ttf') format('truetype'),
         url('../webfonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto-medium';
    src: url('../webfonts/roboto-medium-webfont.eot');
    src: url('../webfonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../webfonts/roboto-medium-webfont.woff') format('woff'),
         url('../webfonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../webfonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto-regular';
    src: url('../webfonts/roboto-regular-webfont.eot');
    src: url('../webfonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../webfonts/roboto-regular-webfont.woff') format('woff'),
         url('../webfonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../webfonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
  font-family: 'gotham_light';
  src: url('../webfonts/Gotham-Light.eot'); /* IE9 Compat Modes */
  src: url('../webfonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../webfonts/Gotham-Light.woff') format('woff'), /* Modern Browsers */
  url('../webfonts/Gotham-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../webfonts/Gotham-Light.svg#62f75ccd04c776030ca293d074e92944') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  normal;
}


@font-face {
  font-family: 'gotham_bold';
  src: url('../webfonts/gotham-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('../webfonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../webfonts/gotham-bold-webfont.woff') format('woff'), /* Modern Browsers */
  url('../webfonts/gotham-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../webfonts/gotham-bold-webfont.svg#62f75ccd04c776030ca293d074e92944') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  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;
}

#accordion{
	margin-bottom: 50px;
}


p strong {
	font-family: 'roboto-medium', helvetica, arial, sans-serif;
}


p a {
	font-family: 'roboto-medium', helvetica, arial, sans-serif;
	font-weight: bold;
}


.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: #fd2415;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
a:hover {
    color: #ff6470;
    text-decoration: none;
}
*, ::after, ::before {
box-sizing: border-box;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.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: #fd2415;
}
.bg-red{
    background-color: #fd2415;
    color: #fff;
    padding-bottom: 1.5rem;
}

.logo-claro {
	padding: 10px 0 0px 0;
	width: 25%;
}

.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:#fd2415!important;
}

.copete {
	font-size: 1.1em;
}
.min-red {
	width: 160px;
	height: 6px;
	background-color: #fd2415;
	margin-top: 1.5rem;
}

@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{
    /* padding-top: 3rem; */
}
section#intro{
    padding: 2rem 0;
    background: #dddddd;
}

section#intro-red{
    padding: 1.5rem 0 0rem 0;
    background: #dddddd;
}



section#importante-red{
    /* background-color: #e9edf3; */
    padding-bottom: 1.5rem;
}


section#importante{
    /* background-color: #e9edf3; */
    padding: 1.8rem 0;
}

section#importante-foot{
    background-color: #DDDDDD;
	padding: 2rem 0;
}



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;
    background: black;

}
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

---------------------------------------------------********/


.myaccordion {
  max-width: 500px;
  /* margin: 50px auto; */
  box-shadow: 0 0 1px rgba(0,0,0,0.1);

}

.p-separador {
	padding:20px 0 35px 0;
}


.card {
    background-color: #e9edf3;
	border-bottom:2px solid #000000!important;
	border-radius:0;
 }

.card-red {
    background-color: #fd2415;
	color:#FFF!important;

}
.card-red .card-header {
	border-bottom:1px solid #fd2415!important;
}
.mb-0.red button {

	color:#FFF!important;

}
.fa-inverse {
    color: #fd2415!important;
    background: #e9edf3;
    font-size: 15px!important;
}
.fa-red {
    color: #FFF!important;
    background: #fd2415!important;
}

.fa-faqs {
	color: #7f7f7f!important;
    background: #e9edf3!important;
}




.body-red ul li a{
  color:#FFF!important;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;

}

.myaccordion .card-header {
  border-bottom-color: #e9edf3;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #000;
  padding: 0;
  text-align: left;
  font-weight: initial;
  letter-spacing: 0.5px;
  font-size:20px;
  font-family:gotham_bold,Verdana, Geneva, sans-serif;
}

#accordionFaq.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #000;
    padding: 0;
    text-align: left;
    font-weight: initial;
    letter-spacing: -0.5px;
    font-size: 14px;
    font-family: roboto-regular,Verdana, Geneva, sans-serif;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}


.texto-btn {
	position: absolute;
    left: 61px;
    top: 24px;
    line-height: 19px;
}

.gracias {
	display:none;
	font-size:20px;
	margin:50px 0 50px 0;
}

.gracias.fin {
	display:block!important;
}






.fa-check {
	font-size: 10px;
    color: white;
    background: #666666;
    padding: 4px;
}

.fa-check.cambio {
	font-size: 10px;
    color: white;
    background: #009cae!important;
    padding: 4px;
}



.contenedor-foto {
	border: 1px solid #666;
	border-radius:50px;
	height:350px;
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
}
.btn-subir {
	background: #fd2415;
    color: #ffffff!important;
    border-radius: 6px;
    padding: 15px 35px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0 auto!important;
    display: block;
    width: 195px;
    float: none!important;

}


.contenedor-firma {
	border: 1px solid #666;
	border-radius:25px;
	height:400px;
	padding:10px;
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
	background:#FFF;
}
.btn-borrar {
	background: #FFF;
    color: #666666!important;
    border-radius: 6px;
	border:1px solid #666666;
   	padding: 7px 23px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    float: left!important;

}
.btn-aceptar {
	background: #666666;
    color: #ffffff!important;
    border-radius: 6px;
    padding: 9px 25px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    display: block;
    float: right;

}




.titulo-h1-center {
    font-size: 45px;
    /*font-size: calc(2.5vw + 2.5vh);
    */line-height: 48px;
    font-weight: 300;
    text-align: center;
    padding: 30px 0 5% 0;
}
.copete-center {
	font-size:15px;
    letter-spacing: 0.8px;
    line-height: 25px;
	text-align:center;
}
.copete-imp {
	font-size: 40px;
    letter-spacing: 0.8px;
    line-height: 25px;
    text-align: center;
    font-weight: 300;
	padding:20px 0 20px 0;
}


.alert-red {
	width:100%;
	background:#fd2415;
	padding:30px;

}

.text-red {
	    color: #FFF;
    font-size: 24px;
    font-weight: 200;
    line-height: 33px;
}

.text-red strong {
	 font-weight: 500!important;
}
.icon-alert {
 display:block;
 width: 31px;
 /* float: left; */
 clear: both;
 padding-bottom: 15px;
}

.card-body ul {
	float:left;
	clear:both;
	width:100%;
	margin-bottom:20px;
	/* margin-top: 22px; */
	/* width: 280px; */
}


.card-body ul li {
	float:left;
	clear:both;
	width:100%;
	border-bottom:1px solid #000!important;
	padding: 0px 10px 10px 10px;
}

.body-red ul li {
	border-bottom:1px solid #FFF!important;
}


.card-body ul li:last-child {
	border-bottom:none!important;
}


#collapseTres .card:last-child {
	/* padding:0px!important */
	border-bottom:none!important;
}

#collapseTres .card-body {
	/* padding:0px!important */
}

.list-p-red li::before {
    content: "\2022";
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    width:3%;
    vertical-align: middle;
    margin-left: 0.1em;

}

.list-p-red li p{

    width: 93%;
    float: right;

}

.llamada-tel {
	text-align: left;
	/* font-size: calc(1.2vw + 0.6vh); */
	font-size: 1.1rem;
	font-family:roboto-light, Verdana, Geneva, sans-serif;
}

.llamada-tel strong {
	font-family:roboto-medium, Verdana, Geneva, sans-serif!important
}

.llamada-tel a {
	color:#000000!important;
	font-family:roboto-medium, Verdana, Geneva, sans-serif!important
}

.img-foot2 {
	width: 100%;
	margin: 0 auto;
	/* display: block; */
	max-width: calc(3vw + 3vh);
	/* float: left; */
	/* clear: both; */
	margin-right: 11px;
}
@media (max-width: 992px){

	.copete-center {
		font-size: calc(1.5vw + 1.5vh);
		letter-spacing: 0.8px;
		line-height: 25px;
		text-align:center;
	}
}

@media (max-width: 420px){

	.titulo-h1-center {
    font-size: 40px;
    }
	.llamada-tel {

		font-size: 0.8rem;

	}
}
