
body {
  background: #ffffff;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91e842', endColorstr='#92e842', GradientType=1 );
  color: #414042;
 font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    line-height: 1.3;
        font-weight: 300;

}
a {
  color: #000000;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #ce142d;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: .96rem;
}
sup {
    top: -.5em;
}

.container-testimony > div > figure {
    text-align: center;
    margin-top: 40px;
}
.container-testimony > div > figure img {
    width: 280px;
    height: 280px;
    border-radius: 5px 5px 0 0;
}
.section7 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #000000;
}
.container-testimony > div > figure > figcaption {
    color: var(--black);
    width: 280px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3px;
    border-radius: 0 0 5px 5px;
    font-size: 17px;
    padding: 25px;
    height: 155px;
    font-style: italic;
}

.placanegra {
 font-size: 2.6em;
    color: #00dbd1;
    text-align: center;
    line-height: 1.2;
    font-family: 'Bebas Neue', cursive;

  }  


.accordion-section .panel-default > .panel-heading {
    border: 0;
      background: #111;
    padding: 0;

}
.accordion-section .panel-default .panel-title a {
  display: block;
    /* font-style: italic; */
    font-size: 2.4rem;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 5rem;
    content: "\f106";
    color: #ffffff;
    float: right;
    margin-top: -30px;

}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}











.ingred {
  font-size: .83em;
    font-weight: 400;
    color: #fff;
    line-height: 0px;
    text-align: left;
    text-transform: uppercase;
}




.tex444 {
    font-size: .9em;
    font-weight: 600;
    color: #111;
    line-height: 24px;
    text-align: left;    
}
.bordol {
   font-size: 1em;
    color: #ce142d;
    margin: 0.5em 0em 0.5em 0em;
    text-align: center;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: 700;

}


.textocentra {
    font-size: .95em;
    color: #ffffff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: center;
    line-height: 1.4;
}
.textocentra2 {
    font-size: 1em;
    color: #ffffff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
    line-height: 1.4;
    font-style: italic;
}
.fontana {
   font-size: 1.2em;

}
.fontana44 {
   font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;


}

.titularvideos {
   font-size: 16px;
    font-family: 'Open Sans';
    color: white;
    font-weight: 500;
    text-align: center;


}


.fontana444 {
  font-size: 18px;
  color: #e96f02;  
  font-weight: 400; 

}
.price__currency, .price__cents {
    font-size: .6em;
    letter-spacing: -.05em;
}
.ff33 {
   font-size: 1.06em;
    text-align: center;
    padding-top: 45px;
  

}
.padeox2 { 
    padding-top: 15px;  

}
.padeox4 { 
    padding-top: 15px;  

}
.fff222 {
      font-size: 26px;
    font-weight: 400;
    text-align: center;
    color: white;

}
.fff22 {
    font-size: 15px;
    font-weight: 400;

}
.eleccion {
  font-size: 15px;  
 font-family: 'Open Sans', sans-serif;
}
.ache222 {
  font-size: 1.7rem;
    color: #ffffff;
    text-align: left; 
    font-weight: 400;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    background: #ff0b15;
    padding: 15px;
}

.widget2 {
    font-size: 18px;
  font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    font-style: inherit;
        color: #ffffff;
}

.boxs {
    position: relative;
    margin-bottom: 30px;
    color: #4d585f;
    background-color: white;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    border-radius: 3px;
}
.project_widget .pw_img {
    position: relative;
    overflow: hidden
}

.project_widget .pw_img:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.project_widget .pw_img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.project_widget .pw_img img {
    border-radius: 0px 0px 0 0
}

.project_widget .pw_content .pw_header {
    padding: 10px;   
    background: #000000;
}

.project_widget .pw_content .pw_header h6 {
    font-size: 16px;
    margin: 0
}

.project_widget .pw_content .pw_header small {
    font-size: 12px
}

.project_widget .pw_content .pw_meta {
    padding: 20px
}

.project_widget .pw_content .pw_meta small,
.project_widget .pw_content .pw_meta span {
    display: block
}

.project_widget .pw_content .pw_meta span {
    font-weight: 500
}












.bgred {
    background: #ce142d;
    padding: 10px;
    color: white;
}
.bgtitulo {
    background: #42bc68;
    padding: 10px;
    color: white;
}
.right{
      font-size: 13px;
    padding-top: 5px;
}

ul.leaf {
list-style-image: url('../img/okv.png');
}
ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}
ul li::marker {
  color: #dcef33;
  font-size: 1.6em;
    list-style-image: url(../img/okv.png);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}


.descuentox {
    font-size: 32px;
}




.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
  color:white;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:30vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}




.introte {
  font-size: 16px;
 
}


.top30 {
  padding-top: 30px;
}
.fuente {
  font-size: 18px;
  color: #3cc51c;
}
.ft {
  font-size: 18px;

}

.ft2 {
     font-size: 18px;
    color: #007234;
        padding: 5px;

}
.backu {
width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  background-image:url(../img/1_1920.webp);
}


/* Gradient transparent - color - transparent */

hr.style-two {
    border: 0;
    height: 3px;
             background-image: linear-gradient(to right, rgb(48 48 48), rgb(48 48 48), rgb(48 48 48));


}

hr.style-three {
    border: 0;
    height: 3px;
      background-image: linear-gradient(to right, rgb(244 224 0), rgb(244 224 0), rgb(244 224 0));
}
.ft3 {
  font-size: 12px;

}
.main_title2 {
    color: #01991d;
    line-height: 1.1em;
    padding-bottom: 10px;
    font-size: 1.8em;
    text-align: center;
}

.pbotin {
    padding-right: 100px;
    padding-left: 100px;
}
.tam {
    font-size: 25px;
}
.tam2 {
    font-size: .96em;
}
.tam3 {
    font-size: .8em;
}
.tam4 {
    font-size: 16px;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.food {
    padding-top: 70px;
   
    background-size: cover;
    position: relative;
    padding-bottom: 70px;
}
.food::before {
 content: '';
    background-color: #ffffffba;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}




.guia {

    margin-bottom: 20px;
    background: #fff;
    color: #3cc51c;
    min-height: 30px;
    text-align: center;
    font-size: 14px;
}
.mbr-cards .card {
    text-align: center;
    border: 0;
   
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}
.bcg1 {
    background: #11b1a8;
    /* background: linear-gradient(
27deg
, rgba(9,9,121,1) 35%, rgba(0,26,255,1) 100%); */
    background-size: 400% 300%;
    padding-bottom: 80px;
    padding-top: 40px;

}
.bcg1111 {
    background: #fff;
    /* background: linear-gradient(27deg, rgba(9,9,121,1) 35%, rgba(0,26,255,1) 100%); */
    background-size: 400% 300%;
    padding-bottom: 0px;
}
.bcg2 {
      background: #25c50075;
}
.bcg3 {
      background: #f0070e;
      padding-bottom: 50px;
    padding-top: 50px;
}
.card-img {
    border-radius: .25rem;
}
.mbr-cards .card-img-top {
    border-radius: 0;
    width: auto;
    max-width: 100%;
}
.mbr-section-nopadding {
    padding-top: 0;
    padding-bottom: 0;
}
.mbr-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.mbr-cards .card-title {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.2825;
    color: white;
}
.mbr-cards .card-title + * {
    padding-top: 1rem;
}
.mbr-cards .card-text {
    margin: 0;
}
#features3-m P {
    font-size: 14px;
}
.mbr-cards .card-img + .card-block {
    padding-top: 1rem;
}






.bgverde {
        background-color: #00294c;

}
.bgwhite {
        background-color: #ffffff;

}
.bgred2 {
        background-color: #000000;

}
.bgred20 {
        background-color: #fbf4d9;
        border-radius: 25px;

}
.bgcel {
        background-color: #e2f0fd;
        padding-bottom: 50px;
}


}
.videotext h4 {
   color: #fefefe;
    font-size: 1.5rem;
    text-align: center;
    background: #f4931b;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;

}




#call-to-action2 p {
    color: #fff;
}



.box h4 {
    font-size: 24px;
    font-weight: 700;
      font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}
.f16 {
      font-size: 15px;
    color: #ffffff;
}






  .intro-content2 {
    background: white;
   padding: 120px 0 80px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: repeat-y;
    position: relative;
    background-size: cover;
    background-position: left center;
    width: 100%;
}
.titular2 h4 {
       font-size: 1.4rem;
    color: #000;
    font-family: 'Open Sans';
    text-transform: none;
    font-weight: 300;
    text-align: center;
    margin-bottom: 5px;
    line-height: 30px;
    text-shadow: #00000000 -1px 2px 6px;
}
.titular2 h3 {
   font-size: 1rem;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
    line-height: 20px;
    text-transform: uppercase;
}
 
}
sub, sup {
    position: relative;
    font-size: 40%;
    line-height: 0;
    vertical-align: baseline;
}
.titular2 h6 {
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    padding-left: 0px;
    text-align: center;
    background: #0066b5;
    background-size: 400% 300%;
    
    border-radius: 0px;
    margin-top: 30px;
    padding: 15px;
    margin-right: 0.3em;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 0px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}



.f45 {
    font-size: 1.75rem;
}
.ast {
    font-size: 15px;
}
.gree {
    color: #01991d;
}
.gree2 {
    color: #fff;
}
.estilo-tratamento {
    background: #00294c;
    font-size: 22px;
}

