.btn .img{
   width: 50px; 	
} 

.btn .title{

}

.btn .subtitle {
	font-size: x-small;
}

.btn-opacity-success {

   color:  #195040;!important;
}

.fondoazul{
   background: #1998ff;
   color: #fff;
   padding-top: 10% !important;
}

.fondoazul h1{
   text-align: center;
}


#content{
  display: flex;
  background: #fff;
}

@media only screen and (max-width: 650px){
 
 #content{
  display: block;
  background: #fff;
}

}

#content::after {
  display:block;
  content:"";
  clear:both;
}


.info-block {

    width: 50%;
    padding: 20px;    
   
    margin: 0 auto;
    text-align: justify;    
}



.form-block {
   border: 1px solid #ccc;
   width: 100%;
   border-radius: 16px;
   border-left: 6px solid #2196F3;
   padding: 20px;
   text-align: center;
}

.form-block div{
   width: 70%; 
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   position: relative;   
}

.form-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 50px;
    outline: none;
}

.form-block select {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 50px;
    outline: none;
    background-color: #fff;
}

.oculto {
    display: none;
}


.form-block svg {
   color: #191919;
   position: absolute;
   width: 20px;
   height: 20px;
   left: 12px;
   top: 50%;
   transform: translateY(-50%);
}

.form-block label{
   font-size: small;
   font-style: italic;
   color: gray;
}

.error{
   background-color: #e88e8e91;
   border: 1px solid darkred;
   color: red;
   border-radius: 5px;
}

.disponible {
   background-color: greenyellow;
   border: 1px solid green;
   color: green;
   border-radius: 5px;
}

#modal-result-body .icono{
  width: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;

}

#modal-result-body .texto{
  text-align: justify;
  margin-top: 20px;
}

.textocentrado {
  text-align: center;
}

.linea {
  padding: 10px;
}

.control {
  width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 50px;
    outline: none;
}

.error{
   background-color: #e88e8e91;
   border: 1px solid darkred;
   color: red;
   border-radius: 5px;
}

.exito {
   background-color: greenyellow;
   border: 1px solid green;
   color: green;
   border-radius: 5px;
}

.warning {
   background-color: yellow;
   border: 1px solid #b5a36f;
   color: #b5a36f;
   border-radius: 5px;
}

#price{

background: #fff;
}

#price::after {
  display:block;
  content:"";
  clear:both;
}

@media only screen and (min-width: 850px){
 
 .price-block {
    width: 30%;
    float: left;
}  

.price-center {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-right: 6px solid #2196F3 !important;
}


}

.price-block {
   border: 1px solid #ccc; 
   border-radius: 16px;
   border-left: 6px solid #2196F3;
   padding: 20px;
   text-align: center;
   margin: 10px 0px 10px 20px;
}

.price-block h6{

    font-size: smaller;
    color: #2196F3;
    font-style: italic;

}

.price-block ul{

    text-align: left;
    list-style-type: disclosure-closed;

}

.features{
  text-align: left;
  list-style-type: none;
}

.features img{
  margin: 10px;
}

.odd{
  background-color: aliceblue;
}