.fraselegal{
    font-size: 50%;
    font-family: sans-serif;
    color: black;
    position: relative;
    padding: 10px 20px 0px 20px;
}

.boxtext{
    padding-left: 80px;
    
}

div.a {
    font-size: 130%;
    font-weight:bold;
    font-family: sans-serif;
    color: darkgreen;
}
div.b {
    font-size: 80%;
    font-family: sans-serif;
    color: black;
}



div {
    padding: 10px;
}


.skoda {
    float: right;
    padding-right: 100px;
    padding-left: 80px;
}


.titulo{
    font-size: 30px;
    font-weight:bold;
    
}

/*
.fraselegal1{
    font-size: 50%;
    font-family: sans-serif;
    color: black;
    position: right;
    padding: 10px 20px 0px 20px;
}

.boxtext1{
    padding-right: 80px;
    padding-left: 100px;
    
}

div.a1 {
    font-size: 130%;
    font-weight:bold;
    font-family: sans-serif;
    color: darkgreen;
}
div.b1 {
    font-size: 80%;
    font-family: sans-serif;
    color: black;
}


.skoda1 {
    float: left;
    padding-right: 100px;
    padding-left: 100px;
}


.titulo1{
    font-size: 30px;
    font-weight:bold;
    
}

*/






*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	//background: blue;
	margin-top: 125px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}




.mouse
{
height: 42px;
width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  

}

.wheel
{
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}



@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}






/* Container holding the image and the text */






.more-info a{
  text-decoration: underline;
}

.formulario input[type='text'], .formulario input[type='email']{
  color: black;
}

.close-modal {
    font-size: 40px;
    line-height: .5;
    position: fixed;
    top: 8px;
    right: 11px;
    color: #fff;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
    font-weight: bold;
    cursor: pointer;
}
.accordion {
    background-color: #0000;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100% !important;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #4ba82e !important; 
}
.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2212";
}


.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.modal {
    display: none;
}

#modal-fale-connosco {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#modal-fale-connosco > div {
    position: absolute;
    top: 310px;
    left: 50%;
    vertical-align: middle;
    width: 763px;
    transform: translate(-50%, -50%);
    background: #4AA72D;
    padding: 30px 40px 14px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 780px) {
  #modal-fale-connosco > div {
    width: 300px;
  }
}

#modal-fale-connosco .talk {
    font-size: 28px;
    font-family: "SKODA Next W07 Black";
    color: #fff;
    width: 40%;
    float: left;
    text-align: right;
    padding-right: 20px;
    margin-top: 20px;
}

@media (max-width: 780px) {
  #modal-fale-connosco .talk {
    width: 60%;
  }
}

#modal-fale-connosco .phone-icon {
    width: 100px;
    float: left;
    height: 100%;
}

@media (max-width: 780px) {
  #modal-fale-connosco .phone-icon {
    width: 70px;
  }
}

#modal-fale-connosco .input {
    width: 40%;
    float: left;
    text-align: center;
    margin-left: 30px;
    height: 100%;
    text-align: left;
    margin-top: 20px;
    position: relative;
}

@media (max-width: 780px) {
  #modal-fale-connosco .input {
    width: 100%;
    margin-left: 0;
  }
}

#modal-fale-connosco .input input[type="button"] {
    width: 50px;
    height: 46px;
    position: absolute;
    right: 8px;
    top: 2px;
    background: #3caa35;
    color: white;
    border: none;
    border-radius: 0 11px 11px 0;
    border: 1px solid #3caa35;
    transition: all .33s;
}

@media (max-width: 780px) {
  #modal-fale-connosco .input input[type="button"] {
    right: 2px;
  }
}

#modal-fale-connosco .input input[type="button"]:hover {
    background: rgba(74, 167, 45, 0.75);
}

#modal-fale-connosco .input input[type="text"] {
    float: left;
    width: 100%;
    max-width: 268px;
    height: 50px;
    border: 1px solid white;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    margin-bottom: 10px;
    clear: both;
    padding-right: 50px;
}

#modal-fale-connosco .input input[type="text"].input-error {
    border-color: red;
}

#modal-fale-connosco .input label {
    font-size: 16px;
    font-family: 'SKODA Next W07 Bold';
    color: #fff;
    clear: both;
}

#modal-fale-connosco .input p {
    margin: 0;
    padding: 0;
    margin-top: 40px;
    font-size: 13px;
    font-family: 'SKODA Next W07 Regular';
    color: #fff;
    clear: both;
}

#modal-fale-connosco .input p.feedback {
    margin-top: 0;
    display: none;
}
