html, body {
    width: 100%;
	height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', sans-serif;
    /*background: url("http://digital.bnint.com/filelib/s9/photos/white_wood_4500x3000_lo_res.jpg");*/
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    width:100%;
}

.carousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet,
#carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet,
#carousel-5:checked ~ .control-5 ~ .carousel-indicators li:nth-child(5) .carousel-bullet {
    color: #428bca;
}

#title {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}

video{
    width:100%;
    margin: auto;
    display: block;
}


#cabeza{
   text-align: center;
   position: relative;
}


#cabeza > img{
    height:40px;
    padding: 10px 0;
}

#texto{
    width:60%;
    margin:auto;
    display: block;
}

video{
    width:75%;
    margin:auto;
    display: block;
}

#titulo{
    padding-top: 80px;
    text-align: center;
}

#separador{
    height: 2px;
    width: 20%;
    background-color: #ff8319;
    margin: 40px auto;
}

#parrafo p, #parrafo{
    text-align: center;
}


.footer{
    position:relative;
    padding-top:100px;
    text-align: center;
}

#container {
	background: url(../img/background.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#table{
    width:60%;
    margin: auto;
    display: table;
    height: 100%;
}

#table_cell {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#logo{
    width:55%;
}

#contacto_boton{
    position:absolute;
    background: #f47321;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    top: 12px; 
    right: 20px;
    text-decoration: none;
}

#contacto_boton_m{
    position: absolute;
    background: #f47321;
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    top: 10px;
    right: 20px;
    text-decoration: none;
    display:none;
    visibility:hidden;
}

@media only screen and (max-width: 800px) {
    
#contacto_boton{
    display:none;
    visibility:hidden;
}

#contacto_boton_m{
    display:block !important;
    visibility:visible !important;
}


#texto{
    width:90%;
}

video{
    width:100%;
}

 
#titulo{
    padding-top: 20px;
}

}