@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

html {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}



footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}


#depoimentos{max-height: auto !important;}
           
  #texto-devira{
    font-family: 'Open Sans', sans-serif;
    max-width: 710px;
    margin: 0 auto;
    margin-bottom: 0px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 18px;  
/*    padding-block-start: 55px;*/
            }
            
            

/* ================= */
/*      DESKTOP      */
/* ================= */

@media only screen and (min-width: 961px){
    
    body {
  /*background-color: #faebd7;*/
  padding-top: 25px !important;
  background-size: cover;
  background-image: url('https://www.llamadadeldestino.com/images/background-image.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 6rem;
  min-height: 100%;
}
    
    #depoimentos img {width: 550px !important;}
}



/* ================= */
/*      Tablet       */
/* ================= */


@media only screen and (max-width: 960px){
    
  body{
      background-size: cover;
      background-image: url('https://www.llamadadeldestino.com/images/fundo-papyrus.jpg') !important;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }
    
    
   #upwrapper {
    max-width: 960px;
	height: auto;
    margin: 0 auto;
/*	background-color: #FAEBD7;*/
	background-repeat: no-repeat;
}
    
    #upwrapperfinal {
    max-width: 960px;
	height: auto;
    margin: 0 auto;
/*	background-color: #FAEBD7;*/
	background-repeat: no-repeat;
}
    
    #mime{padding-top: 40px;}
    #mime img {width: 350px;}
    
    #depoimentos img {width: 550px !important;}
    #texto-devira{font-size: 22px;}
    
}

    

     

/* ================= */
/*      MOBILE 1     */
/* ================= */

@media only screen and (max-width: 600px) {

    body {
/*  background-color: #faebd7;*/
      background-size: cover;
      background-image: url('https://www.llamadadeldestino.com/images/fundo-papyrus.jpg') !important;
      background-repeat: no-repeat;
      background-attachment: fixed;
}
    
    #mime{padding-top: 40px;}
    #mime img {width: 350px;}
    
    #depoimentos img {width: 350px !important;}
    
    #texto-devira{font-size: 17px; padding: 0 10px 0 10px;}
    #texto-devira p{padding-top: 15px;}
    
}


/* ================= */
/*      MOBILE 2     */
/* ================= */

@media only screen and (max-width: 350px) {
    
    

}

