html,
body {
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
a{
    cursor: pointer;
    text-decoration: none;
}
input, textarea, a, span{
    outline: none;
}
@font-face {
    font-family: LemonMilk;
    src: url('../fonts/LemonMilk.otf') format('opentype');
}
@font-face {
    font-family: HighVoltage-Rough;
    src: url('../fonts/HighVoltage-Rough.ttf') format('truetype');
}
@font-face {
    font-family: HelveticaNeueLTStd-Roman;
    src: url('../fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
}


@font-face { 
    font-family: barlowmedium; 
    src: url('../fonts/barlow-medium.woff2') format('woff2'), 
         url('../fonts/barlow-medium.woff') format('woff'); 
} 

@font-face { 
    font-family: barlowblack; 
    src: url('../fonts/barlow-black.woff2') format('woff2'), 
         url('../fonts/barlow-black.woff') format('woff'); 
} 


/***********************************/
/*************HEADER****************/
/***********************************/
#header {
    position: absolute;
    width: 100%;
}
.header-comercio {
    background: #000;
    padding: 5px 0;
    position: relative;
    width: 100%;
    z-index: 9999999;
}
.ctn-header-comercio, .cnt-center {
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    height: 100vh;
}
.ctn-header-comercio a {
    display: inline-block;
    text-indent: -9999px;
}
a.logo-comercio {
    background: url(../img/logo-comercio.png) no-repeat 0 0;
    background-size: 100%;
    height: 30px;
    margin-top: 10px;
    width: 110px;
}
#social {
    float: right;
}
#social ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
}
#social ul li {
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}
#social ul li a {
    height: 36px;
    width: 36px;
}
#social ul li a.facebook {
    background: url(../img/sprite-redes.png) no-repeat 0 0;
    background-size: 100px;
}
#social ul li a.tw {
    background: url(../img/sprite-redes.png) no-repeat -32px 0;
    background-size: 100px;
}
#social ul li a.wst {
    background: url(../img/sprite-redes.png) no-repeat -63px 0;
    background-size: 100px;
    display: none;
}
.cont-othermessages {
    padding: 10px;
    width: calc(100% - 20px);
    height: calc(100vh - 209px);
    margin: 0 auto;
    overflow: auto;
    position: absolute;
    bottom: 0;
}

#section2{
    position: relative;
}

.cont-comentario p{
    border: 2px solid #08186F;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 3px;
    background: #fff;
    font-family: barlowmedium !important;
    text-align: center;
}
.cont-comentario:first-child p{
    margin-top: 0px;
}
.cont-comentario span{
    color: #08186F;
    font-size: 0.9rem;
    line-height: 1.1rem;
    text-transform: uppercase;
    /*font-family: barlowmedium;*/
}

.cont-comentario:last-child{
    margin-bottom: 78px;
}
/*************************************/
/***********FIN DEL HEADER************/
/*************************************/
form{
    width: 100%;
    display: block;
}
textarea, input{
    border: 0px solid transparent;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    font-family: HelveticaNeueLTStd-Roman;
    font-size: 1.2rem;
}
section{
    height: 100vh;
}
textarea {
    height: 44px;
    max-height: 44px;
    width: calc(90% - 10px);
    max-width: calc(90% - 10px);
    padding: 10px;
    border: 2px solid #08186F;
    color: #08186F;
    resize: none;
    background: #ffffff;
    font-family: barlowblack !important;
    margin-bottom: 12px !important;
}
.center-element{
    margin: 0 auto;
    display: block;
}
.full-width{
    width: 100%;
}
.mt20{
    margin-top: 1.2rem;
}
.cont-textarea{
    position: relative;
    padding-bottom: 48px
}

