body{
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    background-color: #f4f4f4;
}

.stylotope1{
    background-color:  #fff;
    font-size: 1em;
    color: #A69EAB;
}

.stylotope1 a{
    text-decoration: none;
    font-size: 1em;
    color: #A69EAB;
}


.redestope1{
    font-size: 1.1em;
    text-align: end;
}

.redestopecelular{
    font-size: 1.2em;
    color: grey;    
}
.redestopecelular a{
    text-decoration: none;
    color: grey;
    
}

.navbarColor{
    background-color: #A69EAB;
    color: #fff;
}
.contacto{
    background-color: #A69EAB;
    color: #fff;
}



.iconowhatsapp{
    font-size: 4em;
}

.contacto-terapia a{
    text-decoration: none;

    color: #fff;
}

.cuadro1{
    background-color: rgba(166, 158, 171, 0.5);
    color: #fff;
    min-width: 300px;
}


.pasouno{
    background-color: #37404D;
    color: #fff;
     min-height: 270px;
}

.pasouno a{
   text-decoration: none;
   color: #fff;
  
}
.pasodos{
    background-color: #4D5B74;
    color: #fff;
    min-height: 270px;
}
.pasotres{
    background-color: #A1C6DC;
    color: #fff;
    min-height: 270px;
}
.pasocuatro{
    background-color: #80A1D5;
    color: #fff;
    min-height: 270px;
}

.cardpago{
    background-color: #f2f2f2;
    min-height: 300px;
}

.ventajas ol li{
    padding-bottom: 1.3em
}
.fa-plus{
    color: #92288d;
}

.lista{
    list-style-position: outside;
    list-style-image: url('../image/home/check.png');
    padding-left: 1em;

}




.contenedor:hover .imagen {
   transition:all .5s ease-in-out;
    -webkit-transform:scale(1.3);transform:scale(1.3);}
.contenedor {overflow:hidden;
    }


.copy{
    background-color: #9e8baa;
    color: #ffffff;
}




/* Smartphones (portrait and landscape) ———– */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

    h1{
        font-size: 2em;
    }

    h2{
        font-size: 1.6em;
       }
/* Styles */
}

/* Smartphones (landscape) ———– */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ———– */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ———– */
@media only screen
and (min-width : 1224px) {
/* Styles */
}