
.inicio img{
    width: 100%;
    margin-top: 130px;
}
@media only screen and (min-width:468px){
    .inicio img{
        width: 100%;
        height: 100%;
         margin-top: 0px;
    }
}
.center{
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}
ul.list-des > li{
   
    list-style: none;
    padding: 10px;
   
}

div.tab-li{
    border: 1px solid #e1e1e1; 
    padding: 0;
    text-align: justify;
    background-color: white;
    transition: all .3s ease;
}


div.tab-li:hover{
    transform: scale(1.1);
    border: 1px solid rgb(0, 98, 128);
    box-shadow: 0px 0px 50px black;
    
}
@media only screen and (min-width:768px){
    ul.list-des > li{
        float: left;
        width: 50%;
    
    } 
}

@media only screen and (min-width:992px){
    ul.list-des > li{
        width: 33.3%;
        float: left;
    } 
}
@media only screen and (min-width:992px){
    ul.list-des > li:nth-child(4){
        width: 60%;
        margin-left: 35vh;
        margin-right: auto;
        
    } 
}
ul.list-des > li img{
  width: 250px;
  display: block;
  margin: auto;
 
}
@media only screen and (min-width:768px){
  ul.list-des > li img{
  width: 320px;
 
}
}

.contenedor{
    width: 95%;
    margin: 0 auto;
    
}
@media only screen and (min-width:498px){
    .contenedor{
        width: 95%;
    }
}
@media only screen and (min-width:768px){
    .contenedor{
        width: 90%;
    }
}
@media only screen and (min-width:992px){
    .contendor{
        max-height:  1100px;
    }
}
.final{
    background-color:rgb(7, 132, 216);
    width: 100%;
    height: 220px;
}
.final p{
    color: white;
    font-size: 30px;

}
/*MODIFICACIONES JUAN*/
.intro h1{
    font-family:"Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-top: 15px;
    text-align: center
}
.intro p{
    font-size: 1.2em;
    text-align:center;
    padding:20px 40px 0px 40px;
}
li.des{
    padding: 0;
    text-align: justify !important;
    margin: 0;
}
.espacio li{
text-align:center;
}

ul.espacio.justifi{
    margin: 0;
    padding: 20px;
}
ul.espacio{
    margin: 0;
    padding: 20px;
}

.bg-light py-5{
 height: 30px;   
}

ul.list-des2 > li{
   
    list-style: none;
    padding: 10px;
   
}

@media only screen and (min-width:768px){
    ul.list-des2 > li{
        float: left;
        width: 50%;
    margin-left: 70px;
    } 
}

@media only screen and (min-width:992px){
    ul.list-des2 > li{
        width: 40%;
        float: left;
    } 
}
@media only screen and (min-width:992px){
    ul.list-des2 > li:nth-child(4){
        width: 60%;
        margin-left: 35vh;
        margin-right: auto;
        
    } 
}
ul.list-des2 > li img{
  width: 250px;
  display: block;
  margin: auto;
 
}
@media only screen and (min-width:768px){
   ul.list-des2 > li img{
 
}
}

/*Planes de Contratacion*/

.espacio1{
    text-align: left;
     margin: 0;
    padding: 20px;
        
}
.des1{
font-family: 'Oswald' , sans-serif;
    margin-bottom: 20px;
    list-style: none;
    font-size: 19px;
    line-height: 16px;
    margin-top: 20px;
    margin-top: 30px;
    text-align: justify;
    line-height: 19px;
}
.paquetes{
    font-family:"Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    list-style:disc!important;
    margin: 15px;
    text-align: justify;
}
.costo{
    font-family: 'Oswald' , sans-serif;
    font-size: 20px;
    list-style:none;
    margin: 15px;
    text-align: center;
    
}
/*Formulario*/
#mc_embed_signup form {
    width: 85%;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
@media only screen and (min-width:768px){
   #mc_embed_signup form {
    width: 45%;
}
}
#mc_embed_signup h2 {
    text-align: center;
}
#mc_embed_signup .mc-field-group label {
    margin-bottom: 5px !important;
}
#mc_embed_signup .mc-field-group {
    margin:0 0 35px 0;
}

#mc_embed_signup .clear{
    text-align: center;
}

  .mc-field-group:last-child {
            max-width: 820px;
            margin: 0px auto;
            margin-top: 50px;
        }
        .comment {
            float: left;
            width: 100%;
            height: auto;
        }
        .commenter {
            float: left;
        }
        .commenter img {
            width: 35px;
            height: 35px;
        }
        .comment-text-area {
            float: left;
            width: 100%;
            height: auto;
        }

        .required:last-child {
            float: left;
            width: 100%;
            min-height: 20px;
            outline: none;
            resize: none;
            border: 1px solid grey;
        }
#mc_embed_signup .clear{
    margin-top: 3% !important;
}