/* GOTOP */ 
.ir-arriba {
  display:none;
  padding:20px;
  background:#024959;
  font-size:20px;
  color:#fff;
  cursor:pointer;
  position: fixed;
  bottom:20px;
  right:20px;
}

.title{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 16px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

.titleprod{
    text-align: center;
    font-size: 40px;
    color: #604B4B;
    margin-top: 16px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}


.contenido{
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}


.contenido .card{
    width: 250px;
    height: 280px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}

.contenido .card:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.contenido .card img{
    width: 330px;
    height: 220px;
}


.contenido .card h4{
    margin-top: 10px;
    font-size: 18px; 
    font-weight: bold;
}

.contenido .card p{
    padding: 0 1rem;
    font-size: 18px;
    font-weight: 300;
}

.contenido .card a {
    font-weight: 500;
    text-decoration: none;
    color: #3498db;
}

/****** */
.contenidohilo{
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}


.contenidohilo .card{
    width: 350px;
    height: 580px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}

.contenidohilo .card:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.contenidohilo .card img{
    width: 330px;
    height: 220px;
}


.contenidohilo .card h4{
    margin-top: 10px;
    font-size: 18px; 
    font-weight: bold;
}

.contenidohilo .card p{
    padding: 0 1rem;
    font-size: 18px;
    font-weight: 300;
}

.contenidohilo .card a {
    font-weight: 500;
    text-decoration: none;
    color: #3498db;
}

/****** */

/****** */
.contenidotelas{
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}


.contenidotelas .card{
    width: 300px;
    height: 480px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}

.contenidotelas .card:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.contenidotelas .card img{
    width: 330px;
    height: 220px;
}


.contenidotelas .card h4{
    margin-top: 10px;
    font-size: 18px; 
    font-weight: bold;
}

.contenidotelas .card p{
    padding: 0 1rem;
    font-size: 18px;
    font-weight: 300;
}

.contenidotelas .card a {
    font-weight: 500;
    text-decoration: none;
    color: #3498db;
}

/****** */
.contenidoprod{
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}


.contenidoprod .cardprod{
    width: 330px;
    height: 200px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}

.contenidoprod .cardprod:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.contenidoprod .cardprod img{
    width: 330px;
    height: 220px;
}


.contenidoprod .cardprod h4{
    margin-top: 10px;
    font-size: 18px; 
    font-weight: bold;
}

.contenidoprod .cardprod p{
    padding: 0 1rem;
    font-size: 18px;
    font-weight: 300;
}

.contenidoprod .cardprod a {
    font-weight: 500;
    text-decoration: none;
    color: #3498db;
}
/****************/




.contenido .cardtelas{
    width: 320px;
    height: 530px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}

.contenido .cardtelas:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.contenido .cardtelas img{
    width: 320px;
    height: 220px;
}


.contenido .cardtelas h4{
    margin-top: 10px;
    font-size: 18px; 
    font-weight: bold;
}

.contenido .cardtelas p{
    padding: 0 1rem;
    font-size: 18px;
    font-weight: 300;
}

.contenido .cardtelas a {
    font-weight: 500;
    text-decoration: none;
    color: #3498db;
}

/******/
/* FORMULARIO =================================== */


.formcorreo{
  width:540px;
  height:540px;
  background:#e6e6e6;
  border-radius:8px;
  box-shadow:0 0 40px -10px #000;
  margin:calc(50vh - 220px) auto;
  padding:20px 30px;
  max-width:calc(100vw - 40px);
  box-sizing:border-box;
  font-family:'Montserrat',sans-serif;
  position:relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

.formcorreo h2{
  margin:10px 0;
  padding-bottom:10px;
  width:180px;
  color:#78788c;
  border-bottom:3px solid #78788c
}

.formcorreo input{
  width:100%;
  padding:10px;
  box-sizing:border-box;
  background:none;
  outline:none;
  resize:none;
  border:0;
  font-family:'Montserrat',sans-serif;
  font-size: 14px;
  transition:all .3s;
  border-bottom:2px solid #bebed2;
}

.forcorreo input:focus{
  border-bottom:2px solid #78788c;
}

.formcorreo p:before{
  content:attr(type);
  display:block;margin:28px 0 0;
  font-size:14px;color:#D4A0FA;
}

.formcorreo button{
  float:right;
  padding:8px 12px;
  margin:8px 0 0;
  font-family:'Montserrat',sans-serif;
  border:2px solid #78788c;
  background:0;
  color:#5a5a6e;
  cursor:pointer;
  transition:all .3s;
}

.formcorreo button:hover{
  background:#78788c;
  color:#fff;
}

.formcorreo div{
  content:'Hi';
  position:absolute;
  bottom:-15px;
  right:-20px;
  background:#50505a;
  color:#fff;
  width:320px;
  padding:16px 4px 16px 0;
  border-radius:6px;
  font-size:13px;
  box-shadow:10px 10px 40px -14px #000;
  text-align: center;
}

.formcorreo span{
  margin:0 5px 0 15px
}
