:root {
    --main-color: #e4612b;
    --secondary-color: #0f52a0;
    --text-color: black;
    --max-width-containers: 95%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: Arial,Tahoma,sans-serif;
    text-align: center;
    background-color: white;
}

.la11-bg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.la11-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    background-image: url("../imagenes/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

.la11-content {
    width: 100%;
    height: 100%;
    -webkit-filter: none;
    filter: none;
    position: relative;
}

h1, h2, h3 {
    color: var(--text-color);
    font-weight: bold;
    /* text-shadow: 1px 1px #a7a7a7; */
}

h1 {
    line-height: none;
    padding-top: 0.69em;
    padding-bottom: 0.25em;
    margin: 0;
}

h2 {
    font-style: italic;
    font-size: 26px;
    line-height: 50%;
}

h3 {
    font-size: 22px;
    line-height: 0px;
}

p {margin: 0}

.Texto {
    font-size: 18px;
    color: var(--text-color);
    /* text-shadow: 1px 1px #d4d2d2; */
}

.Texto-contenedor {
    width: var(--max-width-containers);
    padding: 22px;
    background-color: rgba(255, 255, 255, 0.582);
    border: 2px solid var(--main-color);
    margin: 11px auto;
}

.cabecera {
    width: var(--max-width-containers);
    border: 4px solid var(--main-color);
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.img-cabecera {
    width: 100%;
    background-size: cover;
    display: block;
    border: 4px solid var(--secondary-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    line-height:200%;
}

img {
    border: none;
}

/* ACCORDION */

.accordion {
    /* background-color: var(--main-color); */
    background-color: var(--secondary-color);
    color: white;
    cursor: pointer;
    width: 250px;
    height: 46px;
    border: none;
    font-size: 19px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* outline: 3px solid var(--secondary-color); */
    outline: 3px solid var(--main-color);
    margin-top: 9px;
    margin-bottom: 9px;
    text-shadow: 1px 1px #4e4e4e;
    padding: 0;
}

.accordion-link-button {
    display: inline-block;
}

.accordion-link-button:hover {
    outline: 3px solid var(--secondary-color);
}

.accordion-link-button-text {
    position: relative;
    top: 11px;
}

.panel {
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

@media screen and (max-width: 281px) {
    .accordion {
        width: var(--max-width-containers);
    }
  }

/* INICIO - FIREFOX */

button,
select {
    text-transform:none;
}

button,
html [type=button],
[type=reset],
[type=submit]{
    -webkit-appearance: button;
    appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner{
    border-style:none;
    padding:0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring{
    outline:0px dotted ButtonText;
}

[type=checkbox],
[type=radio]{
    padding:0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button{
    height:auto;
}

a {
    background-color:transparent;
}

a:active,
a:hover {
    outline-style:none;
}

/* FIN - FIREFOX */

/* About Section */

@media (min-width: 800px) {
    .about-flex-container {
        display: -webkit-flex;
        -webkit-flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.about-row-container {
    width: 90%;
    text-align: left;
}

/* Other Buttons */

.other-buttons {
    color: white;
    cursor: pointer;
    outline: none;
    font-size: 17px;
    display: inline-block;
    text-shadow: 1px 1px #4e4e4e;
    font-weight: 600;
    border: 1px solid #838383;
    background-color: var(--secondary-color);
    padding: 12px;
    margin: 0 auto;
}

.btn-llamar {
    width: 222px;
    border: 1px solid #838383;
    background-color:#64B46B;
    background: -webkit-gradient(linear, left top, left bottom, from(#76d17d), to(#39683d));
    background: -webkit-linear-gradient(top, #76d17d 0%, #39683d 100%);
    background: -o-linear-gradient(top, #76d17d 0%, #39683d 100%);
    background: linear-gradient(to bottom, #76d17d 0%, #39683d 100%);
}

.btn-messenger {
    width: 222px;
    border: 1px solid #838383;
    background-color:#007fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#3499ff), to(#0064c9));
    background: -webkit-linear-gradient(top, #3499ff 0%, #0064c9 100%);
    background: -o-linear-gradient(top, #3499ff 0%, #0064c9 100%);
    background: linear-gradient(to bottom, #3499ff 0%, #0064c9 100%);
}

.btn-email {
    width: 222px;
    border: 1px solid #838383;
    background-color: #D44638;
    background: -webkit-gradient(linear, left top, left bottom, from(#D44638), to(rgb(153, 49, 40)));
    background: -webkit-linear-gradient(top, #D44638 0%, rgb(153, 49, 40) 100%);
    background: -o-linear-gradient(top, #D44638 0%, rgb(153, 49, 40) 100%);
    background: linear-gradient(to bottom, #D44638 0%, rgb(153, 49, 40) 100%);
}

@media screen and (max-width: 281px) {
    .btnllamar, .btnmessenger, .btnemail, .other-buttons {
        width: var(--max-width-containers);
    }
  }

.btn--margin-right {
margin-right: 7px;
}

/* Payment Banners */

.payment-icon-container {
    position: relative;
    width: 68px;
    height: 37px;
    border: 1px solid rgb(223, 223, 223);
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.664);
}

.payment-icon {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Seccion CONTACTO */
/* style the container */
.contact-section-container {
    position: relative;
    background-color: rgba(255, 255, 255, 0.541);
    padding: 20px 0 30px 0;
    border: 2px solid var(--main-color);
    width: var(--max-width-containers);
    margin: 0 auto;
    }

/* Two-column layout */
.col {
    float: left;
    width: 50%;
    margin: auto;
    padding: 0 11px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* vertical line */
.vl {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border: 1px solid rgb(134, 134, 134);
    height: calc(100% - 25%);
}

/* text inside the vertical line */
.vl-innertext {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 8px 10px;
}

/* hide some text on medium and large screens */
.hide-md-lg {
    display: none;
}

/* Responsive layout - when the screen is less than 650px wide, 
make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 650px) {
.col {
    width: 100%;
    margin-top: 0;
}

/* hide the vertical line */
.vl {
    display: none;
}

/* show the hidden text on small screens */
.hide-md-lg {
    display: block;
    text-align: center;
}
}

/* Formulario de Contacto */

.container-form {
    width: 90%;
    max-width: 411px;
    margin: 0 auto;
    position: relative;
    padding: 15px;
    background-color: var(--main-color);
    border: 2px solid var(--secondary-color);
    border-radius: 11px;
    font-size: 18px;
    }

.contact-form-submit-button {
    color:white;
    padding:9px;
    background-color: var(--secondary-color);
    cursor:pointer;
    width: 100%;
    max-width:200px;
    letter-spacing: 0.5px;
    border: 1px solid #cecece;
    font-size: inherit;
    font-family: inherit;
}

.form-input-style,
.form-textarea-style {
    margin-bottom:14px;
    border-color:#c4c4c4;
    border-width:1px;
    padding:10px;
    width:98%;
    font-size: inherit;
    font-family: inherit;
}

/* SOCIAL PROFILES */

.social-profiles {
    margin-left: 2px;
    margin-right: 2px;
  }

/* Footer */

.barra-ltr {
    background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#000000));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #000000 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #000000 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #000000 100%);
    height: 15px;
    background-color: black;
}

.footer-container {
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    font-size: 18px;
    line-height: 150%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

.footer-container a {
    color: white;
}

.footer-elements-padding {
    padding-top: 11px;
    padding-bottom: 6px
}

.footer-links {
    padding: 4px;
}

/* Botones de Compartir */

.share-buttons-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
}

.share--separation {
    width: 7px;
  }

.table-cien {
    width: 100%;
    color: white;
}

.btn-comparte {
    background-color: rgba(0, 0, 0, 0.692);
    padding-right: 11px;
    width: 100px;
    font-size: 14px;
    font-weight: lighter;
}

.btn-whatsapp {
    background-color: #25D366;
}

.btn-twitter {
    background-color: #1da1f2;
}

.btn-x {
    background-color: black;
}

.btn-facebook {
    background-color: #3b579d;
}

.share-icons-padding-container {
    padding: 5px 0 0 0;
}

.arrow-share-btns {
    -webkit-animation: slide1 1s ease-in-out infinite;
    animation: slide1 1s ease-in-out infinite;
    color: white;
    }

    @-webkit-keyframes slide1 {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
    }

    @keyframes slide1 {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
    }

/* Utili */

.display-none {
    display: none;
  }
  
  .display-inline-block {
    display: inline-block;
  }
  
  .display-inline {
    display: inline;
  }

.text--decoration-none{
    text-decoration: none;
}

/* Animations */

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    }
    
    @keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    }
    
    .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    }

    @-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    }
    
    @keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    }
    
    .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    }
    
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    }
    
    @keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    }
    
    .rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
    }

    .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    
    .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    }
    
    .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    }
    
    .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    }
    
    @media (print), (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
    }

.white {
    color: white;
    }