/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:400,600,900&display=swap');
*/

//@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

  body {
    color: #676B70;
    font-family: 'Montserrat', sans-serif;
  }

  strong {
    font-weight: 600;
  }

  h1, h2, h3 {
    margin-top: 15px;
  }

  .main-color {
    color: #79C;
    /*color:#8AAEE6;*/
    /*color: #9999FF;*/
  } /* 686C71 , 8AAEE6, B8B8B5 */

  .container-img-with-text {
    position: relative;
  }
  
  .bottomleft {
    position: absolute;
    bottom: 10%;
    right: 20px;
    color: #FFF;
    text-shadow: 1px 1px #333;
  }
  .bottomleft h1 { /* deberia ser inutil */
    font-size: 32px;
    font-weight: 600;
    /*font-weight: bold;*/
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    /*text-transform: uppercase;*/
  }

/* Nuevas incorporadas */
    .bottomleft p, .headerCE  { /* .headerCE */
        margin-top: 15px;
        margin-bottom: .5rem;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.2;
        /*font-weight: bold;*/
        /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
        /*text-transform: uppercase;*/
    }
    h2 { 
      font-size: 1.6rem; /* podría ser 1.7 */
      margin-top: 20px; 
      margin-bottom: 20px;
      font-weight: 500;
      line-height: 1.2;
      color: #676B70;
    }

  #ventajas-muebles .row {
    padding-bottom: 10px;
  }

  .logo {
      
  }

  .barra2 {
    background-color: #79C;
  }

  .barra2 a {
    color: #FFF;
  }
  
  
  .img-portada { 
    width: 100%;
    height: auto;
    opacity: 1; /*0.9*/
  }


  .menu-proyectos {
    /*margin: 5px;*/
    padding: 5px;
  }

  .menu-proyectos img {
    /*margin: 5px;*/
  }

  .menu-proyectos:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  /*.menu-proyectos .bottomleft h1:hover {
    font-size: 36px;
    font-weight: bold;
  }*/


.bottomleft-proy {
    position: absolute;
    bottom: 10%;
    left: 20px;
    color: #FFF;
    text-shadow: 1px 1px #333;
    /*padding-left: 20px;*/
  }
  
  .bottomleft-proy h2 {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
	color: #FFF;
  }


  @media only screen and (max-width: 760px) {
    .bottomleft p {
        font-size: 18px;
      }
  }

  @media only screen and (max-width: 767px) {
    /* Para que el texto no se vea fuera de la foto en version movil, en las 4 fotos de portada */
    .menu-proyectos {
      padding-top: 0px;
      padding-bottom: 0px;

      padding-left: 0px; /* 0px imp */
      padding-right: 0px; /* 0px imp */
    }
    .menu-proyectos img {
      margin: 5px;
    }
  }



  .contacta-footer {
    margin-top: 20px;
    background-color: #79C;
    color: #FFF;
    margin-bottom: 0px;
    font-weight: 600;
    /*margin: auto;*/
    text-align: center;
    padding: 15px;
    font-size: 22px;
  }

  .contacta-footer a{
    color: #FFF;
    text-decoration: underline;
  }

  footer {
    padding: 30px;
    margin-top: 0px;
    background-color: #676B70;
    color: white;
    font-weight: 600; /*font-weight: bold;*/
  }

  footer p, address {
    text-align: center;
  }

  footer a {
    color: white;
    
  }
  footer a:hover {
    color: white;
  }

  footer .telf {
    /*color: white;*/
    font-size: 1.2em;
    /*text-decoration: underline;*/
  }

  /*a[href^="tel:"]:hover {

  }*/

  footer ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    line-height: 2;
    /*margin: 0;*/
    /*list-style-position: outside;*/
  }

  footer ul li a {
    /*color: #CCC;*/ /*CCC*/
    text-decoration: none;
    /*text-decoration-line: underline;
    text-decoration-style: dashed;*/
  }

  footer ul li a:hover {
    color: white;
    /*text-decoration: underline;*/
    text-decoration-style: solid;
  }

  footer .ew {
    color: #CCC; /*EEE*/
    font-weight: 100;
  }

  footer .ew a {
    color: #CCC;
  }

  footer address {
    color: #CCC;
    font-weight: 100;
  }

  .beneficios li{
    list-style-image:url(../img/mark.png);
    list-style-position: inside;
    margin-left: 0.5em;
    }

    
  #midir a {text-decoration:none;}
  #midir a:hover {text-decoration:underline;}


  /*.telf {
    font-size:20px;
  }*/

  .google-maps {
      position: relative;
      padding-bottom: 75%;
      height: 0;
      overflow: hidden;
  }
  .google-maps iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
  }


