﻿@CHARSET "ISO-8859-1";
/* Reset CSS


BRAND:
Verde 	#00694e
Naranja	#e26814

* --------------------------------------- */

@import url(font-awesome.html) screen;
@import url(pe-icon-7-stroke.html) screen;
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,900,700,600,500,300,200,100);

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

@font-face {
    font-family: 'TitleScript';
    src: url(../fonts/MarketingScript.html);
}

@font-face {
    font-family: 'helvBold';
    src: url(../fonts/helvN75.html);
}

@font-face {
    font-family: 'helvBack';
    src: url(../fonts/helvN85.html);
}

/* Custom CSS
* --------------------------------------- */
html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

html {
}

body {
    font-family: arial,helvetica;
    color: #333;
    color: rgba(0,0,0,0.5);
    background-color: #185b2e;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

p {
    font-size: 1em;
}

.intro p {
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 1.5em;
}

/*.border-top{
border-top: solid #222 5px;
}*/
.navbar {
    position: fixed;
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 100;
}

.navbar-nav {
    z-index: 70;
    width: 100%;
    padding: 0;
    margin-top: 18px;
}

.navbar-header {
    height: 0;
}

.navbar-default .navbar-nav li a {
    font-family: 'Raleway', serif;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px transparent;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding: 0;
}

.nav > li {
    padding: 13px 12px;
}

.navbar-default .navbar-nav li.active a {
    background: transparent;
    border-bottom: solid 2px #00694e;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #0e8467;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    border-bottom: solid 2px #00694e;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #0e8467;
    background-color: transparent;
}

/*-----NAVBAR EFFECT-------*/

.page-on-scroll .navbar {
    background-color: rgba(255,255,255,1);
    box-shadow: #666 0 2px 5px;
    height: 84px;
}

.news-navbar {
    background-color: rgba(255,255,255,1);
}

.page-on-scroll .navbar .logo {
    width: 150px;
    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -ms-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

/*-----NAVBAR TOGGLE-------*/
@media (max-width: 767px) {

    .navbar-nav {
        margin: 10px;
    }

    .navbar-default {
        height: 84px;
    }

        .navbar-default .navbar-collapse {
            background-color: rgba(255,255,255,0.95);
            margin-top: 13px;
            padding: 0;
        }

        .navbar-default .navbar-nav li a {
            padding-left: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
            border-bottom: solid 1px #eee;
        }
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav li {
        padding: 3px 0;
    }

        .navbar-default .navbar-nav li a {
            font-size: 10px;
            padding: 10px 5px;
        }
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border-color: transparent;
    margin-top: 20px;
    border-radius: 50%;
    height: 44px;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #b5b5b5;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

#menu-main2 {
    margin-top: 20px;
    margin-right: 15px;
}

@media (max-width: 1200px) {
    #menu-main2 {
        margin-right: 0;
    }
}


/* Centered texts in each section
* --------------------------------------- */
.section {
    text-align: left;
    position: relative;
    /*height: 800px;*/
}

/* Section 1
   * --------------------------------------- */
#section0 {
    background-color: #fff;
    height: 20vh;
}

    #section0 p {
        color: #fff;
        opacity: 0.4;
    }

.gradient-overlay {
    position: absolute;
    background: rgba(255,255,255,0.8);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.1) 64%, rgba(255,255,255,0.1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.1.8)), color-stop(64%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.1) 64%, rgba(255,255,255,0.1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.1) 64%, rgba(255,255,255,0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.1) 64%, rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.1) 64%, rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    width: 100%;
    height: 100%;
    z-index: 8;
    top: 0;
}

.logo {
    width: 220px;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 25px;
    float: left;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -ms-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

    .logo.news-logo {
        width: 150px;
    }

#fixed-nav .logo {
    margin-left: 50px;
    width: 250px;
}

.logo-bg {
    width: 350px;
    margin-top: -3px;
    background-image: url('../img/logobg.html');
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: contain;
}

.logo img {
    width: 100%;
}

@media (max-width: 767px) {
    .logo {
        float: none;
        margin: 17px auto 0px;
        width: 150px;
    }

    #fixed-nav .logo {
        width: 220px;
        margin: 17px auto 0px;
    }

    .logo-bg {
        width: 250px;
    }

    #menu-main2 {
        margin-right: -15px;
    }

    #section0 {
        height: 10vh;
    }
}

@media (max-width: 500px) {
    .logo-bg {
        width: 200px;
    }
}


/* =======================
       ENCABEZADO SECTION
  ========================= */
#bgvid {
    position: absolute;
    width: 100%;
    height: 200px;
    max-height: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    #bgvid {
        height: 100vh;
    }
}

#bgvid video {
    left: 50%;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, 0);
    z-index: 3;
}

.video-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('../img/pattern.html');
    background-repeat: repeat;
    background-attachment: fixed;
    z-index: 4;
}

.scroll-down {
    /*display: none;*/
    position: absolute;
    bottom: 10%;
    left: 50%;
    height: 52px;
    width: 52px;
}

