/*Cabeza de Pagina*/

.iframehead{
  width:100%;
}


.headvt img{
  width:100%;
  /*height: 280px;*/
}

.textguia {
  margin:0;
  padding: 4vh;
  /*display: flex;*/
  justify-content:center;
  align-items: center;
  /*min-height: 100vh;*/
  font-family: 'Poppins',sans-serif;

}
.textguia h1{
  margin: 0;
  padding: 0;
  font-size: 5vw;
}

.textguia p{
  margin: 0;
  padding: 0;
  font-size: 3vw;
}

.containervt{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family:'Nunito',sans-serif ;
  padding: 0 20px;
}

.card-containervt{
display: flex;
width: 100%;
height: auto;
background: #FFF;
border-radius: 2px;
box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, .2);
align-items: center;
}

.headervt{
  border-right: 1px solid #DDD;
}

.descripcionvt{
  /*background: #FBFBFB;*/
}

.descripcionvt, .headervt{
  padding: 2px;
  text-align: center;
}

.headervt img{
  width: 100%;
  /*margin: 20px 30px;*/
}

.headervt h2{
  color: #F0522A;
}

.headervt h4{
  margin-bottom: 20px;
}

.descripcionvt{
  position: relative;
}

.descripcionvt p{
  margin: 20px 30px ;
}

@media(max-width:640px){
  .card-containervt{
    display: block;
    width: 450px;
  }

  .headervt{
    padding: 20px 20px 5px 20px;
    border: none;
  }

  .descripcionvt{
    padding: 5px 20px 20px 20px;
    background: transparent;
  }

  .headervt h4{
    margin: 0;
  }

}