.cont-textarea .btn-white{
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 0);
    left: 50%;
}
.cont-textarea p{
    text-align: right;
    width: 90%;
    margin: 0.2rem auto;
    font-size: 0.8rem;
}
#section1{
    background: url(../img/bg-section3_.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
#section2 h2{
    font-family: barlowblack;
    font-size: 12px;
    color: #08186F;
    font-weight: normal;
    margin: 0;
    font-size: 1.3rem;
    text-align: center;
    padding: 0.5rem 0 0.5rem 0;
}
#section3{
    background: url(../img/bg-section2_.jpg);
    background-size: 100% 100%;
    overflow: hidden;
}
#section3 h2 {
    font-family: barlowblack;
    font-size: 1.5rem;
    line-height: 3rem;
    color: #08186F;
    font-weight: normal;
    text-align: center;
    margin: 0 0 5px 0;
}
#section1 .cont-img{
    /*height: 38%;*/
}
#section3 .cont-img{
    height: 33%;
}
#section3 .icon-depor{
    margin: 2rem auto;
}
#section1 .ninetyfive, #section3 .cont-img img{
    /*height: 100%;*/
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
#section2{
    /*background: rgb(156, 66, 61);*/
    background: url(../img/bg-section2_.jpg);
    background-size: 100% 100%;
}
#section2 p{
    font-family: 'barlowblack';
    color: #08186F;
}
.btn-white{
    font-family: 'barlowblack';
    color: #fff;
    font-size: 1.0rem;
    display: block;
    padding: 11px 30px;
    /* border: 4px solid #fff; */
    display: table;
    margin: 2px auto 5px;
    background-color: #08186F;
    letter-spacing: 1px;
}
.btn-red{
    background: #08186F;
    color: white;
    font-family: 'barlowblack';
    font-size: 1.0rem;
    display: block;
    padding: 12px 30px;
    display: table;
    margin: 10px auto 5px;
}
.cont-section1{
    height: 100%;
}
.text-cont-section1 p{
    color: #08186F;
    /* text-transform: uppercase; */
    font-size: 1.15rem;
    line-height: 1.3rem;
    text-align: center;
    padding: 13px 0;
    margin: 0 auto;
    font-family: 'barlowmedium';
    max-width: 550px;
}
.icon-depor{
    display: block;
    margin: 1rem auto;
    width: 7rem;
}
.row{
    width: calc(100% - 20px);
    display: inline-flex;
    padding: 0 10px;
}
.col6 .row, .col3 .row, .col9 .row, .col6-2 .row, .col12 .row{
    width: 100%;
    padding: 0 0
}
.col3{
    width: 25%;
}
.col6, .col6-2{
    width: 50%;
}
.col9{
    width: 75%;
}   
.col12{
    width: 100%;
}
.form-group{
    width: calc(100% - 10px);
    padding: 0 5px;
    color: #08186F;
    margin-bottom: 8px;
}
.form-group input[type="text"], .form-group input[type="number"], .form-group input[type="email"]{
    background-color: white;
    border: 2px solid #08186F;
    color: #08186F;
    padding: 4px;
    width: calc(100% - 8px);
}
.form-group label{
    font-family: barlowmedium;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.content-form{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.col6 .row, .col12 .row{
    display: inline-flex;
}
.result .cont-comentario:last-child{
    margin-bottom: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/**************************/
.thanks-body{
    background: #953830;
    min-height: 100vh;
    display: table;
    width: 100%;
}
.container-thanks{
    background: #08186F;
    display: table-cell;
    vertical-align: middle;
}
.block-share img{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.block-share{
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background: #0e132f;
}
.frase{
    font-family: HighVoltage-Rough;
    color: #fff;
}
.frase h2{
    font-weight: normal;
    margin: 0;
    padding-left: 2rem;
    margin-top: 1rem;
    font-size: 1.5rem;
}
.frase span{
    padding-right: 2rem;
    font-size: 1.6rem;
    text-align: right;
    display: block;
    width: calc(100% - 2rem);
}
.frase p{
    margin: 0;
    font-family: HighVoltage-Rough;
    font-size: 2rem;
    padding: 2rem;
    width: calc(100% - 4rem);
    text-align: center;
}
.btn-share{
    width: 100%;
    text-align: center;
    margin-top: 4rem;
    padding-bottom: 1rem;
}
.cont-participante{
    margin-top: 6px;
    display: inline-block;
    width: 100%;
}
#loginFacebook{
    border: 0px solid transparent;
    background: #4267b2;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
}
#loginFacebook:hover{
    background: #002e71;
}

/**********************************/
.bg-gradient{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0 ;
    left: 0;
    background: rgba(000, 000, 000, 0.5);
    display: none;
    z-index: 1;
}
.popup-login{
    background: #08186F;
    width: 380px;
    max-width: 80%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #b59700;
}
.popup-login .form-group {
    margin-bottom: 1rem;
}
.popup-login .row{
    padding: 10px 10px 20px 10px;
}
.popup-login label{
    color: #fee04a;
    display: block;
    margin-bottom: 5px;
}
.popup-login .form-group textarea, .popup-login .form-group input{
    border: 2px solid #fee04a;
    color: #a93b3a;
    background: #ffffff;
    font-weight: bold;
    width: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.popup-login h2{
    font-family: HighVoltage-Rough;
    font-size: 1.4rem;
    line-height: 1.5rem;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin: 0 0 10px 0;
    width: 80%;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
}
.popup-login a{
    margin: 0 auto;
    display: block;
    border: 2px solid #fee04a;
    background-color: #a93b3a;
    color: #fee04a;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    width: 150px;
}
/**********************************/
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?ghnbru');
    src:  url('../fonts/icomoon.eot?ghnbru#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?ghnbru') format('truetype'),
      url('../fonts/icomoon.woff?ghnbru') format('woff'),
      url('../fonts/icomoon.svg?ghnbru#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }


/*@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot');
    src:  url('../fonts/icomoon.eot#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf') format('truetype'),
      url('../fonts/icomoon.woff') format('woff'),
      url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }*/
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
      
    font-family: 'icomoon' !important;
      
    /*speak: none;
    speak-as: none;*/
    speak: none !important;
    content: attr(data-icon);

      
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-Like-Icon .path1:before {
    content: "\e900";
    color: rgb(252, 252, 252);
  }
  .icon-Like-Icon .path2:before {
    content: "\e901";
    margin-left: -1.2939453125em;
    color: rgb(8, 23, 111);
  }
  .icon-Like-Icon .path3:before {
    content: "\e902";
    margin-left: -1.2939453125em;
    color: rgb(255, 255, 255);
  }
  .icon-Like-Icon .path4:before {
    content: "\e903";
    margin-left: -1.2939453125em;
    color: rgb(8, 23, 111);
  }
  .icon-quotes-left:before {
    content: "\e977";
  }
  .icon-quotes-right:before {
    content: "\e978";
  }

  .cont-comentario .icon-Like-Icon span{
    font-size: 30px;
  }
  #newMessage{
      text-align: center;
  }
  
/********************************/
@media (max-width: 1360px){
    .text-cont-section1 p{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .btn-white, .btn-red{
        font-size: 1rem;
    }
    #section3 h2 {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1rem !important;
    }
    #section3 .cont-img {
        height: 30%;
    }
}
@media (min-width: 768px){
    #section3 h2{
        /*margin-bottom: 4rem; ALTURA */ 
        margin-bottom: 1rem;
    }
    .form-group{
        margin-bottom: 1rem;
    }

}
@media (max-width: 768px){
    .block-share{
        width: 100%;
        display: block;
        height: 50vh;
        max-width: 512px;
    margin: 0 auto
    }
    .block-share img {
        width: auto;
        display: block;
        height: 100%;
        margin: 0 auto;
    }
    .frase h2 {
        margin-top: 0;
    }
    .frase h2{
        font-size: 1.2rem;
        padding-top: 1rem;
    }
    .frase p {
        font-size: 1.5rem;
        padding: 1rem;
        width: calc(100% - 2rem);
    }
    .frase span {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    
    #section1 .ninetyfive, #section3 .cont-img img{
        /*height: 100%;*/
        max-width: 260px;
    }
    
    .text-cont-section1 p {
        font-size: 0.90rem;
        line-height: 1.08rem;
        padding: 10px 10px;
    }
    
}
@media (max-width: 560px){
    .cont-othermessages {
        height: calc(100vh - 345px);
        padding-bottom: 73px;
    }
    .row{
        display: block;
    }
    .col6{
        width: 100%;
    }
    .text-cont-section1 p{
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .btn-white,.btn-red{
        font-size: 1rem;
    }
    .icon-depor{
        width: 5rem;
        /*margin: 1rem auto 0rem;*/
    }
    textarea{
        height: 116px;
        max-height: 116px;
    }
    .cont-textarea{
        padding-bottom: 38px
    }
    #section3 .icon-depor {
        margin: 1rem auto 1rem;
    }
    #section3 h2 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    
    
    #section3 .cont-img img {
    /* height: 100%; */
    max-width: 250px;
    }
    
}
@media (max-width: 375px){
    #section3 .cont-img{
        height: 32%;
        margin-bottom: 10px
    }
    #section3 h2 {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .form-group input[type="text"], .form-group input[type="number"], .form-group input[type="email"]{
        font-size: 12px; 
    }
    .form-group label {
        font-size: 0.7rem;
    }
}
@media (max-width: 365px){
    .form-group input[type="text"], .form-group input[type="number"], .form-group input[type="email"]{
        font-size: 11px; 
    }
    #section3 h2 {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .btn-white, .btn-red {
        font-size: 0.8rem;
    }
    #section3 .cont-img {
        height: 31%;
    }
    .form-group label {
        font-size: 0.5rem;
        line-height: 0.5rem;
    }
    .form-group{
        margin-bottom: 2px;
    }
}
@media only screen and (min-device-width : 400px) and (max-device-width : 1020px) and (orientation : landscape) { 
    .text-cont-section1 p{
        font-size: 0.8rem;
        text-shadow: 1px 1px 2px rgb(25, 10, 9);
    }
    .cont-img, .text-cont-section1{
        display: inline-block;
        vertical-align: middle;
        width: 48%;
    }
    .btn-white, .btn-red{
        font-size: 0.8rem;
        text-shadow: 1px 1px 2px rgb(25, 10, 9);
    }
    #section3 .cont-img{
        vertical-align: top;
        width: 30%;
    }
    #section3 .cont-img img{
        height: initial;
        width: 154px;
    }
    .content-form {
        width: 68%;
        display: inline-block;
        vertical-align: top;
        margin-top: -45px;
    }
    #section3 h2{
        font-size: 1.2rem;
        line-height: 1.2rem;
        color: #f4db51;
        margin-bottom: 5px;
    }
    #section3 .icon-depor {
        margin: 1rem auto;
        width: 7rem;
    }
    .row{
        display: block;
    }
    .col6{
        width: 100%;
    }
    #section3 .icon-depor{
        margin: 1rem;
    }
    .form-group{
        margin-bottom: 4px;
    }
    .form-group label{
        font-size: 0.6rem;
        text-shadow: 1px 1px 10px rgba(242, 223, 111, 1);
    }
    .form-group input[type="text"], .form-group input[type="number"], .form-group input[type="email"]{
        font-size: 11px; 
    }
    .block-share {
        width: 50%;
        display: table-cell;
        max-width: 50%;
        height: 100vh;
    }
        
}