.center {
    position: absolute;
    left: -50%;
}

.round-bg {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
    color: #fff;
}

.center .btn {
    border-radius: 50px;
    border: solid 2px #fff;
    background-color: rgba(255,255,255,0.2);
    /*background-color: #00694e;*/
    color: #fff;
    padding: 15px 45px;
    display: inline-block;
}

.video-section .container-fluid {
    display: block;
    width: 100%;
    height: 100%;
}

    .video-section .container-fluid .row, .video-section .container-fluid .row .carousel, .video-section .container-fluid .row .carousel .carousel-inner, .video-section .container-fluid .row .carousel .carousel-inner .item {
        display: block;
        height: 100%;
    }

.videofallback {
    position: absolute;
    background-image: url("../img/imagenAltaWeb.html");
    background-position: center, top;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
/* VIDEO BACKGROUND  */
.menu-wrap {
    /*position: absolute;
      z-index: 2;
      width: 400px;
      bottom: 40%;
      left: 50%;*/
    float: right;
    position: relative;
    z-index: 2;
}

.menu {
    /*position: absolute;
      left: -50%;*/
    margin-top: 15px;
    margin-right: 40px;
}

    .menu .btn {
        width: 140px;
        display: inline-block;
        padding: 8px 15px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        color: rgba(255,255,255,0.8);
        background-color: rgba(255,255,255,0.2);
        border: 2px solid rgba(255,255,255,0.8);
        border-radius: 40px;
    }


.header-caption {
    position: fixed;
    width: 100%;
    height: 13%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #185b2e;
}

    .header-caption img {
        position: fixed;
        bottom: -1px;
        left: 0px;
        width: 100%;
    }

    .header-caption .txt {
        position: absolute;
        bottom: 10%;
        width: 100%;
    }

        .header-caption .txt h1,
        .header-caption .txt h3 {
            font-family: 'Raleway', serif;
            font-weight: 800;
            text-align: right;
            text-transform: uppercase;
            text-align: center;
            margin-top: 5px;
            color: #222;
        }

        .header-caption .txt h1 {
            margin-bottom: 20px;
        }

#section0 .btn {
    border-radius: 0px;
    padding: 10px 20px;
    width: 150px;
    border: none;
    background-color: #222;
    color: #f7f7f7;
    font-family: 'Raleway', serif;
    font-weight: 400;
    font-size: 16px
}

.btnBlack {
    border-radius: 0px;
    padding: 10px 20px;
    width: 150px;
    border: none;
    background-color: #222;
    color: #f7f7f7;
    font-family: 'Raleway', serif;
    font-weight: 400;
    font-size: 16px;
}

.btnBlackOra {
    border-radius: 0px;
    padding: 10px 20px;
    width: 150px;
    border: none;
    background-color: #222;
    color: #f7f7f7;
    font-family: 'Raleway', serif;
    font-weight: 400;
    font-size: 16px;
    color:#e26814;
}

.btnNav {
    border-radius:2px;
    padding: 10px 20px;
    border: none;
    background-color: #999;
    color: #f7f7f7;
    font-family: 'Raleway', serif;
    font-weight: 400;
    font-size: 12px;
}

.add{
    width: 100%;
}

@media (max-width: 1200px) {
    .header-caption h1 {
        font-size: 4em;
    }
}

@media (max-width: 991px) {
    .header-caption h1 {
    }
}

@media (max-width: 767px) {
    .navbar {

    }

    .header-caption .txt h1 {
        font-size: 3.5em;
        margin: 0 auto 70px;
        max-width: 400px;
    }

    .header-caption .txt {
        bottom: 15%;
    }

    .header-caption h3 {
        max-width: 340px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .header-caption img {
        display: none;
    }
}

/* Section 1
 * --------------------------------------- */
#section1 {
    background-color: #ffffff;
    padding-bottom: 120px;
    height: auto;
}


/* Overwriting styles for control arrows for slides
* --------------------------------------- */
.controlArrow.prev {
    left: 50px;
}

.controlArrow.next {
    right: 50px;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
    color: #fff;
}

@media (max-width: 768px) {
    #section1 h1 {
        font-size: 3em;
        margin: 0;
        padding: 50px 0;
    }
}

@media (max-width: 500px) {
    #section1 h1 {
        font-size: 2em;
        padding: 10px 0;
    }
}

.animatedParent {
    overflow: hidden;
}

/******** FORMULARIOS ****************/
#regForm {
    background-color: #ffffff;
    margin: 30px auto;
    font-family: unset;
    padding: 10px;
    width: 100%;
    min-width: 300px;
}

h1 {
    text-align: center;
}

/*input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}*/

    /* Mark input boxes that gets an error on validation: */
    input.invalid {
        background-color: #ffdddd;
    }

/* Hide all steps by default: */
.tab {
    display: none;
}

button {
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

    button:hover {
        opacity: 0.8;
    }

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #4CAF50;
    }


