/* PLACE YOUR CUSTOM STYLES IN THIS FILE */

.nombre {
    position: absolute;
    left: -9999px;
}

.logo-ca{
background: url(../images/logo-ca-big.svg) no-repeat;
  width:210px;
  height:40px;


}

.ajuste-imagen-1{
padding-top:110px;


}

.espacio-imagen-2{
height:120px;
}
.background-video{

background: #ffffff;
padding: 40px;
}

a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  text-decoration: none;
  color: initial;
  padding: 10px 20px;

  background: #d3a335;
  color: #000;
  border: 1px solid #d3a335;
  border-radius: 10px;
}


  a.button:hover {
  color: #d3a335;
  background: #000;
  border: 1px solid #d3a335;
  }


@media only screen and (max-width: 768px) {

.logo-ca{
background: url(../images/logo-ca-big.svg) no-repeat;
  width:210px;
  height:40px;


}


.espacio-imagen-2{
height:10px;


}

   }


@media only screen and (max-width: 640px) {

	.espacio-imagen-2{
height:5px;


}
    
}