/*Fuentes*/
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,700,800);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:700,400);
body{
	font-family: Raleway, arial, sans-serif;
	background-color: #f8f9fa;
}
p{
	font-size: 15px;
}
/**/
.no_padding{
	padding: 0;
}
/**/
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: transparent;
    padding: 0;
}
.bg-macanudo {
    background-color: #097978!important;
}
.bg-macanudo-light {
    background-color: #f8f9fa!important;
}
.text-color-macanudo{
	color: #097978!important;
}
.padding-top-15{
	padding-top: 15px;
}
.disabled{
	color: #ccc !important;
}
/**/

/*Menu*/
ul.menu_macanudo{

}
ul.menu_macanudo li{
    padding: 25px 10px 0px 10px;
    width: 14.28%;
    float: left;
    border-right: 1px solid #ccc;
    text-align: center;
    height: 90px;
}
ul.menu_macanudo li:last-child{
	border-right: none;
}
ul.menu_macanudo li a{
	color: #097978;
    font-weight: 500;
	font-size: 15px;
}
ul.redes_sociales{
	position: absolute;
    top: -70px;
    right: 0;
}
ul.redes_sociales li{
	float: left;
    width: 30px;
    text-align: center;
    height: 30px;
    background-color: #097978;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
    margin-right: 15px;
}
ul.redes_sociales li a{
	color: #fff;
}
ul.redes_sociales li a i{

}
/*Fin Menu*/

/*Slider Inicio*/
#SliderInicio{
	height: calc(100vh - 66px);
}
#SliderInicio .carousel-inner {
    height: calc(100vh - 66px);
}
#SliderInicio .carousel-item {
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
#SliderInicio .carousel_container{
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    margin: 100px;
    width: 30%;
}
#SliderInicio .carousel_container.slide1{
	margin: 200px 100px 100px 100px;
}
#SliderInicio .carousel_container.slide2{
	margin: 200px 100px 100px 100px;
}
#SliderInicio .carousel_container.slide3{
	margin: 200px 100px 100px 100px;
}
#SliderInicio .carousel_container.slide4{
	margin: 240px 100px 100px 100px;
}
#SliderInicio .carousel_container.slide5{
	margin: 200px 100px 100px 100px;
}
#SliderInicio .carousel_container.slide6{
	margin: 390px 100px 100px 100px;
}
#SliderInicio .carousel_container h3{
	margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
	font-weight: 700;
}
#SliderInicio .carousel_container p{
	color: #fff;
    font-size: 17px;
    margin: 5px 0 10px;
    line-height: 20px;
}
#SliderInicio .carousel_container a{
	background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: inline-block;
    float: right;
}
.carousel_mobile{
	display: none;
}
/*Fin Slider Inicio*/

/*Caracteristicas inicio*/
.caracteristicas{
	background-color: #f9f9f9;
	padding-top: 50px;
}
.caracteristicas h2{
	text-align: center;
    margin-top: 10px;
    line-height: 1;
    font-size: 35px;
}
.caracteristicas h5{
	text-align: center;
    font-size: 18px;
    margin: 15px 0 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
    line-height: 1;
}
.caracteristicas ul.lista_caracteristicas{
	list-style: none;
    padding: 0;
    margin: 0px 15px;
}
.caracteristicas ul.lista_caracteristicas li{
	width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;    /* 30px */
    background-color: #fff;
	border-radius: 3px;
    /*box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);*/
}
.caracteristicas ul.lista_caracteristicas li img {
    width: 45%; /* 33% */
    float: left;
}
.caracteristicas ul.lista_caracteristicas li div {
    width: 55%; /* 67% */
    float: left;
    position: relative;
    padding: 80px;  /* 20px */
}
.caracteristicas ul.lista_caracteristicas li.derecha img {
    float: right;
}
.caracteristicas ul.lista_caracteristicas li.derecha div {
    float: right;
}
.caracteristicas ul.lista_caracteristicas li div h4{
	font-weight: 700;
    font-size: 22px;
    color: #666;
    /*text-shadow: 0px 0px 5px #000;*/
}
.caracteristicas ul.lista_caracteristicas li div p{
	font-size: 15px;
    margin-bottom: 0;
}
.caracteristicas ul.lista_caracteristicas li div a{
    width: 25%;
    background-color: #097978;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 10px;
    margin-top: 15px;
	font-size: 13px;
    letter-spacing: .1rem;
    font-weight: bold;
	float: right;
}

