@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

h2{
  font-size: 70px;
}

hr{
  margin-top: 100  px;
}

.header {
  text-align: center;
  padding: 32px;
}

.header h2{
  margin: 75px 0px;
}

.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;

}

/* Create two equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE 10 */
  flex: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}


.fila{
  /*border:solid 1px red;*/
}
.fulls{
  width: 100%;
  background-color: black;
}

.titulo{
  width: 33%;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 20px;
  background-color:rgba(255, 255, 255, 0.5);
  color:black;
  position:absolute;
  margin-top: 100px;
  display:none ;

}

.titulo img{
  width: 100%;
}

.titulo h1{
  font-weight: 1000;
}
.titulo h2{
}
.titulo h3{
}

.box{
  background-color: black;
  margin-left: 5px;
  padding: 1px 8px;
  color: white;
}

nav{
  width: 100%;
  background-color: black;
  color:white;
}

nav ul {

margin: 0 auto;

}

nav ul li a{
  color:white;
  margin-left: 30px;
}

.dropdown-menu{
  width: 100%;
}

.dropdown-menu a{

  margin:0px;
  padding: 10px;

}

.v_mas{
  margin:100px 0px;
  text-align: center;
}

.v_mas a{
  border: 2px solid black;
  padding: 10px;
}

.v_mas a:link{
  font-size: 25px;
  text-decoration:none;
}

.encb{
  margin:100px;
  text-align: center;
}

.video_s{
  margin-top:100px;
  text-align: center;
}

.video_s h2{
margin:100px auto;
margin-top: 0px;

}

.vid{
  margin: 0 auto;
  width:75%;
  height: 600px;
}

footer{
  margin-top:100px;
  border-top:solid 2px black;
  padding: 50px;
  text-align: center;
  font-size: 50px;
}

.firma{
  font-size: 14px;
}

.mlt{
  border-radius: 100%;
  -webkit-box-shadow: 10px 13px 93px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 13px 93px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 13px 93px 0px rgba(0,0,0,0.75);
  width: 25%;
  margin:30px 0px;
}

  .dvs{
     margin:50px 0px;
  }
  
        .bullets {
            margin: 0px auto;
            text-align: center;
            font-size: 24px;
            color: black;
        }

@media only screen and (max-width: 900px) {
  body {
  }

  .encb{
    margin:16px;
    text-align: center;
  }
  
  .bullets{
    font-size: 18px; 
    background: #ececec;
  }
  
  .v_mas{
    margin:35px 0px;
    text-align: center;
  }
  
  .video_s{
    margin-top:35px;
    text-align: center;
  }
  
  .dvs{
     margin:10px 0px;
  }
  
  .slide{
    display:none;
  }

  .custom-toggler.navbar-toggler {
      border-color: rgb(255,102,203);
  }

  nav{
    width: 100%;
    background-color: black;
    color:white;
  }

  .navbar-toggler-icon{
    color:white;
  }

  .titulo{
    position: relative;
    background-color:rgba(0, 0, 0, 1);
    margin-top: 0px;
    width: 100%;
  }

  .titulo img{
    border: 1px solid white;
  }

  .header{
    width: 105%;
    margin: 10px 0px;
    padding: 5px;
  }

  .header h2{
    margin:0px 0px;
  }


  h2{
    font-size: 50px;
  }


  /* Create two equal columns that sits next to each other */
  .column {
    -ms-flex: 50%; /* IE 10 */
    flex: 50%;
    padding: 0 4px;
  }

  .video_s h2{
    margin:64px auto;
  }

  .vid{
    width: 100%;
    height: 350px;
  }

}
