/*scroll-To-Top*/
.scroll_To_Top {
    display: none;
    /*width:100px;*/
    height: 100px;
    color: black;
    text-decoration: none;
    position: fixed;
    /*padding:10px; */
    text-align: center;
    background-color: transparent;
    font-weight: bold;
    right: 100px;
    bottom: -35px;
    opacity: 0.89;
    z-index: 1;
    outline: none;
	cursor: pointer;
}

.scroll_To_Top:hover {
    text-decoration: none;
    color: green;
}

/*scroll-To-Top-fin*/
/*whatsapp-flotante*/
.whatsapp_flotante {
    height: 100px;
    color: black;
    text-decoration: none;
    position: fixed;
    text-align: center;
    background-color: transparent;
    font-weight: bold;
    right: 55px;
    bottom: 25px;
    opacity: 0.89;
    z-index: 2;
    outline: none;
}

.whatsapp_flotante.solo {
    right: 20px;
}

.whatsapp_flotante:hover {
    text-decoration: none;
    color: green;
}

.whatsapp_flotante img {
    width: 50px;
}

/*whatsapp-flotante-fin*/
/*footer*/
.fr {
    float: right;
}

.fl {
    float: left;
}

.fondola img {
    width: 100%;
    display: block;
}

.footer {
    width: 100%;
    background-color: #1c1c1c;
    position: relative;
    padding: 40px 0px;
}

.columna80{
	background-color: #000000;
	padding: 15px;
}

.foocont {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: left;
}

.foocont p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 160%;
    margin: 0 0 25px 0;
    text-align: justify;
}

.foocont:not(:last-child) {
    padding-right: 20px;
}

.footit {
    text-align: left;
    color: #FFFFFF;
    font-size: 18px;
    padding-bottom: 45px;
}

.facebot,
.insbot {
    color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 43px;
    height: 32px;
    padding: 11px 0 0 0;
    display: block;
    float: left;
    text-align: center;
    font-size: 18px;
    margin: 0 10px 10px 0;
    background-color: #b99470;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #aaa;
}

#formsusc {
    position: relative;
    width: 1100px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    padding: 28px 30px 25px 30px;
    margin: 0px auto;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center
}

.suscri {
    display: inline-block;
    width: 38%;
    vertical-align: middle;
    text-align: center;
}

.suscri2 {
    display: inline-block;
    width: 27%;
    vertical-align: middle;
    text-align: center;
}

.news-left {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px 0 0px;
    text-align: left;
    padding: 0px 0 0 64px;
    position: relative;
}

.news-left::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(../images/femail.svg) no-repeat;
    height: 50px;
    width: 50px;
    background-size: 100%;
}

.news-title {
    font-size: 22px;
    display: block;
    color: #000;
    text-transform: capitalize;
}

.news-sub {
    font-size: 14px;
    color: #808080;
    text-transform: capitalize;
}

.suscri2 ul {
    display: inline-block;
    padding: 0 40px;
    list-style: none;
    margin: 0;
    padding-right: 0;
}

.follow-us a {
    display: inline-block;
    padding: 5px;
    margin: 0 2px;
    vertical-align: top;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    box-sizing: content-box;
    background: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
}

.follow-us a i {
    color: #808080;
    font-size: 17px;
    margin: 0;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.follow-us a:hover {
    background-color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-color: #43b1b4;
}

.tnp-form input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    outline: none;
}

.tnp-form input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
    outline: none;
    cursor: pointer;
}

.toggle {
    margin: 0px !important;
}