.estilo-compre {
    font-size: x-large;
    color: #fd0901;
}
.estilo-compre2 {
    font-size: 20px;
    color: #00294c;
}
.estilo-estoque {
 
    font-size: 12px;
}
.estilo-estoque4 {
 
    font-size: 40px;
    color: #0066b5;
}
.estilo-desconto3 {
   font-size: 20px;
    color: #353535;
    line-height: 1;
}
.estilo-desconto {
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
}
.estilo-desconto2 {
    font-size: 28px;
    color: #dcef33;
}
.estilo-preco-anterior {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}
.estilo-preco-final {
 font-size: 42px;
    color: #ff0b15;
    line-height: 1;
      font-family: 'Open Sans', sans-serif;
          font-weight: 700;

}
.estilo-preco-final22 {
    font-size: 30px;
    color: #000000;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}
.estilo-preco-final2 {
      font-size: 30px;
    color: #004f58;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
        font-weight: 500;
}
.produto-button {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;

    font-size: 26px;
    text-align: center;
}
button, .button {
      border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: .625rem;
    padding-right: 1.25rem;
    padding-bottom: .6875rem;
    padding-left: 1.25rem;
    font-size: 1rem;
        color: #fff;
    background-image: linear-gradient(to bottom, #ce142d 0, #ce142d 100%) !important;
    border-color: #fbb442;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #0066b5;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    color: #f1d014
}
.column-4 {
    width: 32.2666666667%;
}

h1.estilo-tratamento, h2.estilo-tratamento, h3.estilo-tratamento, h4.estilo-tratamento, h5.estilo-tratamento, h6.estilo-tratamento {
 line-height: 1.5;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 800;
    font-style: normal;
    color: #000;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .2rem;
   padding: 8px;
    text-transform: uppercase;

}
.text {
    font-size: .75rem;

}



.margi770 {
    margin-top: 0px;
}
[lang="fr"] .top-floating-bar .button-container .text {
    font-size: 1.0625rem;
}

.Iam h2 {
    margin-right: 0.3em;
    color: #a3b83c;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
}
.Iam p {
    margin-right: 0.3em;
    color: #0b582b;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
}
.centradow {
    font-size: 15px;
    padding-left: 35px;
}
.tes {
    font-size: .96em;
    color: #fff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
}
.tes2 {
    font-size: .96em;
    color: #fff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
}
.paz h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 2rem;
}
.alert-success {
    color: #ffffff;
    background-color: #2272b6;
    border-color: #2272b6;
 }   
.bgw {
    background-color: #e2f1ff;
    /* padding: 15px; */
    border-radius: 5px;
}
.letrad {
    padding-top: 10px;
    color: #d2ff51;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
}
.cote {
    padding-left: 80px;
}




.btn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.btn2 {
 
  background: #fbff00;
  border-radius: 20%;
  text-align: center;
      width: 50px;
    height: 38px;
  font-size: 1.8rem;
  border: none;
  padding: 0;
  position: relative; 
  outline: none;
  color: #015d32;
}





#popWindow i {
    font-size: 16px;
    font-weight: bold;
    color: red;
}
#popWindow span {
    font-size: 16px;
    font-weight: bold;
    color: #0C6;
}
#popWindow b {
    font-weight: bold;
    font-size: 16px;
}
#popWindow {
    position: fixed;
    left: 10px;
    bottom: 10px;
    max-width: 220px;
    padding: 16px;
    background: #fbf4d9;
    font-size: 14px;
    border: 1px solid #CCC;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #999;
    opacity: 0;
    color: black;
    z-index: 999999;
}










