@charset "UTF-8";


body{

line-height: 2ch; 
font-size: 17px;

}

.body{

  background-color: #72c1a5;
  font-family: Arial, Helvetica, sans-serif;

}

.container{

width: 90%;
background-color: #fff;
border-radius: 20px;
margin-top: 30px;
margin-bottom: 30px;
padding-left: 10px;
padding-right: 10px;

}

.row {

  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  
}

header{
 
height: 90px;  

}

.imagen {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

.estilos {
  
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;

}


.btn-ttc
 {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #72c1a5;
}

.btn-ttc:hover,.btn-ttc:active{

  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);   
  background-color: #569e85;

}

/* TERMINOS */



p{

text-align: justify;

}

.condi{

font-size: 14px;

}

.fecha{
  
  display: block;
  padding: .450rem .30rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #727272;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
    -moz-appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 3.1em !important;
  margin-bottom: .125rem;
  font-size: 12px;
}