footer {
    width: 100%;
    bottom: 0px;
    /*position: absolute;*/
    text-align: center;
    background: #293133;
    padding: 0px;
    padding-bottom: 30px;
    color: #ffffff;
	/*background-image: url(../images/fondof.jpg);*/
    background-color: #293133;
    height: auto;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.derecres {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding-top: 30px;
}

p.subscribe {
    width: 30%;
    margin: 0px auto;
    position: relative
}

p input[type="email"] {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    border: none;
    border: 1px solid #f5f5f5;
    height: 44px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 12px;
    color: #000000;
    outline: none;
}

p input[type="submit"] {
    padding: 14px 18px;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    color: #fff;
    background-color: #43b1b4;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0 30px 30px 0;
    border-color: transparent;
    outline: none;
    cursor: pointer;
}

p input[type="submit"]:hover {
    background-color: #3198a8;
}

.footconta {
    width: 1200px;
    /*border-top: 1px solid #e4e4e4;*/
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 30px;
    /*padding-bottom: 30px;*/
    text-align: left;
    /*display: flex;*/
    justify-content: space-between;
    color: #ffffff;
}

.footconta>div {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: auto;
    text-align: left;
    margin: 10px 0px;
}

.logof{
	width: 150px;
}
.secdiv {
    width: 250px !important;
    margin-right: 140px !important;
}
.terdiv {
    width: 250px !important;
    margin-right: 45px !important;
}
.footconta>div:first-child {
    /*margin-right: 200px;*/
	width: 200px;
}

/*.bloq{
display: inline-block;
width: 24%;
text-align: left;
vertical-align: top;
padding-left: 50px;
}
.bloq:first-child{
padding-left: 0px;
}*/
.bloqtit {
    list-style: none;
}

.bloqtit span {
    text-transform: capitalize;
	font-size: 25px;
    color: #ffffff;
    font-weight: 400;
	vertical-align: middle;
}

.bloqtit ul {
    padding-top: 10px;
	width: 100%;
}

.bloqtit li {
    text-transform: none !important;
    margin-top: 7px;
    list-style: none;
}

.bloqtit a b img{
	margin-bottom: 10px;
}

.bloqtext i{
	vertical-align: middle;
    color: #ffffff;
    font-size: 25px;
    margin-right: 10px;
    margin-left: 5px;
	margin-top: -2px;
}
.bloqtext i:hover{
    color: #ffffff;
}

.moto-widget-divider-line {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    background-color: #ccbc0e;
    height: 1px;
    border: 0;
}

.moto-text_system_14 {
    font-weight: 700;
    font-style: normal;
    /*font-family: 'Roboto', sans-serif;*/
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
	text-align: center;
	display: inline-block;
    width: 40px;
	margin-left: -8px;
	margin-right: 8px;
}
.moto-color1_3 {
    color: #44bef1;
	vertical-align: text-top;
}
.mbn{
	margin-bottom: 0px !important;
}

.lipf {
    margin-top: 40px;
    cursor: pointer;
    display: block;
}
.mli{
	margin-left: -50px;
}
.csshr95{
	width: 86%;
}

li.bloqtext {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.3;
}

footer .tabla li.bloqtext {
    color: #ffffff;
	margin-bottom: 15px;
	text-align: justify;
}

.tabla li.bloqtext {
    color: #666;
}

.bloqtext a {
    color: #ffffff;
    text-decoration: none;
}

.bloqtext a:hover,
.bloqtext a:focus {
    color: #eeeeee;
    text-decoration: none;
	border-color: transparent !important;
}

.contlistpag {
    padding-bottom: 20px;
    width: 100%;
    margin: 0px auto;
}

.listpag {
    padding: 20px;
    position: relative;
}

.listpag:after {
    position: absolute;
    content: '';
    left: 90px;
    top: 22px;
    width: 1px;
    height: 15px;
    background: #d4d4d4;
}

.listpag:last-child:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
}

.icono.derecha {
    display: none;
}

.icono.derecha1 {
    display: none;
}

/*.w3-hide{
display: block;
}
.w3-show {
display: none;
}*/

a.toggle .fa-chevron-down {
    display: none !important;
}

a.toggle {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    cursor: default;
}

a.toggle b {
    font-size: 22px;
	color: #ccbc0e;
}

.fa-chevron-up:before {
    color: #666;
}
.fa-chevron-down:before {
    color: #666;
}

a.toggle:hover,
a.toggle:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

ul.accordion {
    list-style: none;
    padding: 0;
}

ul.accordion .inner {
    overflow: hidden;
    display: none;
}

ul.accordion li {
    list-style: none;
    padding-bottom: 10px;
}

ul.accordion li a.toggle {
    width: 100%;
    display: block;
}

ul.inner li .bloqtext {
    padding-left: 10px;
}

.fbold {
    font-weight: bold !important;
}

#bloq2 {
    display: block;
}