/*Macanudo.html*/
.macanudo_que_es{

}
.macanudo_que_es .super_head{
	height: calc(100vh - 66px);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
	overflow: hidden;
    background-attachment: fixed;
}
.macanudo_que_es .super_head h1{
	text-align: center;
    width: 75%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30% auto 0; /* 25% */
    color: #fff;
    text-shadow: 0px 0px 5px #111;
	font-size: 35px;
}
.macanudo_que_es h1.titulo_destacado{
	text-align: center;
    font-size: 25px;
    width: 75%;
    padding: 0px 10%;
    font-weight: 700;
    color: #097978;
    margin: 20px auto;
}
.macanudo_que_es h2{
	text-align: center;
    font-size: 22px;
    width: 100%;
    padding: 0px 10%;
    font-weight: 500;   /* 100 */
    color: #097978;
    margin-bottom: 35px;
    /*font-family: "Libre Baskerville", "Times New Roman", Times, serif;*/
    font-style: italic;
}
.macanudo_que_es .cont_50{
	width: 75%;
    margin: 0px auto 30px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 20px;
	font-size: 15px;
}
.borde_abajo{
	border-bottom: 1px solid #ccc;
}
.segundo_bloque{
	margin: 50px auto;
}
.segundo_bloque .col_1{

}
.segundo_bloque .col_1 p{
	font-size: 15px;
}
.segundo_bloque .col_2{

}
.segundo_bloque .col_2 img{
	width: 100%;
    margin-bottom: 7px;
}
.segundo_bloque .col_2 h2{
	text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;	
	font-weight: 700;
    font-family: inherit;
    font-style: normal;
    /*color: #097978;*/
	margin-bottom: 10px;
}
.segundo_bloque .col_2 p{
	font-style: italic;
    /*color: #b7b7b7;*/
	font-size: 15px;
}
.segundo_bloque .final_dot{
	border-radius: 3px;
	/*box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);*/
}
.segundo_bloque .final_dot .final_dot_cont{
	background-color: #fff;
	min-height: 200px;
    width: 100%;
    padding: 10px;
}
/* .segundo_bloque .final_dot::after{
	font-family: 'FontAwesome';
    content: "\f141";
    color: #b7b7b7;
    margin-top: -30px;
    position: absolute;
    margin-left: 10px;
} */
/*Footer*/
footer{
	background-color: #097978;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
	float: left;
	width: 100%;
}
footer img {
    float: left;
    width: auto;
}
footer ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    float: left;
    width: 20%;
    text-align: left;
    border-left: 1px solid #ccc;
    color: #fff;
    min-height: 75px;
}
footer ul li{

}
footer ul li a{
	color: #fff;
	font-size: 15px;
	transition: all 0.2s;
}
footer ul li a:hover{
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}
footer p.copyright{
	border-top: 1px solid #fff;
    float: left;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #fff;
    padding-top: 5px;
    margin-bottom: 0;
}
footer .links_app h4{
	color: #fff;
    text-align: left;
    font-size: 15px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
footer .links_app a{
	width: 40%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
footer .links_app a img{
	width: 100%;
}
footer .links_data_fiscal a{
	width: 20%;
    display: inline-block;
    float: right;
}
footer .links_data_fiscal a img{
	width: 100%;
}
footer ul li span{
	font-weight: 700;
}


/*Macanudo Que es*/
.macanudo_pos{

}
.macanudo_pos .super_head{
	height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	overflow: hidden;
    background-attachment: fixed;
}
.macanudo_pos .super_head h1{
	text-align: center;
    width: 75%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 150px auto 0;
    color: #fff;
    text-shadow: 0px 0px 5px #111;
	font-size: 35px;
}

.macanudo_pos .caractetisticas_pos{
	margin: 50px auto;
}
.macanudo_pos .caractetisticas_pos .titulo_destacado{
	text-align: center;
    font-size: 25px;
    width: 100%;
    padding: 0px 20%;
    font-weight: 700;
    color: #097978;
    margin-bottom: 20px;
}
.macanudo_pos .caractetisticas_pos h2 {
    text-align: center;
    font-size: 22px;
    width: 100%;
    padding: 0px 10%;
    font-weight: 300;   /* 100 */
    color: #097978;
    margin-bottom: 35px;
    font-family: "Libre Baskerville", "Times New Roman", Times, serif;
    font-style: italic;
}
.macanudo_pos .caractetisticas_pos img{
	width: 70%;
}
.macanudo_pos .caractetisticas_pos ul{
	margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.macanudo_pos .caractetisticas_pos ul li{
	font-family: "Libre Baskerville", "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.macanudo_pos .caractetisticas_pos ul li:last-child{
	border-bottom: none;
}
.macanudo_pos .caractetisticas_pos ul li:first-child{
	margin-top:30px;
}

.macanudo_pos .medios_de_pago{
	margin-bottom: 50px;
}
.macanudo_pos .medios_de_pago h1{
	font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 5px;
    color: #ccc;
}
.macanudo_pos .medios_de_pago h2{
	width: 15%;
    float: left;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    background-color: #097978;
    color: #fff;
    height: 100px;
    line-height: 100px;
}
.macanudo_pos .medios_de_pago ul{
	width: 85%;
    list-style: none;
    margin: 0 0 0px 0;
    padding: 0;
	float: left;
}
.macanudo_pos .medios_de_pago ul li{
	width: calc(20% - 5px);
    float: left;
    text-align: center;
    background-color: #fff;
    height: 100px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.macanudo_pos .medios_de_pago ul li img{
	width: 60%;
    margin-top: 15px;
}

.macanudo_pos .costos_y_comisiones h1{
	font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 5px;
    color: #ccc;
}

.macanudo_pos .plazos h1{
	font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 5px;
    color: #ccc;
}

/*POC*/
.macanudo_poc{

}
.macanudo_poc .super_head{
	height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	overflow: hidden;
    background-attachment: fixed;
}
.macanudo_poc .super_head h1{
	text-align: center;
    width: 75%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 150px auto 0;
    color: #fff;
    text-shadow: 0px 0px 5px #111;
	font-size: 35px;
}

.macanudo_poc .caractetisticas_poc{
	margin-top: 50px;
}
.macanudo_poc .caractetisticas_poc .titulo_destacado{
	text-align: center;
    font-size: 25px;
    width: 100%;
    padding: 0px 10%;
    font-weight: 700;
    color: #097978;
    margin-bottom: 20px;
}
.macanudo_poc .caractetisticas_poc h2{
	text-align: center;
    font-size: 22px;
    width: 100%;
    padding: 0px 10%;
    font-weight: 300;   /* 100 */
    color: #097978;
    margin-bottom: 35px;
    font-family: "Libre Baskerville", "Times New Roman", Times, serif;
    font-style: italic;
}
.macanudo_poc .caractetisticas_poc img{
	width: 100%;
}
.macanudo_poc .caractetisticas_poc ul{
	margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.macanudo_poc .caractetisticas_poc ul li{
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.macanudo_poc .caractetisticas_poc ul li:last-child{
	border-bottom: none;
}
.macanudo_poc .caractetisticas_poc ul li:first-child{
	margin-top:30px;
}
.macanudo_poc .casos_uso span{
	text-align: center;
    width: 35%;
    display: block;
    font-style: italic;
    font-family: "Libre Baskerville", "Times New Roman", Times, serif;
    margin: 30px auto;
    font-size: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #ccc;
}
.macanudo_poc .casos_uso .box_shadow{
	border-radius: 3px;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.macanudo_poc .casos_uso .row{
	margin-bottom: 30px;
}
.macanudo_poc .casos_uso h1{
	font-size: 22px;
    font-weight: 700;
    width: 100%;
    color: #ccc;
}
.macanudo_poc .casos_uso .cont_casos{
	background-color: #fff;
    float: left;
    padding: 10px;
    border-radius: 3px;
}
.macanudo_poc .casos_uso img{
	width: 35%;
    float: left;
    margin-right: 2%;
}

/*Costos*/
.macanudo_costos{

}
.macanudo_costos .super_head{
	height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	overflow: hidden;
    background-attachment: fixed;
}
.macanudo_costos .super_head h1{
	text-align: center;
    width: 75%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 150px auto 0;
    color: #fff;
    text-shadow: 0px 0px 5px #111;
	font-size: 35px;
}
.macanudo_costos .detalle_costos{
	margin-top: 50px;
}
.macanudo_costos .detalle_costos .titulo_destacado{
	text-align: center;
    font-size: 25px;
    width: 100%;
    padding: 0px 10%;
    font-weight: 700;
    color: #097978;
    margin-bottom: 20px;
}

.macanudo_costos .detalle_costos h2 {
    text-align: center;
    font-size: 22px; /*22*/
    width: 100%;
    padding: 0px 10%;
    font-weight: 500; /* 100 */
    color: #097978;
    margin-bottom: 35px;
    /*font-family: "Libre Baskerville", "Times New Roman", Times, serif;*/
    font-style: italic;
}

section.pricing {

}
.pricing .card {
  border: none;
  border-radius: 3px;
  transition: all 0.2s;
  /*box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);*/
}
.pricing .card-destacado {
  border: none;
  border-radius: 3px;
  transition: all 0.2s;
  /*box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);*/
}
.pricing hr {
  margin: 1.5rem 0;
}
.pricing .card-title {
	margin: 0.5rem 0;
    font-size: 25px;
    letter-spacing: 0;
    font-weight: 500;
    /*font-family: "Libre Baskerville", "Times New Roman", Times, serif;*/
    /*font-style: italic;*/
    text-transform: initial !important;
}
.pricing .card-subtitle {
	margin: 0.5rem 0;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    /*font-family: "Libre Baskerville", "Times New Roman", Times, serif;*/
    font-style: italic;
    text-transform: initial !important;
}
.pricing .card-price {
  font-size: 3rem;
  /*margin: 0;*/
  /*font-size: 38px;*/
    line-height:1; /*normal*/
    margin: 0px;
}
.pricing .card-price .period {
  font-size: 0.8rem;/*8*/
  line-height:1; /*normal*/
}
.pricing .period {
  font-size: 0.8rem;/*8*/
  line-height:1; /*normal*/
}
.pricing ul li {
  margin-bottom: 1rem;
  font-size: 15px;
}
.pricing .text-muted {
  opacity: 0.7;
}
.pricing .btn {
	font-size: 13px;
    border-radius: 2px;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;

    background-color:white;
    border-color:#097978;
    border-width:medium;
    color:#097978;
}
.pricing .card-body p{
	width: 100%;
    margin: 10px 0;
}

/*FAQ*/
.macanudo_faq{
	margin-bottom: 50px;
}
.macanudo_faq .super_head{
	height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	overflow: hidden;
    background-attachment: fixed;
	font-size: 35px;
}
.macanudo_faq .super_head h1{
	text-align: center;
    width: 75%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 150px auto 0;
    color: #fff;
    text-shadow: 0px 0px 5px #111;
}
.macanudo_faq .detalle_faq{
	margin-top: 50px;
}
.macanudo_faq .detalle_faq .titulo_destacado{
	text-align: center;
    font-size: 25px;
    width: 100%;
    padding: 0px 10%;
    font-weight: 700;
    color: #097978;
    margin-bottom: 20px;
}
.faqHeader {
	font-size: 22px;
    margin: 20px 10px 0px;
    font-family: "Libre Baskerville", "Times New Roman", Times, serif;
    font-style: italic;
    color: #6c757d;
    font-weight: 100;
}
.panel-heading{
	border-radius: 2px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 5px;
}
.panel-heading h4{
	margin: 0;
    font-size: 18px;
}
.panel-heading h4 a{
	color: #111;
}
.panel-heading h4 a:hover{
	text-decoration: none;
}
.panel-collapse{
	padding: 7px 10px 10px 10px;
    background-color: #f7f7f7;
    margin-top: -6px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
}
.panel-heading [data-toggle="collapse"]:after {
	font-family: 'fontawesome';
	content: "\f054"; /* "play" icon */
	float: right;
	color: #097978;
	font-size: 18px;
	line-height: 22px;
	/* rotate "play" icon from > (right arrow) to down arrow */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin: 2px 8px 0 0;
}
.panel-heading [data-toggle="collapse"].collapsed:after {
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #454444;
}

/*Contacto*/
.macanudo_contacto{

}
.macanudo_contacto .super_head{
	height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	overflow: hidden;
    background-attachment: fixed;
}
.macanudo_contacto .super_head h1{
	text-align: center;
    width: 75%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 150px auto 0;
    color: #fff;
    text-shadow: 0px 0px 5px #111;
	font-size: 35px;
}
.macanudo_contacto .formulario_contacto{
	margin-top: 50px;
}
.macanudo_contacto .formulario_contacto .titulo_destacado{
	text-align: center;
    font-size: 25px;
    width: 100%;
    padding: 0px 10%;
    font-weight: 700;
    color: #097978;
    margin-bottom: 20px;
}
.formulario_contacto{
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
}
.formulario_contacto .form-control{
    border-radius: 3px;
    /*box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);*/
    font-size: 15px;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.formulario_contacto form{
	padding: 0;
    width: 100%;
}
.formulario_contacto form .row{
    margin-bottom: -7%;
}
.formulario_contacto h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.formulario_contacto .btnContact {
    width: 50%;
    border: none;
    background: #097978;
    color: #fff;
    cursor: pointer;
    float: right;
	font-size: 13px;
    border-radius: 2px;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}
.btnContactSubmit{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    //color: #fff;
    //background-color: #0062cc;
    //border: none;
    cursor: pointer;

    background-color:white;
    border-color:#097978;
    border-width:medium;
    color:#097978;
}
.formulario_contacto h3{
	margin: 0 0 10px;
    text-align: left;
    color: #ccc;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
	font-family: "Libre Baskerville", "Times New Roman", Times, serif;
    font-style: italic;
}
ul.contacto_direccion{
	list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}
ul.contacto_direccion li{
	width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	float: left;
}
ul.contacto_direccion li:last-child{
    border-bottom: none;
}
ul.contacto_direccion li a{
	display: block;
    color: #666;
	transition: all 0.2s; 
}
ul.contacto_direccion li a:hover{
	text-decoration: none;
}
ul.contacto_direccion li a:hover span{
	margin-left: 15px;
}
ul.contacto_direccion li a:hover i{
	font-size: 25px;
}
ul.contacto_direccion li a i{
	width: 23px;
    text-align: center;
    margin-right: 5px;
    float: left;
    line-height: 25px;
    color: #097978;
	transition: all 0.2s;
}
ul.contacto_direccion li a span{
	transition: all 0.2s;
	float: left;
}
.rrss_contacto{
	margin: 50px auto;
}
.rrss_contacto h3{
	text-align: center;
    width: 40%;
    margin: 10px auto;
}
.rrss_contacto ul{
	width: 60%;
    margin: 25px auto 0;
    padding: 0;
    list-style: none;
    height: 70px;
}
.rrss_contacto ul li{
	width: 24%;
    float: left;
    /* background-color: #097978; */
    margin-right: 0.79%;
    text-align: center;
}
.rrss_contacto ul li:last-child{
    margin-right: 0;
}
.rrss_contacto ul li a{
	background-color: #097978;
    color: #fff;
    width: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 100%;
	transition: all 0.2s;
}
.rrss_contacto ul li a i{
	transition: all 0.2s;
}
.rrss_contacto ul li a:hover {
	width: 60px;
	line-height: 60px;
}
.alert{
	width: 100%;
    margin-top: 10px;
}
/*Empresa*/
.macanudo_empresa{

}
.macanudo_empresa .super_head{
	height: 400px;
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
	overflow: hidden;
    background-attachment: fixed;
}
.macanudo_empresa .super_head h1{
	text-align: center;
    width: 75%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 150px auto 0;
    color: #fff;
    text-shadow: 0px 0px 5px #111;
	font-size: 35px;
}
.macanudo_empresa .empresa{
	margin-top: 50px;
}
.macanudo_empresa .empresa .titulo_destacado{
	text-align: center;
    font-size: 25px;
    width: 100%;
    padding: 0px 20%;
    color: #097978;
    margin-bottom: 30px;
    font-family: "Libre Baskerville", "Times New Roman", Times, serif;
    font-weight: 100;
    font-style: italic;
}



/*Coronavirus.html*/
.macanudo_coronavirus{

}
.macanudo_coronavirus .super_head{
	height: calc(100vh - 66px);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
	overflow: hidden;
    background-attachment: fixed;
}
.macanudo_coronavirus .super_head h1{
	text-align: center;
    width: 75%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30% auto 0; /* 25% */
    color: #fff;
    text-shadow: 0px 0px 5px #111;
	font-size: 35px;
}
.macanudo_coronavirus h1.titulo_destacado{
	text-align: center;
    font-size: 25px;
    width: 75%;
    padding: 0px 10%;
    font-weight: 700;
    color: #097978;
    margin: 20px auto;
}
.macanudo_coronavirus h2{
	text-align: center;
    font-size: 22px;
    width: 100%;
    padding: 0px 10%;
    font-weight: 500;
    /*color: #097978;*/
    /*color:darkgrey;*/
    margin-bottom: 35px;
    /*font-family: "Libre Baskerville", "Times New Roman", Times, serif;*/
    font-style: italic;
}
.macanudo_coronavirus .cont_50{
	width: 75%;
    margin: 0px auto 30px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 20px;
	font-size: 15px;
}




/*Responsivo*/
@media screen and (max-width: 768px) {
	.carousel_mobile{
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	ul.menu_macanudo li{
		border-right: none;
		width:100%;
		border-bottom: 1px solid #ccc;
		padding: 10px 0 10px 5px;
		height: auto;
		text-align: left;
		float: none;
	}
	ul.redes_sociales{
		float: right;
		position: relative;
		top: auto;
		right: auto;
	}
	#SliderInicio .carousel_container{
		position: absolute;
		width: calc(100% - 30px);
		bottom: 50px;
		left: 15px;
	    margin: auto;
	}
	.caracteristicas{
		padding-top: 20px;
	}
	.caracteristicas ul.lista_caracteristicas li img{
		width: 100%;
		float: none;
	}
	.caracteristicas ul.lista_caracteristicas li div{
		width: 100%;
		z-index: 0;
		position: relative;
		padding: 10px;
		float: none;
	}
	footer img{
		width: 45%;
	}
	footer ul{
		margin: 0 0 10px 0;
		width: 100%;
		border-bottom: 1px solid #ccc;
		border-left: none;
		padding: 5px;
	}
	
	footer .links_app h4 {
		border-bottom: none;
	}
	footer .links_data_fiscal a {
		width: 100%;
		display: inline-block;
		float: right;
		text-align: center;
	}
	footer .links_data_fiscal a img {
		width: 20%;
		margin: 10px auto 10px;
		float: none;
	}
	.macanudo_que_es .super_head h1 {
		width: 90%;
		margin: 55% auto 0;
		font-size: 30px;
	}
	.macanudo_que_es .super_head .cont_50 {
		width: 90%;
		margin: 30px auto;
		padding: 10px;
		font-size: 15px;
	}
	.macanudo_que_es h1.titulo_destacado {
		text-align: center;
		font-size: 25px;
		width: 90%;
	}
	.segundo_bloque {
		margin: 20px auto;
	}
	.segundo_bloque .col_2 h2 {
		text-align: center;
		font-size: 25px;
	}
	.segundo_bloque .col_2 p {
		margin-bottom: 0;
	}
	.segundo_bloque .final_dot::after {
		margin-bottom: 20px;
		display: block;
	}
	.macanudo_pos .super_head h1 {
		width: 90%;
		margin: 145px auto 0;
		font-size: 30px;
	}
	.macanudo_pos .caractetisticas_pos {
		margin: 20px auto;
	}
	.macanudo_pos .caractetisticas_pos .titulo_destacado {
		font-size: 25px;
		padding: 0px 10px;
		margin-bottom: 0px;
	}
	.macanudo_pos .medios_de_pago, .macanudo_pos .costos_y_comisiones, .macanudo_pos .plazos {
		width: 90%;
	}
	.macanudo_pos .medios_de_pago h2 {
		width: 100%;
		text-align: left;
		background-color: transparent;
		color: #097978;
		height: auto;
		line-height: 100%;
	}
	.macanudo_pos .medios_de_pago ul {
		width: 100%;
	}
	.macanudo_pos .medios_de_pago ul li {
		width: calc(50% - 5px);
		border-right: none;
		padding-top: 8px;
	}
	.macanudo_pos .caractetisticas_pos ul li:last-child {
		margin: 0;
	}
	.macanudo_pos .medios_de_pago .col-xs-12 {
		padding: 0;
	}
	
	.macanudo_poc .super_head h1 {
		width: 90%;
		margin: 135px auto 0;
		font-size: 30px;
	}
	.macanudo_poc .caractetisticas_poc {
		margin: 20px auto;
	}
	.macanudo_poc .caractetisticas_poc .titulo_destacado {
		font-size: 25px;
		padding: 0px 10px;
		margin-bottom: 0px;
	}
	.macanudo_poc .caractetisticas_poc h2 {
		font-size: 18px;
		margin-top: 25px;
		margin-bottom: 0px;
	}
	.macanudo_poc .caractetisticas_poc ul li:last-child {
		border-bottom: none;
		margin: 0;
		padding: 0;
	}
	.macanudo_poc .casos_uso span {
		width: 49%;
		font-size: 23px;
	}
	.macanudo_poc .casos_uso img {
		width: 100%;
		margin-right: 0;
	}
	.macanudo_poc .casos_uso h1 {
		font-size: 25px;
		margin-top: 5px;
		display: inline-block;
	}
	.macanudo_poc .casos_uso .col-xs-12{
		margin-bottom: 10px;
	}
	.macanudo_costos .super_head h1 {
		width: 90%;
		margin: 135px auto 0;
		font-size: 30px;
	}
	.macanudo_costos .detalle_costos {
		margin-top: 20px;
	}
	.macanudo_costos .detalle_costos .titulo_destacado {
		font-size: 25px;
		padding: 0px 10px;
		margin-bottom: 0px;
	}
	section.pricing {
		padding-top: 30px !important;
	}

	.macanudo_faq .super_head h1 {
		width: 90%;
		margin: 135px auto 0;
		font-size: 30px;
	}
	.macanudo_faq .detalle_faq{
		margin: 20px auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.macanudo_faq .detalle_faq .titulo_destacado {
		font-size: 25px;
		padding: 0px 10px;
		margin-bottom: 0px;
	}
	
	.macanudo_contacto .super_head h1 {
		width: 90%;
		margin: 135px auto 0;
		font-size: 30px;
	}
	.macanudo_contacto .formulario_contacto {
		margin: 20px auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.macanudo_contacto .formulario_contacto .titulo_destacado {
		font-size: 25px;
		padding: 0px 10px;
		margin-bottom: 0px;
	}
	.formulario_contacto h3 {
		margin: 15px 0 10px;
	}
	.formulario_contacto .btnContact {
		width: 100%;
	}
	.formulario_contacto .columna_direccion{
		margin-top: 25px;
	}
	.rrss_contacto {
		margin: 0;
	}
	.rrss_contacto h3 {
		width: 100%;
	}
	.rrss_contacto ul {
		width: 100%;
		margin: 10px auto 0;
	}
	.caracteristicas ul.lista_caracteristicas li div a {
		width: 100%;
	}
	.macanudo_que_es .cont_50 {
		width: 90%;
	}
	#SliderInicio .carousel_container.slide1{
		margin: auto;
	}
	#SliderInicio .carousel_container.slide2{

	}
	#SliderInicio .carousel_container.slide3{

	}
	#SliderInicio .carousel_container.slide4{
		margin: auto;
	}
	footer .links_app a {
		width: 48%;
		margin-right: 5px;
	}
	.links_data_fiscal{
		margin-top: 10px;
	}
}
/* Hover Effects on Card */
@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    /*box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);*/
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}