.fff {
    font-size: 20px;
    font-weight: 600
   
}
.centrado {
    text-align: center;
}
.fon {
    background: #cfdc00;
}
.legal22 {
    font-size: 0.7em;
    color: #777;
    text-align: center;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cta-btn5:hover {

  color: #fff;
}
.cta-btn6:hover {

  color: #fff;
}
.cta-btn4:hover {

  color: #fff;
}
.cta-btn4 {
    /* font-family: 'Open Sans', sans-serif; */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 20px;
    border: 2px solid #fff;
    color: #fff;
    background: #508c00;
}
.titular2 h5 {
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    padding-left: 0px;
    text-align: center;
        background: linear-gradient(150deg, #ff0000, #ff0000, #0090ff);
    background-size: 400% 300%;
    animation: BgGradient 1s ease infinite;
    border-radius: 35px;
    margin-top: 30px;
    padding: 15px;
    margin-right: 0.3em;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 0px;
}
.mydiv {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    font-weight: bold;
    background: linear-gradient(150deg, #fff102,  #f10271, #00c298);
    background-size: 400% 300%;
    animation: BgGradient 5s ease infinite;
}

@keyframes BgGradient {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}


.colorale{
        -webkit-animation: color-change 1s infinite;
        -moz-animation: color-change 1s infinite;
        -o-animation: color-change 1s infinite;
        -ms-animation: color-change 1s infinite;
        animation: color-change 1s infinite;
    }

    @-webkit-keyframes color-change {
        0% { color: #fffe00; }
        50% { color: #000000; }
        100% { color: #fffe00; }
    }
    @-moz-keyframes color-change {
          0% { color: #fffe00; }
        50% { color: #000000; }
        100% { color: #fffe00; }
    }
    @-ms-keyframes color-change {
         0% { color: #fffe00; }
        50% { color: #000000; }
        100% { color: #fffe00; }
    }
    @-o-keyframes color-change {
          0% { color: #fffe00; }
        50% { color: #000000; }
        100% { color: #fffe00; }
    }
    @keyframes color-change {
         0% { color: #fffe00; }
        50% { color: #000000; }
        100% { color: #fffe00; }
    }




.colorale2{
        -webkit-animation: color-change 1s infinite;
        -moz-animation: color-change 1s infinite;
        -o-animation: color-change 1s infinite;
        -ms-animation: color-change 1s infinite;
        animation: color-change 1s infinite;
    }

    @-webkit-keyframes color-change {
       0% { color: #ffffff; }
        50% { color: #111111; }
        100% { color: #c3c3c3; }
    }
    @-moz-keyframes color-change {
       0% { color: #ffffff; }
        50% { color: #111111; }
        100% { color: #c3c3c3; }
    }
    @-ms-keyframes color-change {
       0% { color: #ffffff; }
        50% { color: #111111; }
        100% { color: #c3c3c3; }
    }
    @-o-keyframes color-change {
          0% { color: #ffffff; }
        50% { color: #111111; }
        100% { color: #c3c3c3; }
    }
    @keyframes color-change {
         0% { color: #ffffff; }
        50% { color: #111111; }
        100% { color: #c3c3c3; }
    }


}




hr.style2 {
    margin-top: 10px;
    margin-bottom: 0px;
    border: 0;
    border-top: 7px solid #5a578a;
}
hr.style3 {
    margin-top: 10px;
    margin-bottom: 0px;
    border: 0;
    border-top: 7px solid #5a588a;
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.porta {
    font-size: 1em;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin-top: 80px;
    font-weight: 700;
    line-height: 20px;
    padding-left: 20px;
}
.title {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}
.titlecentro {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
hr.style5 {
    border: 0;
    border-top: 3px solid #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.cta-btn2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 25px;
    transition: background 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    background: linear-gradient(45deg, #fbb504, #dc4a9b);
}
.product-box1 .info {
    padding: 20px;
    background-color: #c5d4de;
    color: #000000;
}
.product-box1 .img img {
    width: 100%;
}
.product-box1 {
    text-align: center;
    border: 1px solid #cbcfd3;
}
.product-box1 .img {
    position: relative;
}
.llegachile h2 {
    font-size: 2em;
    color: #2271b6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.llegachile h5 {
    font-size: 2em;
    color: #2271b6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.title44  {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    /* padding: 15px; */
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    /* padding-right: 35px; */
    padding-left: 0px;
    line-height: 19px;
    padding-top: 20px;
}
.agreec {
    font-size: 12px;
    color: #dc4a9b;
}
.formulario {
   padding-bottom: 0px;
    padding-top: 50px;
}
.barra {
    background: #0c3827;
    padding-top: 5px;
}
.warning-notice-timer {
width: 100%;
    margin: 0 auto;
    font-size: .68rem;
    color: #000;
    background-color: #00dcd2;
    text-align: center;
    position: relative;
    padding: 0.375rem 0.3125rem;
    z-index: 15;
    line-height: 14px;
}
[lang="fr"] .warning-notice-timer {
    font-size: .75rem;
    padding-top: .5rem;
}
.warning-notice-timer .alert-color {
  color: #000000;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;

}
.warning-notice-timer .today {
    color: #000000;
}

.colorchange4 {
    font-size: 32px;
    color:  #711876;
    font-weight: 900;
}
.colorchange3 {
    font-size: 32px;
    color: #dc4a9b;
    font-weight: 900;
}
.colorchange2 {
    font-size: 28px;
    color: #dc4a9b;
    font-weight: 900;
}
.colorchange {
    font-size: 38px;
    color: #dc4a9b;
    font-weight: 900;
}
#advanced-features .advanced-feature-img-right {
    max-width: 100%;
    float: right;
    padding: 0 0 30px 30px;
}

.cursormouse {
    cursor: pointer;
    text-align: right;
    padding-left: 0px;
}
.quote blockquote p {
    color: #302c69;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.quote blockquote {
    padding: 0px;
    padding-bottom: 20px;
    border: 0;
    margin: 0;
    font-size: 15px;
  
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    text-align: center;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid  rgb(67, 59, 146);
       width: 100%;
}


.legal {
    font-size: 0.7em;
    color: #111;
    text-align: center;
 
}
hr.style1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid 3px solid #f90902;
}
hr.style2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #00294c;
}
.margi701 {
    margin-top: 45px;
}
.margincelular {
    margin-top: 35px;
}
hr {
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
        border-top: 3px solid #0066b5;
}
.copy-right p {
    font-size: 0.7em;
    font-weight: 400;
    color: #fff;
}
.Iam p {
    margin-right: 0.3em;
    color: #fcfcfd;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
}
.Iam h6 {
margin-right: 0.3em;
    font-family: 'Bebas Neue', cursive;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    border-radius: 0px;
    color: #000;
    background-image: linear-gradient(to bottom, #00dcd2 0, #00dcd2 100%) !important;


    margin-top: 0px;
    text-transform: uppercase;
}
.Iam h2 {
    margin-right: 0.3em;
    color: #ef017b;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.espacio {
    letter-spacing: 3px;
}

.centrado {
    text-align: center;
}
.verdetarjetas {
    background: #000000;
}
.tarjetas p {
    font-size: 12px;
    color: #111;
}

.backu {
width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
       background-image: url(../img/1_1920.webp);
}

.bgsnl {
    background: url(../images/bgsnl.jpg)no-repeat;
    background-repeat: repeat-x;
}
.footer2 {
    padding: 4em 0em;
    background: #434343;
    background: -moz-linear-gradient(top, #75db08 0%, #768082 2%, #888888 37%, #888888 53%, #888888 67%, #888888 98%, #75db08 100%);
    background: -webkit-linear-gradient(top, #e43a98 0%,#768082 2%,#888888 37%,#888888 53%,#888888 67%,#888888 98%,#fc088f 100%);
background: linear-gradient(to bottom, #00389c 0%,#434343 2%,#434343 37%,#434343 53%,#434343 67%,#434343 98%,#0046c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75db08', endColorstr='#75db08',GradientType=0 );
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
}
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.garantia h3 {
    font-size:  .98em;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.2em;
    text-align: center;
    margin: 0 0 00px;
}
.garantia h4 {
    font-size: 1em;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
}



.mg20 {
    padding-top: 20px;
}









/* inputs */
.bt-flabels input[type] {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: left;
    padding: 2px 10px;
    border: 2px solid #ccc;
    border-radius: 4px;
    height: 42px;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: none;
    color: #333;
    margin: 1px;
}
.form-control {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffd50130;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: 0px;
}


/* contenedores de los inputs */
.bt-flabels__wrapper {
    position: relative;
    padding: 0px;
}

/* label de error */
.bt-flabels__error-desc {
    position: absolute;
    top: 15px;
    right: 24px;
    opacity: 0;
    font-weight: bold;
    color: #f44545;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 3;
    pointer-events: none;
}

/* color de fondo para error de validacion */
.bt-flabels__error input[type] {
    background: #feeeee;
}

.bt-flabels__error input[type]:focus {
    background: #feeeee;
}

/* mostrar cuando hay un error de validacion */
.bt-flabels__error .bt-flabels__error-desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* boton input */

.bt-form__wrapper button[type="submit"] {
    margin: 16px 8px;
    border-radius: 4px;
    font-weight: 600;
    padding: 18px 20px;
    font-size: 19px;
    width: 97%;
    height: 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}








/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #18d26e;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}


.textportada h1{
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
    color: #111;
    font-size: 37px;
    text-shadow: -1px -1px 2px #fff; 
    text-align: right;
    padding-left: 100px;
  }
.textportada h2{
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
  }     
.col-md-offset-1 {
    margin-left: 8.33333333%;
}







.textformu h2 {
    font-size: 26px !important;
    font-weight: 400 !important;
    font-family: "Roboto", arial, sans-serif;
    color: #97ea43 !important;
}
.textformu h3 {
   font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #fff;
        margin: 0px;
}
.title-submini {
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.textformu h1 {
     font-size: 25px;
    font-weight: 600;
    /* font-family: "Roboto", arial, sans-serif; */
    color: #fff;
    text-align: center;

}

.fondoshape3 {
    background: #2271b6;
    border-radius: 31px 31px 31px 31px;
    -moz-border-radius: 31px 31px 31px 31px;
    -webkit-border-radius: 31px 31px 31px 31px;
    padding: 30px;
}
.leftt {
    text-align: left;
    font-size: 1.08em;
    color: #ff1900;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;

}
.about-top {
    text-align: center;

}
.tif {
   background-color: #ffffff;
}
.tif2 {
    background-color: #303030;
    padding-top: 20px;
}
.tif3 {
    background: #ee1b23;

}

.tif4 {
      background: linear-gradient(
150deg
, #ccc800, #f82915, #ff0000);
    background-size: 400% 300%;
    animation: BgGradient 1s ease infinite;
    padding: 15px;
    padding-top: 2px;
       padding-bottom: 20px;
           margin-top: 10px;
    margin-bottom: 10px;

}
.tif5 {
    background-color: #fff;
    padding: 15px;
    padding-top: 2px;
    padding-bottom: 50px;
}
.tif555 {
  background: linear-gradient(326deg, rgb(7, 47, 118) 9%, rgb(6, 30, 71) 18%, rgb(44, 52, 144) 25%, rgba(1,24,81,1) 54%, rgb(7, 47, 118) 68%, rgb(7, 47, 118) 84%, rgb(52, 62, 157) 100%);
}
.h1, h1 {
    font-size: 1.8rem;
}

.
.about-top h22 {
    font-size: 1.05em;
    color: #fff;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.about-top h23 {
    font-size: 1.2em;
    color: #2271b6;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.about-top h6 {
    font-size: 1.05em;
    color: #fff;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.tratamiento h3 {
    font-size: 1.8em;
    color: #000000;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-top: 95px;
    margin-bottom: 10px;
    text-align: center;
}
.tratamiento h6 {
    font-size: 1.5em;
    color: #000000;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-top: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.tratamiento p {
    font-size: 16px;
    color: #111;
    margin: 0em 0em 0.5em 0em;
}

.fondoceleste {
    background: #fff;
}




/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #163c59;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}








/* About Us Section
--------------------------------*/

#about2 {
 
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; 
  background: #303030;
  z-index: 9;
}

#about2 .container {
  position: relative;
  z-index: 10;
}

#about2 .about-col {

  box-shadow: 0px 2px 12px rgb(0 0 0 / 21%);
  margin-bottom: 20px;

  background: #fff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #777;
    min-height: 30px;
    text-align: center;
}

#about2 .about-col .img {
  position: relative;
}

#about2 .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about2 .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about2 .about-col i {
 
    line-height: 1;
    color: #777;
    transition: 0.3s;
    font-size: larger;


}

#about2 .about-col:hover .icon {
  background-color: #fff;
}

#about2 .about-col:hover i {
  color: #777;
}

#about2 .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about2 .about-col h2 a {
  color: #000;
}

#about2 .about-col h2 a:hover {
  color: #18d26e;
}

#about2 .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}


/* Call To Action Section
--------------------------------*/

#call-to-action2 {
  background: #fff;
  background-size: cover;
  padding: 50px 0px 30px 0;
}

#call-to-action2 h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action2 p {
  color: #fff;
}

#call-to-action2 .cta-btn {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action2 .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #566516;
  padding: 0 0 0px 0;
  color: #eee;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 320px) {
    .ingred {
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Open Sans';
}
    .placanegra {
    font-size: 1.8em;
    color: #00dbd1;
    text-align: center;
    line-height: 1.2;
    font-family: 'Bebas Neue', cursive;
}
        .padeowi {
   padding-bottom: 20px;


}
      .margendeo {
   margin-top: 10px;
}
     .margendeo2 {
   padding-bottom: 5px;
    padding-top: 5px;
}
  .accordion-section .panel-default .panel-title a {
    display: block;
    /* font-style: italic; */
    font-size: 1.5rem;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
}
      .textvideo {
   padding-top: 2px;
}
        .vipad {
    padding-top: 0px;
}
  .descuentox {
    font-size: 20px;
}
  .achet {
    font-size: 1.8rem;
    color: #040206;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Bebas Neue', cursive;

}
        .contene {
    padding-top: 0px;
}
      .separador2 {
    padding-top: 5px;
}
  .fontana44 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
  .textocentra2 {
    font-size: .92em;
    color: #ffffff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
    line-height: 1.4;
    font-style: italic;
}
  .sepa {
    padding-top: 14px;
}
  .fontana {
    font-size: 1em;
}
  .textocentra {
    font-size: 1.1em;
    color: #ffffff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: center;
    line-height: 1.4;
}
  .ff33 {
    font-size: .85em;
    text-align: center;
    padding-top: 0px;
}
      .ofertaw {
     padding-right: 0px;
    padding-left: 0px;
}
  .ache222 {
    font-size: 1.6rem;
    color: #00cec5;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Bebas Neue', cursive;
    text-transform: none;
    background: none;
    padding: 0px;
}
  .ache22222 {
    font-size: 1.5rem;
    color: #ff0b15;
    text-align: left;
    font-weight: 800;
    line-height: 025px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    background: none;
    text-align: center;
    padding: 15px;
}

  .bcg1 {
    background: #303030;
    /* background: linear-gradient( 
27deg
 , rgba(9,9,121,1) 35%, rgba(0,26,255,1) 100%); */
    background-size: 400% 300%;
   padding-bottom: 0px;
    padding-top: 25px;
}
  .widget2 {
font-size: 12px;
    font-family: 'Open Sans';
    text-align: center;
    line-height: 15px;
    font-weight: 400;
    font-style: inherit;
    color: #ffffff;
    text-transform: uppercase;
}
  .introte {
    font-size: 15px;
}
         .ppp2 {
    padding-top: 15px;
}
  .inner-header {
    height: 35vh;
    width: 100%;
    margin: 0;
    padding: 0;
}
   .ppp {
    padding-top: 0px;
}
    .marcel {
    margin-top: 10px;
}
  .estilo-desconto {
    font-size: 25px;
    color: #ffffff;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
   .mtoppp {
    margin-top: 20px;
}
  .ft {
    font-size: 14px;
}
  .tif505 {
    background-color: #336699;
    padding: 15px;
   padding-top: 50px;
    padding-bottom: 50px;
        margin-top: 0px;
}
.tif5052 {
    background-color: #ffffff;
    padding: 15px;
   padding-top: 20px;
    padding-bottom: 20px;
}
.tif5053 {
    background-color: #303030;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 40px;
}
.tif5054 {
       background: #ffd501;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 40px;
}
    .padfinal22 {
 
    padding-top: 10px;
}  
    .padfinal {
 
    padding-top: 0px;
}   

  #about2 {
    background-size: cover;
    position: relative;
    padding: 10px;
}
  .estilo-estoque4 {
 
    font-size: 30px;
    color: #11b1a8;
}
  .events2 {
    background: #fff;
    background-size: cover;
    position: relative;
    padding-top: 20px;
}
.food::before {
    content: '';
    background-color: #4974a9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
  .llegachilepa222 p {
        font-size: 14px;
    color: #ffffff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
    line-height: 1.4;
}
  p {
    padding: 0;
    margin: 0 0 0px 0;
    font-size: .85rem;
}
     .ptop20 {
   padding-top: 20px;
}
    .pbottom28 {
   padding-bottom: 28px;
}
  .food {
    padding-top: 30px;
    background: #353535;
    background-size: cover;
    position: relative;
    padding-bottom: 0px;
}
     .pbottom {
   padding-bottom: 0px;
}
  .pbottom25 {
   padding-bottom: 0px;
}
   .pright {
   padding-right: 15px;
}
  .tes {
    font-size: .96em;
    color: #fff;
    margin: 0em 0em 0.5em 0em;
    text-align: left;
}
  .bcg3 {
    background: #f0070e;
    padding-bottom: 10px;
    padding-top: 10px;
}
  .ache {   
font-size: 1.8rem;
    color: #dcef33;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 300;
    line-height: 30px;
    font-family: 'Bebas Neue', cursive;
    text-transform: none;

}
     .padt50 {
   
    padding-top: 0px;
}
      .botom30 {
   
    padding-top: 0px;
}
.tam2 {
   font-size: .85em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 15px;
    padding-top: 5px;
}
  .pbotin {
    padding-right: 10px;
    padding-left: 10px;
}

  .events .event-item h3 {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px 20px 0px 20px;
}


.events .event-item p:last-child {
       margin-bottom: 0;
    font-size: 14px;
    padding: 0px 20px 20px 20px;
}
     .sec {
    padding-top: 35px;
}

  .pbot15 {
   padding-bottom: 10px;

}
     .fo20 {
  font-size: 14px;
    padding-top: 5px;
    color: #111;
    margin: 0em 0em 0.5em 0em;
    text-align: center;
}
  .linetop2 {
    padding-top: 20px;
    line-height: 1.2;

}
  .chi h2 {
    font-size: 1.2em;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
  .ptop40 {
   padding-top: 0px;

}
   .ptop18 {
   padding-top: 0px;

}
    .ptop15 {
   padding-top: 0px;

}

.fsize {
  font-size: 1.4em;

}
  .imgf {
    top: 0px;
}
  .llegachile4 h3 {
    font-size: 1.1em;
    color: #00295a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 12px;
}
      #testimonials {
    padding: 0px 0px 50px;
    background: #000000;

}
.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}
  .llegachile44 p {
    font-size: .9em;
    color: #ffffff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
}
    .fontcopy {
   font-size: .91em;
}
   .padineo {
   padding-bottom: 20px;
}
   .fonti {
   font-size: 1.3em;
}
    .margi702 {
   padding-bottom: 10px;
}
  #facts {
    background: rgb(0,55,12);
    background: linear-gradient(326deg, rgb(7, 47, 118) 9%, rgb(6, 30, 71) 18%, rgb(44, 52, 144) 25%, rgba(1,24,81,1) 54%, rgb(7, 47, 118) 68%, rgb(7, 47, 118) 84%, rgb(52, 62, 157) 100%);
    background-size: cover;
    padding: 10px 0 40px 0;
    position: relative;
}
     .macel7 { 
    padding-bottom: 10px;
}
    .macel6 { 
    padding-top: 0px;
}
    .macel5 {
 
    padding-top: 15px;
}
     .macel4 {
    margin-top: 0px;
    padding-top: 10px;
}
       .padddd20 {
    padding-top: 0px;
    padding-bottom: 10px;
}
     .paddd60 {
    padding-top: 0px;
}

    .paddd20 {
    padding-top: 30px;
}
     .macel30 {
    margin-top: 0px;
}
    .macel2 {
    margin-top: 0px;
}
  .macel {
    margin-top: 25px;
}
   .pvideo {
    padding-top: 0px;
}
  .laxbg {
    background: #00000069;
    border-radius: 50%;
    border: 3px solid #0bca00;    
    padding-top: 10px;
    margin-bottom: 15px;
}
    .ppb {
    padding-bottom: 0px;
}
  .paz h3 {
    font-size: 1em;
    color: #fafafa;
           font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: left;
}
  .tif8 {
    background-color: #fff;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 0px;
}
  .tam {
    font-size: 20px;
        color: #ff0b15;
            font-weight: 900;
}
  .tif5 {
        background: rgb(255 255 255);
   
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 20px;
}
    .estilo-tratamento {
      background: #00dcd2;
    font-size: 20px;
}
    .hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 70%;
}
    .hover-5-title {
    position: absolute;
    bottom: -1rem;
    left: 5px;
    transition: all 0.3s;
    padding: 1.2rem 1rem;
    z-index: 99;
    font-size: 12px;
    text-align: center;
}
   .ventana {
   padding-left: 5px;
    padding-right: 5px;
}
    .bgcel {
    background-color: #e2f0fd;
    padding-bottom: 15px;
}
   .pvideo {
    padding-top: 24px;
}
      .pbot20b {
    padding-bottom: 20px;
}
     .f2e {
    font-size: 1.5em;
    line-height: 2;

  
}
     .cen20 {
    font-size: .96em;
    color: #fff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: center;
}
      .ptop40 {
    padding-top: 0px;
}
    .padr {
   padding-left: 0px;
   padding-right: 0px;
}
    .llegachile250 p {
   font-size: 14px;
    color: #424242;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left !important;
}
    .llegachile250 h5 {
    font-size: 1.4rem;
    color: #2173b7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
}
     .ptop20 {
    padding-bottom: 20px;
}
    .pbot20 {
    padding-bottom: 20px;
}
    .pt-5, .py-5 {
    padding-top: 0rem!important;
}
    .hover-5 .hover-overlay {
    background: rgba(0, 0, 0, 0.38);
}

    .hover-5-title span {
    transition: all 0.4s;
    opacity: 1;
    color: #ffffff;
}
    .main_title2 {
    color: #000000;
    line-height: 1.1em;
    padding-bottom: 10px;
    font-size: 1.5em;
    text-align: center;
}

    .f45 {
      font-size: 2.4rem;
    line-height: 1 !important;
    font-weight: 300;
    font-family: 'Bebas Neue', cursive;
    
}
    .icon1_title {
    color: black;
    line-height: 1.1em;
    font-size: 1.1em;
    text-align: left;
}
    .pad25 {
    padding-top: 0px;
}
    .top-content {
    width: 100%;
    padding: 0px 0 0px 0;
}
    .smile {
    background: #1e9e00;
    margin-top: 20px;
    margin-bottom: 0px;
}
   .smile2 {
    padding-left: 15px;
    padding-top: 30px;
}
        .mtop70 {
    margin-top: 12px;
}
      .ptop25 {
    padding-top: 0px;
}
           .ptop20 {
    padding-top: 20px;
}
       .ptop30 {
    padding-top: 0px;
}
    .section-header h4 {
        font-size: 1.6em;
    color: #ffffff;
    padding-top: 12px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding-bottom: 1px;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    font-style: inherit;
    
}

    .llegachilepa222 h2 {
    color: #91ccff;
        font-size: 26px;
    font-family: 'Bebas Neue', cursive;
    text-transform: none;
    text-align: center;
    font-weight: 300;

}
    .llegachilepa222 h4 {
  color: #91ccff;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;

}
.llegachilepa222 {
    font-size: .8em;
    color: #015d32;
    margin: 0em 0em 0.5em 0em;
    text-align: center;
    line-height: 1.5;
}
     .centrado44 {
    text-align: center;
}
    .videotext h4 {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.cta-btn6 {
text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 0px;
    border: 2px solid #fff;
    border-radius: 35px;
    color: #fff;
    background-image: linear-gradient(to bottom, #404040 0, #000 100%) !important;
    text-align: center;
}
.cta-btn7 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    transition: 0.5s;
    margin-top: 30px;
    border: 0px solid #fff;
    border-radius: 0px;
    color: #111;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #dcef33 0, #dcef33 100%) !important;
    text-align: center;
}
    .cta-btn5 {
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 20px;
    border: 0px solid #fff;
    color: #fff;
    text-align: center;
       background-image: linear-gradient(to bottom, #00dcd2 0, #00dcd2 100%) !important;






}
 .cta-btn6 {
     font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #404040 0, #000 100%) !important;
}
    .top30 {
  padding-top: 0px;
}
    #features3-m P {
    font-size: 14px;
    color: #017b02;
}
    .mbr-cards .card-title {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.2825;
    color: #017b02;
}
    #about .about-col {
    background: #ff0a03;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 0px;
}
        .pad12 {
   padding-top: 0px;
}
        .pad16 {
   padding-top: 0px;
}
      .padr {
  padding-left: 0px;
    padding-right: 0px;
}
      /* ... */
 
    .top-content .carousel-control-prev, 
    .top-content .carousel-control-next { display: none; }
    .top-content .carousel-indicators li { margin-left: 10px; margin-right: 10px; }
 
    /* ... */
    .intro-content2 {
    background: #303030;
    padding: 0px 0 0px;

}
       .pad68 {
   padding-bottom: 0px;
}
    .paz h1 {
       font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.4em;
    padding-top: 20px;
    text-align: center;
}
              .padd50 {
   padding-bottom:  10px;

}
    .llegachilepa h2 {
    font-size: .91em;
    color: #015d32;
    font-size: 1.4em;

}

    .padd20 {
   padding-top: 10px;
   padding-bottom: 10px;
}

.llegachilepa {
    font-size: .91em;
    color: #015d32;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
    line-height: 1.3;
}

   
    
    .llegachilepa3 {
    font-size: .96em;
    color: #fff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
    line-height: 1.3;
}
         .paneo  {
    padding-left: 100px;
   
}
    .cote {
    padding-left: 20px;
}
              .top20 {
   margin-top: 20px;
}
          .bot50 {
   padding-top: 20px;
}
        .mar30 {
    margin-top: 0px;
}
    .about-top h22 {
        font-size: 15px;
    color: #fff;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
    #testimonials {
    padding: 20px 0px 10px;
}
    .spinner-grow {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    /* border-radius: 50%; */
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
    margin-bottom: 2px;
}
      .p20 {
    padding-top: 10px;
}
  .cta-btn4 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 20px;
    border: 2px solid #fff;
    color: #fff;
    margin-bottom: 20px;
    background-image: linear-gradient(to bottom, #ce142d 0, #ce142d 100%) !important;
}
     .p40 {
    padding-bottom: 10px;
}
     .t40 {
    margin-top: 0px;
    padding-bottom: 10px;
}
  .leftt {
    text-align: left;
    font-size: .97em;
    color: #ff1900;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
  .about-top h23 {
    font-size: 1.4em;
    color: #2271b6;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
  .parrafo {
    background: #cdeaff;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.5;
    font-weight: 400;
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 0px;
}
  .bgw {
    background-color: #e2f1ff;
    /* padding: 15px; */
    border-radius: 8px;
}
  .centradow {
    font-size: 15px;
    padding-left: 76px;
}
  .fff {
   font-size: 32px;
    font-weight: 400;
}
  .llegachile h2 {
  
   font-size: 2em;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0px;
    text-align: center;

}

.llegachile2 h2 {
    font-size: 1em;
    color: #fff;
    margin: 0.0em 0em 0em 0em;
    font-weight: 300;
  font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    padding-top: 0px;
    text-align: center;
}
.llegachile4 h2 {
    font-size: 1.4em;
    color: #fff;
    margin: 0.0em 0em 0em 0em;
    font-weight: 300;
        font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
}
.llegachile h6 {
    font-size: 1.4em;
    color: #005f32;
    margin: 0.0em 0em 0em 0em;
    font-weight: 300;
   font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    text-align: left;
}
.llegachile h7 {
   font-size: 1rem;
    color: #005f32;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: left;
}
.llegachile h5 {
   padding-top: 4px;
    font-size: 1.4em;
    color: #2271b6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;


}
.llegachile h3 {
    font-size: 1em;
    color: #fff;
   font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
}
 .fondoshape3 {
   background: #59ae28;
    border-radius: 0px 0px 31px 31px;
    -moz-border-radius: 0px 0px 31px 31px;
    -webkit-border-radius: 0px 0px 31px 31px;
    /* padding: 15px; */
    padding-bottom: 10px;
    padding-top: 12px;
}
.about-top {
    text-align: left;
    line-height: 1.3;
    font-size: 15px;
}
  .legal2 {
    font-size: 1.3em;
    color: #2270b6;
    margin: 0.5em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
}
  .padcelular70 {
    margin-top: 0px;
    padding-top: 15px;
}
  .margi70 {
    margin-top: 0px;
    text-align: center;
        padding-bottom: 10px;
}
  .testimonioback1 {

       background-color: white;
    /* background: url(../img/fondo2.jpg)no-repeat; */
    background-size: 100%;
    width: auto;
    max-height: 100%;
}
  .margincelular {
    margin-top: 0px;
}
  .margincelular2 {
    margin-top: 0px;
}
  .margi701 {
    margin-top: 0px;
}
        .mbot  {
   margin-bottom: 20px;
   
}
      .tcen  {
    text-align: center;
   
}

  .mas2  {
    font-size: 25px;
   
}
.llegachile p {
            font-size: 14px;
    color: #ffffff;
    margin: 0em 0em 0em 0em;
  line-height: 1.4;

   
}

  .section-header2 p {
    text-align: left;
    padding-bottom: 10px;
    color: #333;
    font-size: 15px;
}
  .legal22 {
    font-size: 0.6em;
    color: #777;
    text-align: center;
}
  .colorchange4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 900;
}

  .colorchange3 {
    font-size: 26px;
    color: #dc4a9b;
    font-weight: 900;
}
.colorchange44 {
    font-size: 24px;
   color: #ffffff;
    font-weight: 400;
}
  .colorchange2 {
    font-size: 22px;
    color: #dc4a9b;
    font-weight: 900;
}
  .section-header h3 {
   font-size: 1em;
    color: #eaa73a;
    /* text-transform: uppercase; */
    text-align: center;
    font-weight: 400;
    position: relative;
}
  .colorchange {
    font-size: 30px;
    color: #dc4a9b;
    font-weight: 900;
}
  .fon {
    padding-bottom: 1px;
    background: #cfdc00;
    padding-top: 10px;
}

  #services {
    background: #911e9c;
    background-size: cover;
    padding: 20px 0 0px 0;
}
  #call-to-action2 {

    padding: 0px 0;
    background: #ffffff;
}
  #call-to-action {

    padding: 0px 0;
    background: #ffffff;
}
    .mtop40 {
    margin-top: 0px;
}
  .section-header2 h5 {
    font-size: 28px;
    color: #931d9f;
    /* text-transform: uppercase; */
    text-align: center;
    font-weight: 500;
    position: relative;
    padding-bottom: 0px;
    padding-top: 25px;
}
  .section-bg2 {
    background: #ebebeb;
    padding: 0px;
}
  .mg20 {
    padding-top: 20px;
}

  #about {
    
    background-size: cover;
    padding: 10px 0 0px 0;
    position: relative;
}
  #intro {
  display: table;
  width: 100%;
  background: #000;
}
  #header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: -35px;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
#header2 {
    padding: 12px 0;
    height: 92px;
    position: fixed;
    left: -35px;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
.section-header p {
    text-align: center;
    padding-bottom: 0px;
    color: #333;
    font-size: 14px;
}
#call-to-action2 {
    background: #911e9c;
    background-size: cover;
    padding: 0px 0px 1px 0;
}
.bullet {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    padding: 12px;
}
  #header {
    padding: 12px 0;

}
  .Iam h2 {
   margin-right: 0.3em;
    color: #bcff00;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
}
#call-to-action h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    /* margin-top: 15px; */
    /* margin-bottom: 0px; */
    padding-bottom: 10px;
    padding-top: 20px;
}
#call-to-action2 h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding-top: 20px;
}
 .tarjetas p {
    font-size: 12px;
    color: #111;
    text-align: center;
}

.Iam p {
   margin-right: 0.3em;
    color: #000000;

    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
      font-family: 'Open Sans', sans-serif;
  
}
.Iamo {
       margin-right: 0.3em;
    color: #0b582b;
  font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;;
  
}
  
}
@media (min-width: 360px) {
.paneo {
    padding-left: 120px;
}
.events .event-item p:last-child {
       margin-bottom: 0;
    font-size: 14px;
    padding: 0px 20px 20px 20px;
}
.events .event-item h3 {
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px 20px 0px 20px;
}

  
}

@media (min-width: 375px) {
  .events .event-item h3 {
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px 20px 0px 20px;
}
.paneo {
    padding-left: 130px;
}
.events .event-item p:last-child {
    margin-bottom: 0;
    font-size: 15px;
    padding: 0px 20px 20px 20px;
}

  
}
@media (min-width: 414px) {
.paneo {
    padding-left: 150px;
}
.events .event-item p:last-child {
    margin-bottom: 0;
    font-size: 17px;
    padding: 0px 20px 20px 20px;
}
.events .event-item h3 {
    font-weight: 400;
    font-size: 25px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px 20px 0px 20px;
}
  
}

@media (min-width: 480px) {

    /* ... */
 
    .top-content .carousel-control-prev, 
    .top-content .carousel-control-next { display: none; }
    .top-content .carousel-indicators li { margin-left: 10px; margin-right: 10px; }
 
    /* ... */
.bullet {
    padding: 15px;
    font-size: 17px;
    font-weight: 600;
    line-height: 48px;
    background: #cfdc00;
    /* margin: 5px; */
}


  .tarjetas p {
    font-size: 12px;
    color: #111;
    text-align: center;
}
  #call-to-action h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}
#call-to-action2 h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-top: 20px;
}

  
}
@media (min-width: 768px) {
    .ingred {
    font-size: .83em;
    font-weight: 400;
    color: #fff;
    line-height: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Open Sans';
}
    .placanegra {
    font-size: 2.6em;
    color: #00dbd1;
    text-align: center;
    line-height: 1.2;
    font-family: 'Bebas Neue', cursive;
}

      .padeowi {
   padding-bottom: 0px;


}
      .margendeo2 {
   padding-bottom: 65px;
    padding-top: 65px;

}
  .accordion-section .panel-default .panel-title a {
    display: block;
    /* font-style: italic; */
    font-size: 2.4rem;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
}
    .textvideo {
   padding-top: 25px;
}
    .margendeo {
   margin-top: 80px;
}

  .descuentox {
    font-size: 26px;
}

  .achet {
  font-size: 1.6rem;
    color: #040206;
    text-align: left;
    font-weight: 400;
    text-align: center;
    font-family: 'Bebas Neue', cursive;

}
      .vipad {
    padding-top: 40px;
}
      .contene {
    padding-top: 30px;
}
  .fontana44 {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
    .separador2 {
    padding-top: 25px;
}
    .sepa {
    padding-top: 0px;
}
  .textocentra2 {
    font-size: 1em;
    color: #ffffff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
    line-height: 1.4;
    font-style: italic;
}
  .fontana {
    font-size: 1.2em;
}
  .textocentra {
    font-size: .95em;
    color: #ffffff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: center;
    line-height: 1.4;
}
  .ff33 {
    font-size: 1em;
    text-align: center;
    padding-top: 20px;
}

    .ofertaw {
     padding-right: 15px;
    padding-left: 15px;
}


    .ache22222 {
    font-size: 1.5rem;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    line-height: 025px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    background: #ff0b15;
    text-align: center;
    padding: 15px;
}
  .ache222 {
    font-size: 2.4rem;
    color: #003eaa;
    text-align: left;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Bebas Neue', cursive;
    text-transform: none;
    background: none;
    padding: 15px;


}

    .right {
    font-size: 13px;
    padding-top: 5px;
}
  .bcg1 {
    background: #303030;
    /* background: linear-gradient( 
27deg
 , rgba(9,9,121,1) 35%, rgba(0,26,255,1) 100%); */
    background-size: 400% 300%;
    padding-bottom: 85px;
    padding-top: 80px;
}
  .bcg1111 {
    background: #fffe00;
    /* background: linear-gradient( 
27deg
 , rgba(9,9,121,1) 35%, rgba(0,26,255,1) 100%); */
    background-size: 400% 300%;
    padding-bottom: 80px;
    padding-top: 40px;
}
  .widget2 {
    font-size: 18px;
    font-family: 'Open Sans';
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    font-style: inherit;
    text-transform: uppercase;
    color: #ffffff;
}
  .introte {
    font-size: 16px;
}
       .ppp2 {
    padding-top: 0px;
}
     .ppp {
    padding-top: 30px;
}
  .inner-header {
    height: 30vh;
    width: 100%;
    margin: 0;
    padding: 0;
}
  .llegachile4 h2 {
    font-size: 2em;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
    .ache {   

    font-size: 1.8rem;
    color: #dcef33;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 100;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;

}
  .llegachile h2 {
    font-size: 1.9em;
    color: #fff;
   font-family: 'Titillium Web', sans-serif;
    text-transform: none;
    font-weight: 100;
    text-align: center;
}
    .marcel {
    margin-top: 42px;
}
      .padfinal22 {
 
    padding-top: 10px;
}  
   .mtoppp {
    margin-top: 20px;
}
  .ft {
    font-size: 18px;
}

  #about2 {
    background-size: cover;
    padding: 20px 0 40px 0;
    position: relative;

}
  .estilo-desconto {
font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}
.estilo-desconto2 {
    font-size: 35px;
    color: #fffe00;
      font-family: 'Open Sans', sans-serif;
}
.tam {
    font-size: 28px;
        font-family: 'Open Sans', sans-serif;
}
  .estilo-estoque4 {
    
    font-size: 40px;
    color: #00b9fb;
}
  .padfinal {
 
    padding-top: 55px;
}    
  .events2 {
    background: #fff;
    background-size: cover;
    position: relative;
        padding-top: 100px;
    padding-bottom: 75px;

}
.food::before {
    content: '';
    background-color: #4974a9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

  p {
    padding: 0;
    margin: 0 0 25px 0;
    font-size: .96rem;
}
     .sec {
    padding-top: 50px;
}

     .fo20 {
  font-size: 17.2px;
        padding-top: 20px;
    color: #111;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
}
  .fsize {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
    font-weight: 400;

}
  .cwhite{
   color: white;

}
   .ptop40 {
   padding-top: 40px;

}
    .ptop18 {
   margin-top: 28px;

}
  .chi h2 {
    font-size: 1.6em;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
}
     .linetop {
   padding-top: 70px;
   line-height: 1.5
}
.pbot15 {
   padding-bottom: 0px;

}
     .ptop15 {
   padding-top: 35px;

}
     .linetop2 {
   padding-top: 30px;
   line-height: 1.5
}
   .fo20 {
  font-size: 17.2px;
        padding-top: 20px;
    color: #111;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
}
   .imgf {
  top: -25px;
}
   .fontcopy {
   font-size: .88em;
    line-height: 1.5;
}
   .padineo {
   padding-bottom: 0px;
}
     .fonti {
   font-size: 1.8em;
}
    .margi702 {
   padding-bottom: 15px;
}
  #facts {
    background: rgb(0,55,12);
    background: linear-gradient(326deg, rgb(7, 47, 118) 9%, rgb(6, 30, 71) 18%, rgb(44, 52, 144) 25%, rgba(1,24,81,1) 54%, rgb(7, 47, 118) 68%, rgb(7, 47, 118) 84%, rgb(52, 62, 157) 100%);
    background-size: cover;
    padding: 40px 0 40px 0;
    position: relative;
}
    .macel7 { 
    padding-bottom: 16px;
}
     .macel6 { 
    padding-top: 40px;
}
   .macel5 {
 
    padding-top: 0px;
}
     .padddd20 {
    padding-top: 0px;
    padding-bottom: 0px;
}
     .paddd60 {
    padding-top: 0px;
}
     .paddd20 {
    padding-top: 0px;
}
    .macel30 {
    margin-top: 30px;
}
    .macel2 {
    margin-top: 15px;
}
    .macel4 {
    margin-top: 10px;
}
  .macel {
    margin-top: 25px;
}
  .laxbg {
    background: #00000069;
    border-radius: 50%;
    border: 3px solid #0bca00;    
    padding-top: 10px;
    margin-bottom: 0px;
}
    .pvideo {
    padding-top: 35px;
}
    .ppb {
    padding-bottom: 50px;
}
  .tam {
    font-size: 26px;
        font-weight: 900;
            color: #ff0b15;
}
.tif8 {
    background-color: #ffffff;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}
  .tif5 {
    background-color: #fff;
    padding: 15px;
    padding-top: 2px;
    padding-bottom: 40px;
}
  .tif505 {
    background-color: #336699;
    padding: 15px;
    padding-top: 40px;
    padding-bottom: 60px;
        margin-top: 50px;

}
  .tif5052 {
    background-color: #ffffff;
    padding: 15px;
     padding-top: 60px;
    padding-bottom: 20px;

}
 .tif5053 {
    background-color: #303030;
    padding: 15px;
       padding-top: 80px;
    padding-bottom: 85px;
}
 .tif5054 {
    background: #ffd501; 
    padding: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}
    .estilo-tratamento {
    background: #00dcd2;
    font-size: 20px;
}
    .pvideo {
    padding-top: 28px;
}
    .hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}
     .ventana {
   padding-left: 15px;
    padding-right: 15px;
}
    .hover-5-title {
    position: absolute;
    bottom: -1rem;
    left: 20px;
    transition: all 0.3s;
    padding: 2rem 3rem;
    z-index: 99;
    font-size: 16px;
}
    .bgcel {
    background-color: #e2f0fd;
    padding-bottom: 50px;
}
       .cen20 {
    font-size: .96em;
    color: #fff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: center;
}
  .f2e {
   font-size: 1.21em;
    line-height: 2.3;
  
}
  .pbot20b {
    padding-bottom: 0px;
}
    .ptop40 {
    padding-top: 70px;
}
    .padr {
   padding-left: 15px;
   padding-right: 15px;
}
    .pbot20 {
    padding-bottom: 0px;
}
  .ptop20 {
    padding-bottom: 0px;
}
    .pt-5, .py-5 {
    padding-top: 2rem!important;
}
    .hover-5 .hover-overlay {
    background: rgba(0, 0, 0, 0.15);
}
    .hover-5-title span {
    transition: all 0.4s;
    opacity: 0;
    color: #ffffff;
}
    .main_title2 {
    color: #fff;
    line-height: 1.1em;
    padding-bottom: 10px;
    font-size: 1.7em;
    text-align: center;
}
    #about2 {
    background-size: cover;
   padding: 70px 0 0px 0;
    position: relative;
}
.macel {
    margin-top: 25px;
}
    .f45 {
    font-size: 2.6rem;
    font-family: 'Bebas Neue', cursive;
    
}
    .icon1_title {
    color: #fff;
    line-height: 1.1em;
    font-size: 1.1em;
    text-align: left;
}
    .pad25 {
    padding-top: 25px;
}
    .top-content {
    width: 100%;
    padding: 0px 0 0px 0;
}
     .smile2 {
    padding-left: 0px;
    padding-top: 30px;
}
            .smile {
    background: #1e9e00;
    margin-top: 20px;
    margin-bottom: 0px;
}
        .mtop70 {
    margin-top: 70px;
}
    .ptop25 {
    padding-top: 30px;
}
              .ptop20 {
    padding-top: 0px;
}
    .section-header h4 {
        padding-top: 40px;
       font-size: 2rem;
    color: #ffffff;
    /* text-transform: uppercase; */
    text-align: center;
    font-weight: 500;
    position: relative;
    padding-bottom: 0px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-style: inherit;
    /* text-transform: uppercase;
    /* text-transform: uppercase; */
        margin-bottom: 5px;
}

    .centrado44 {
    text-align: center;
}
   .ptop30 {
    padding-top: 15px;
}
    .videotext h4 {
   color: #fefefe;
    font-size: 1.5rem;
    text-align: center;
    background: #f4931b;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
}
    .top30 {
  padding-top: 40px;
}
    #features3-m P {
    font-size: 14px;
    color: #017b02;
}
    .mbr-cards .card-title {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.2825;
    color: #017b02;
}
     #about .about-col {
    background: #ff0a03;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
      .intro-content2 {
   background: #303030;
    padding: 0px 0 0px;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: repeat-y;
    position: relative;
    background-size: cover !important;
    background-position: left center;
    width: 100%;
}
    .pad16 {
   padding-top: 8px;
}
        .pad12 {
   padding-bottom: 0px;
   padding-top: 22px;
}
    .padboxxx {
 padding-bottom: 40px !important;
}
    .pad68 {
 padding-bottom: 0px;
}
    .paz h1 {
       font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.9em;
    padding-top: 25px;
}
.padd50 {
   padding-bottom: 50px;
}
.padd20 {
   padding-top: 0px;
   padding-bottom: 0px;
}

        .paneo  {
    padding-left: 60px;
   
}
    .cote {
    padding-left: 80px;
}
             .bot50 {
    padding-top: 15px;

}
    .mar30 {
    margin-top: 20px;
}
    .about-top h22 {
    font-size: 1.25em;
    color: #fff;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
    #testimonials {
    padding: 40px 30px 50px;
    background: #000000;

}
.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}
    .spinner-border {
       display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .45s linear infinite;
    margin-bottom: 2px;
}
.spinner-grow {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
    margin-bottom: 2px;
}
 .cta-btn5 {
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 20px;
    border: 0px solid #fff;
    color: #2e2e2e;
    text-align: center;
    background-image: linear-gradient(to bottom, #ffe800 0, #ffe800 100%) !important;

}
 .cta-btn55 {
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 20px;
    border: 0px solid #fff;
    color: #000000;
       background-image: linear-gradient(to bottom, #00dcd2 0, #00dcd2 100%) !important;



}
 .cta-btn6 {
     font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 38px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 20px;
    border: 0px solid #fff;
    color: #111;
       background-image: linear-gradient(to bottom, #00dcd2 0, #00dbd1 100%) !important;



}
.cta-btn7 {
 font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 20px;
    border: 2px solid #fff;
    color: #ffffff;
    background-image: linear-gradient(to bottom, #11b1a8 0, #11b1a8 100%) !important;
}
  .cta-btn4 {
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 0px;
    transition: 0.5s;
   padding-top: 7px;
    margin-top: 14px;
    border: 2px solid #fff;
    color: #111;
    background-image: linear-gradient(to bottom, #00dcd2 0, #00dcd2 100%) !important;




}
     .p20 {
    padding-top: 35px;
}
      .p40 {
    padding-bottom: 0px;
    padding-top: 50px;
}
    .t40 {
       margin-top: 0px;
    margin-bottom: 50px;

}
  .leftt {
    text-align: left;
    font-size: 1.08em;
    color: #ff1900;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
  .about-top h23 {
    font-size: 1.5em;
    color: #2271b6;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
  .bgw {
    background-color: #e2f1ff;
    /* padding: 15px; */
    border-radius: 5px;
}
  .fff {
     font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}
  .llegachile h2 {        
       font-size: 2.4em;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0px;
}
  .fondoshape3 {
    background: #59ae28;
    border-radius: 0px 0px 31px 31px;
    -moz-border-radius: 0px 0px 31px 31px;
    -webkit-border-radius: 0px 0px 31px 31px;
    padding: 30px;
}
.fondoshape33 {
    background: #fc0901;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    padding: 30px;
}
  .about-top {
    text-align: center;
}

.title {
    font-size: 27px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
  .parrafo {
    background: #cdeaff;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.5;
    font-weight: 400;
    border-radius: 20px;
    padding: 30px;
    padding-bottom: 0px;
}
  .legal2 {
    font-size: 2em;
    color: #2270b6;
    margin: 0.5em 0em 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
}
  .padcelular70 {
    margin-top: 0px;
}
  .margi70 {
    margin-top: 0px;
    text-align: center;
}
  .testimonioback1 {
 
    /* background-size: 100%; */
    /* width: auto; */
    /* max-height: 100%; */
    background: #fff;
    padding: 0px 0 30px;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: repeat-y;
    position: relative;
    background-size: cover !important;
    background-position: center right;
    width: 100%;
}
  .margincelular {
       padding-top: 35px;
    padding-bottom: 50px;
}
  .margincelular2 {
    padding-top: 35px;
}
.margin20 {
    margin-bottom: 0px;
}

     .mbot  {
   margin-bottom: 0px;
   
}
    .forml  {
    left: 4%;
   
}

  #call-to-action .cta-btn {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
    background: linear-gradient(45deg, #911e9c, #c41ad4);
    margin-bottom: 0px;
}
    .mas2  {
    font-size: 25px;
   
}
    .tcen  {
    text-align: center;
   
}
  #testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  font-size: 16px;
}
.llegachile p {
    font-size: 1em;
    color: #ffffff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: center;
}
.llegachile44 p {
    font-size: .89em;
    color: #ffffff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
}

.llegachilepa {
    font-size: 1em;
    color: #00294c;
    margin: 0.5em 0em 0.5em 0em;
        text-align: left;
        line-height: 1.4;
}
.llegachilepa222 {
    font-size: 1.1em;
    color: #015d32;  
    text-align: left;
    line-height: 1.2;
}

.llegachilepa222 p {
    font-size: .9em;
    color: #ffffff;
    margin: 0.5em 0em 0.5em 0em;
    text-align: center;
    line-height: 1.4;
}
.llegachilepa222 h2 {
     color: #fff;
    font-size: 2.2rem;
    font-family: 'Bebas Neue', cursive;
    font-weight: 300;
    text-transform: none;
    text-align: center;
    line-height: 35px;


}
.llegachilepa222 h4 {
   color: #fff;
    font-size: 1.9rem;
    font-family: 'Open Sans';
    text-transform: none;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;

}
.llegachilepa h2 {
    color: #047b02;
    font-size: 1.7rem;
}
.llegachilepa2 {
    font-size: .96em;
    color: #fff;
    margin: 0.5em 0em 0.5em 0em;
        text-align: left;
        line-height: 1.3;
}
.llegachilepa3 {
    font-size: .96em;
    color: #fff;
    margin: 0em 0em 0.5em 0em;
        text-align: left;
        line-height: 1.3;
}
  .section-header2 p {
    text-align: left;
    padding-bottom: 10px;
    color: #333;
    font-size: 1rem;
        padding-bottom: 25px;
}
  .legal22 {
    font-size: 0.7em;
    color: #777;
    text-align: center;
        font-size: 0.7rem;
}
.llegachile h5 {
font-size: 1.85em;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
}

.llegachile2 h2 {
 font-size: 1.3em;
    color: #00295a;
      font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-top: 15px;
    text-align: center;

}

.llegachile4 h3 {
    font-size: 1.4em;
    color: #00295a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.llegachile h6 {
    font-size: 1.9rem;
    color: #005f32;
       font-family: 'Open Sans', sans-serif;
    font-weight: 400;
       text-align: left;
}
.llegachile h7 {
   font-size: 26px;
    color: #2273b5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: left;
}
.llegachile250 h5 {
      font-size: 1.5rem;
    color: #444;
       font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
}
.llegachile250 p {
    font-size: .96em;
    color: #424242;
    margin: 0.5em 0em 0.5em 0em;
    text-align: center  !important;
}
.llegachile h5 {
      font-size: 1.4rem;
    color: #000;
    font-family: 'Open Sans';
    text-transform: none;
    font-weight: 300;
    text-align: center;
    margin-bottom: 5px;
    line-height: 30px;
    text-shadow: #00000000 -1px 2px 6px;
      
}

.llegachile h3 {
 font-size: 1.55em;
    color: #fafafa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 25px;
  
        text-transform: uppercase;
    letter-spacing: -0.4px;

}
.paz h3 {
    font-size: 1em;
    color: #fafafa;
      font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: center;
}
.colorchange4 {
    font-size: 32px;
    color: #fff;
    font-weight: 900;
}
.colorchange44 {
   font-size: 32px;
    color: #ffffff;
    font-weight: 400;
}
  .colorchange3 {
    font-size: 32px;
    color: #dc4a9b;
    font-weight: 900;
}
  .colorchange2 {
    font-size: 28px;
    color: #dc4a9b;
    font-weight: 900;
}
  .section-header h3 {
       font-size: 1.1em;
    color: #eaa73a;
    /* text-transform: uppercase; */
    text-align: center;
    font-weight: 400;
    position: relative;
}
  .colorchange {
    font-size: 38px;
    color: #dc4a9b;
    font-weight: 900;
}
  .fon {
    padding-bottom: 0px;
    background: #cfdc00;
    padding-top: 0px;
}
  
  #services {
    background: #911e9c;
    background-size: cover;
    padding: 60px 0 0px 0;
}
  #call-to-action {
    background: #ffffff;
    padding: 30px 0;
}
 #call-to-action2 {
    background: #ffffff;
    padding: 30px 0;
}
 .section-header2 h5 {
    font-size: 28px;
    color: #931d9f;
    /* text-transform: uppercase; */
    text-align: left;
    font-weight: 500;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
}
  .mtop40 {
    margin-top: 0px;
}
  .section-bg2 {
    background: #ebebeb;
    padding: 80px;
}
   .mg20 {
    padding-top: 0px;
}
  #about {
   
    background-size: cover;
    padding: 0px 0 30px 0;
    position: relative;
}
#about22 {
    background-size: cover;
    padding: 60px 0 10px 0;
    position: relative;
}
  #intro {
  display: table;
  width: 100%;
  background: #fff;
}
  #header {
    padding: 30px 0;
    height: 82px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    /* transition: all 0.5s; */
    z-index: 997;
    width: 100%;
}

#header2 {
    padding: 30px 0;
    height: 82px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
#call-to-action2 {
    background: #911e9c;
    background-size: cover;
    padding: 0px 0px 30px 0;
}
.section-header p {
    text-align: center;
    padding-bottom: 0px;
   font-size: .91em;
    color: #00294c;
    font-weight: 500;
}
   #header {
    padding: 30px 0;
    background: #00294c;

}
    .Iam h2 {
       margin-right: 0.3em;
    color: #71a50e;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
}
  #call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  .right {
    font-size: 13px;
    padding-top: 5px;
}
       .ptop20 {
   padding-top: 0px;
}
  .pbottom28 {
   padding-bottom: 0px;
}
   .pbottom25 {
   padding-bottom: 5px;
}
  .food {
 padding-top: 80px;
    background: #afafaf;
    background-size: cover;
    position: relative;
    padding-bottom: 30px;
}
     .pbottom {
   padding-bottom: 40px;
}
   .pright {
   padding-right: 0px;
}
  .tes {
    font-size: .96em;
    color: #fff;
    margin: 0em 0em 0em 0em;
    text-align: left;
}
     .padt50 {
   
    padding-top: 50px;
}
  .bcg3 {
    background: #f0070e;
    padding-bottom: 50px;
    padding-top: 50px;
}
     .ache {   
       font-size: 1.6rem;
    color: #dcef33;
    text-align: left;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 30px;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
    text-transform: none;
}
    .botom30 {
   
    padding-top: 0px;
}
  .tam2 {
   font-size: 1.1em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 5px;
}
  .pbotin {
    padding-right: 100px;
    padding-left: 100px;
    margin-bottom: 20px;

}
  .events .event-item h3 {
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
    margin-top: 60px;
    margin-bottom: 10px;
}
.events .event-item p:last-child {
    margin-bottom: 0;
    font-size: 16px;
}
  .formulario {
    padding-bottom: 20px;
    padding-top: 80px;
}
  .text222 {
    font-size: .75rem;
    left: 0px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 3px;
}
  .formsup {
    z-index: 300 !important;
    position: absolute !important;
    top: 120px !important;
    left: 70% !important;
}
  #testimonials .testimonial-item p {
    width: 50%;
  }
  .tarjetas p {
    font-size: 12px;
    color: #111;
    text-align: center;
}

.Iam p {
     margin-right: 0.3em;
    color: #000000;
      font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
}

 

}

@media (min-width: 1024px) {
  .padfinal {
    padding-top: 30px;
}
  .llegachile h3 {
    font-size: 1.15em;
    color: #fafafa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: -0.4px;
}
  .ache222 {
    font-size: 2rem;
    color: #ff030c;
    text-align: left;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Bebas Neue', cursive;
    text-transform: none;
    background: none;
    padding: 15px;
}
  .contene {
    padding-top: 10px;
}
  .llegachilepa222 h2 {
    color: #fff;
      font-size: 2rem;
    font-family: 'Bebas Neue', cursive;
    font-weight: 300;
    text-transform: none;
    text-align: center;
    line-height: 30px;
}
    .llegachile h2 {
    font-size: 1.54em;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0px;
}
    .right {
    font-size: 11px;
    padding-top: 5px;
}
  .forml {
    left: 1%;
}
  .garantia h4 {
    font-size: 0.8em;
    color: #ffddf2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
}
.garantia h3 {
    font-size: .82em;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.2em;
    text-align: center;
    margin: 0 0 00px;
}
  .formsup {
    z-index: 300 !important;
    position: absolute !important;
    top: 115px !important;
    left: 70% !important;
}
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 100%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  


  .margincelular {
    margin-top: 20px;
}
  .margincelular2 {
    margin-top: 20px;
}

  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}
@media (min-width: 1280px) {
  .padfinal {
    padding-top: 55px;
}
  .llegachile h3 {
    font-size: 1.3em;
    color: #fafafa;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: -0.4px;
}
  .ache222 {
    font-size: 2.4rem;
    color: #00cec5;
    text-align: left;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Bebas Neue', cursive;
    text-transform: none;
    background: none;
    padding: 15px;
}
  .contene {
    padding-top: 20px;
}
  .contene22 {
    padding-top: 19px;
}
  .llegachilepa222 h2 {
      font-size: 2.9rem;
    font-family: 'Bebas Neue', cursive;
    font-weight: 300;
    text-transform: none;
    text-align: center;
    line-height: 43px;
}
    .llegachile h2 {
  
   font-size: 2.4em;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0px;
    text-align: center;

}
      .topportada {
    margin-top: 10px;
    margin-bottom: 0px;
}

        .backu {
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/1_1366.webp);
}
    .mtop60 {
    margin-top: 55px;
    margin-bottom: 25px;
}
  .mtop40 {
    margin-top: 0px;
}
  .garantia h3 {
    font-size: .9em;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.2em;
    text-align: center;
    margin: 0 0 00px;
}
.garantia h4 {
    font-size: 1em;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
}
  .formsup {
    z-index: 300 !important;
    position: absolute !important;
    top: 170px !important;
    left: 70% !important;
}
}
@media (min-width: 1366px) {
       .topportada {
    margin-top: 40px;
    margin-bottom: 30px;
}

        .backu {
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/1_1366.webp);
}
  .mtop40 {
    margin-top:30px;
}
  .mtop60 {
    margin-top:20px;
    margin-bottom: 15px;
}

  .formsup {
    z-index: 300 !important;
    position: absolute !important;
    top: 170px !important;
    left: 70% !important;
}
#intro .carousel-item {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
}
@media (min-width: 1370px) {
        .topportada {
    margin-top: 10px;
    margin-bottom: 0px;
}
  .formulario {
   padding-bottom: 0px;
    padding-top: 70px;
}

    .backu {
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/1_1920.webp);
}

  .formsup {
    z-index: 300 !important;
    position: absolute !important;
    top: 170px !important;
    left: 70% !important;
}
#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
}