.fa-chevron-down,
.fa-chevron-up {
    float: right;
    cursor: pointer;
}

.peve {
    pointer-events: none;
}

.sblock {
    display: block !important;
}

p.subscribe {
    width: 30%;
    margin: 0px auto;
    position: relative
}

p input[type="email"] {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    border: none;
    border: 1px solid #f5f5f5;
    height: 44px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 12px;
    color: #000000;
    outline: none;
}

p input[type="submit"] {
    padding: 14px 18px;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    color: #fff;
    background-color: #43b1b4;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0 30px 30px 0;
    border-color: transparent;
    outline: none;
    cursor: pointer;
}

p input[type="submit"]:hover {
    background-color: #3198a8;
}

.footconta>div:not(:first-child) {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/*.bloq{
display: inline-block;
width: 24%;
text-align: left;
vertical-align: top;
padding-left: 50px;
}
.bloq:first-child{
padding-left: 0px;
}*/
.bloqtit+.bloqtit {
    margin-top: 20px;
}

/*.bloqtit span {
    text-transform: uppercase;
    font-size: 14px;
    color: #0195FF;
    padding: 0px 0 14px;
    font-weight: 400;
}*/

.bloqtit li {
    /*text-transform: uppercase;*/
}

.bloqtext a {
    color: #ffffff;
    text-decoration: none;
/*	font-family: 'FSLucasPro-Light';*/
	padding-top: 0;
}

/*.bloqtext a:hover{
color: #43b1b4;
}*/
.imgicon {
    float: right;
    margin-left: 40px;
    margin-top: 5px;
}

.mlmen {
    margin-left: -100px;
}

.imgicon img {
    width: 60px;
}

.imgiconmov {
    display: none;
}

.siguenos {
    font-size: 25px;
    margin-top: 10px;
    color: #ffffff;
}

.contlistpag {
    padding-bottom: 20px;
    width: 100%;
    margin: 0px auto;
}

.listpag {
    padding: 20px;
    position: relative;
}

.listpag:after {
    position: absolute;
    content: '';
    left: 90px;
    top: 22px;
    width: 1px;
    height: 15px;
    background: #d4d4d4;
}

.listpag:last-child:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
}

.icono.derecha {
    display: none;
}

.icono.derecha1 {
    display: none;
}

.w3-hide2 {
    display: none;
}

.w3-show2 {
    display: block;
}

/*#aco01 .fa-chevron-down, #aco02 .fa-chevron-down, #aco03 .fa-chevron-down, #aco04 .fa-chevron-down{
display: none !important;
}*/
#bloq31,
#bloq32,
#bloq33 {
    margin-left: 20px;
}

ul.accordion {
    list-style: none;
    padding: 0;
}

ul.accordion .inner {
    overflow: hidden;
    display: none;
}

ul.accordion li {
    list-style: none;
    padding-bottom: 10px;
    font-size: 14px;
    text-transform: capitalize;
}

ul.accordion li a.toggle {
    width: 100%;
    display: block;
}

ul.inner li .bloqtext {
    padding-left: 10px;
}

/*.divpro {
    margin-right: -100px !important;
    width: 300px !important;
}*/

.fbold {
    font-weight: bold !important;
}

.fa-chevron-down,
.fa-chevron-up {
    float: right;
}

.peve {
    pointer-events: none;
}

.sblock {
    display: block !important;
}

.navigation__link .fa-chevron-down {
    float: none;
}



/*footer-fin*/
/*scroll-To-Top*/
.scroll_To_Top {
    display: none;
    /*width:100px;*/
    height: 100px;
    color: black;
    text-decoration: none;
    position: fixed;
    /*padding:10px; */
    text-align: center;
    background-color: transparent;
    font-weight: bold;
    right: 100px;
    bottom: 20px;
    opacity: 0.89;
    z-index: 1;
    outline: none;
}

.scroll_To_Top:hover {
    text-decoration: none;
    color: green;
}

.grecaptcha,
.grecaptcha-badge {
    display: none !important;
}

/*scroll-To-Top-fin*/