/******* BOTONES ************/

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/


.modalEspera {
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.9;
    -moz-opacity: 0.6;
    text-align: center;
    text-align-last: center;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 200px;
    height: 150px;
    background-color: #FFF;
    border-radius: 5px;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #c53232;
    -moz-opacity: 1;
}

/*.modalEspera {
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.8;
    -moz-opacity: 0.6;
    text-align: center;
    text-align-last: center;
}
*/
.center2 {
    z-index: 11000;
    margin: 300px auto;
    padding: 10px;
    width: 300px;
    height: 150px;
    background-color: #FFF;
    border-radius: 5px;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #00694e;
    -moz-opacity: 1;
}

#form_cli {
    text-align: left;
}

.containter {
    background: #f5f5f5;
}

select.invalid {
    background: #ffdddd;
}

.redError {
    color: #c10903;
}

.popover {
    min-width: 260px;
}

spnRedondo {
    background-color: #6e7977;
    color: #ffffff;
    border: none;
    padding: 10px 10px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
    border-radius: 200px;
}

textarea {
    resize: none;
}

#AyudaCP {
    color: #a00500;
}

@-webkit-keyframes glowing {
    0% {
        background-color: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 5px #00694e;
        border-radius: 5px;
    }

    50% {
        background-color: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 50px #00694e;
        border-radius: 5px;
    }

    100% {
        background-color: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 5px #00694e;
        border-radius: 5px;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 5px #00694e;
        border-radius: 5px;
    }

    50% {
        background-color: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 50px #00694e;
        border-radius: 5px;
    }

    100% {
        background-color: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 5px #00694e;
        border-radius: 5px;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 5px #00694e;
        border-radius: 5px;
    }

    50% {
        background-color: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 50px #00694e;
        border-radius: 5px;
    }

    100% {
        background-color: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 5px #00694e;
        border-radius: 5px;
    }
}

@keyframes glowing {
    0% {
        background-color: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 5px #00694e;
        border-radius: 5px;
    }

    50% {
        background-color: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 50px #00694e;
        border-radius: 5px;
    }

    100% {
        background-color: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 5px #00694e;
        border-radius: 5px;
    }
}

.Animado {
    -webkit-animation: glowing 1800ms infinite;
    -moz-animation: glowing 1800ms infinite;
    -o-animation: glowing 1800ms infinite;
    animation: glowing 1800ms infinite;
}


a {
    color: #a00500;
    text-decoration: none;
    cursor: pointer;
}


.btn-pr {
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 0px;
    background-color: rgb(0, 104, 78);
}


.Editar {
    border-radius: 180px;
    padding: 14px 16px;
    background-color: #002e56;
}

.Eliminar {
    border-radius: 180px;
    padding: 14px 16px;
    background-color: #6f0300;
    float: none;
}


.round {
    position: relative;
    text-align: center;
}

    .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 0%;
        cursor: pointer;
        height: 28px;
        position: relative;
        top: 5px;
        width: 28px;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #00694e;
            border-color: #00694e;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

input.invalid {
    background: #ffdddd;
}


.btn-add {
    padding: 8px 9px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 8px;
    background-color: rgb(0, 104, 78);
    color: #ffffff;
}

.btn:hover, .btn:focus {
    color: #ccc;
    text-decoration: none;
}


.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

IMG.imgcenter {
    display: block;
    margin-left: 20px;
    margin-right: auto;
    border: none;
    text-align: center;
}

.caption {
    padding: 0;
    width: 150px;
    position: relative;
}

    .caption img {
        width: 60%;
        height: auto;
        display: block;
        padding: 0;
        border: 0;
    }

    .caption::before {
        content: attr(title);
        position: absolute;
        background: #FFF; /* Color de fondo */
        color: #000; /* Color del texto */
        font-size: 11px; /* Tamaño del texto */
        padding: 5px;
        right: 10px;
        bottom: -24px;
        left: 0;
        text-align: center;
        z-index: 1;
    }

.withe {
    color: #FFF;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

td {
    white-space: pre;
}

pre {
    display: block;
    padding: 7.0px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f9f9f900;
    border: 0px solid #ccc;
    border-radius: 4px;
    max-width: 100%;
}

#modalTiv,
#modalAyudaTarjeta,
#modalAyudaTag {
    top: 15%;
    overflow: hidden;
    overflow-y: hidden;
}


body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0px;
}

.modal-dialog {
    margin-top: auto;
}

#botonSinTag {
    position: relative;
    bottom: -26px;
    color: white;
    background: #a00500;
}

@media (max-width: 1200px) {
    #botonSinTag {
        position: relative;
        bottom: -26px;
        color: white;
        background: #a00500;
    }
}

@media (max-width: 991px) {
    #botonSinTag {
        position: relative;
        bottom: -25px;
        color: white;
        background: #a00500;
    }
}

@media (max-width: 767px) {
    #botonSinTag {
        position: relative;
        bottom: -1px;
        color: white;
        background: #a00500;
    }
}