@media only screen and (max-width: 1200px) {

    /*footer*/
	.footconta>div:first-child {
    margin-right: 0px;
    }
	
    .footit {
        text-align: center;
        padding-bottom: 30px;
    }

    .foocont {
        display: block;
        width: 100%;
    }

    .foocont:not(:last-child) {
        padding-right: 0px;
        padding-bottom: 55px;
    }
	
	.secdiv {
    margin-right: 0px !important;
    }

    #bloq1,
    #bloq2,
    #bloq3,
    #bloq4 {
        /*display: none;*/
        padding-top: 10px;
        padding-left: 10px;
    }

    #bloq2 ul {
        /*margin-left: 15px;*/
        padding-top: 0px;
    }
	
	.bloqtit ul {
    width: 100%;
    }

    a.toggle .fa-chevron-down {
        display: block !important;
		margin-top: 5px;
    }
	
	.moto-widget-divider-line{
	width: 90%;
	}
	.csshr95 {
	width: 90%;
	}
	
	.mli {
    margin-left: 0px;
    }
	.fa-chevron-up:before,.fa-chevron-down:before  {
    color: #ffffff;
    }

    /*#aco1,
    #aco2 {
        width: 90%;
    }*/

    ul.accordion li {
        padding-bottom: 0px;
        margin-top: 10px;
    }

    .derecres {
        text-align: center;
        font-size: 16px;
        margin-top: 0px;
    }

    #formsusc {
        width: 75%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .suscri {
        display: block;
        width: 100%;
        padding-bottom: 30px;
    }

    .lipf {
        margin-top: 20px;
    }

    .suscri:last-child {
        padding-bottom: 0px;
    }

    p.subscribe {
        width: 100%;
    }

    .suscri2 {
        display: block;
        width: 100%;
    }

    .suscri2 ul {
        padding: 0px;
    }

    .footconta {
        width: 90%;
        display: block;
    }

    .footconta>div {
        width: 100%;
        margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
    }

    .bloq {
        display: block;
        width: 90%;
        text-align: left;
        padding: 15px 0px;
    }

    .icono.derecha {
        display: block;
        float: right;
        margin-right: -10%;
    }

    .icono.derecha1 {
        display: block;
        float: right;
        margin-right: 5%;
    }

    .follow-us {
        margin-top: 10px;
    }

    .w3-hide {
        display: none !important;
    }

    .w3-show {
        display: block !important;
    }

    .contlistpag {
        width: 90%;
    }

    .peve {
        pointer-events: auto;
    }

    .footconta>div:not(:first-child) {
        border-left: 0px;
        padding-left: 0px;
    }

    /*footer-fin*/

    .whatsapp_flotante {
        height: auto;
    }

    .scroll_To_Top {
        height: auto;
        bottom: 35px;
    }
	
	.whatsapp_flotante {
    right: 10vw;
	}
	.whatsapp_flotante img {
    width: 8vw;
    }
	.scroll_To_Top img {
    width: 6vw;
    }
	
	.bloqtext a {
    margin-left: 0px;
    }
	
	.secdiv{
		width: 100% !important;
	}
	.terdiv{
		width: 100% !important;
		margin-right: 0px !important;
	}
}

.footlink {
    padding: 20px 0px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.footlink ul li {
    display: inline-block;
    list-style: none;
    color: #ffffff;
    padding: 0px 20px;
    font-size: 20px;
    font-weight: bold;
}

.footlink ul li a {
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
}

.footsocial {
    padding: 20px 0px;
    text-align: center;
}

.tabla .footsocial {
    padding: 0px;
}

.footsocial ul li {
    display: inline-block;
    list-style: none;
    color: #ffffff;
    margin: 0px 15px;
    font-size: 40px;
    font-weight: bold;
    border-radius: 5px;
    overflow: hidden;
}

.footsocial ul li a {
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width: 799px) {
    .footlink ul li {
        padding: 5px;
    }
}

@media only screen and (max-width: 640px) {
.whatsapp_flotante {
right: 20vw;
}
.whatsapp_flotante img {
width: 15vw;
}
.scroll_To_Top img {
width: 10vw;
}
}

@media only screen and (max-width: 360px) {
.whatsapp_flotante {
right: 20vw;
}
.whatsapp_flotante img {
width: 25.8vw;
}
.scroll_To_Top img {
width: 15vw;
}
}