body{
  font: 15px Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
}

/* Estilos globales */
.contenedor{
  width:80%;
  margin:auto;
  overflow:hidden;
}

ul{
  margin:0;
  padding:0;
}
/*header*/
header{
    background-color: #fff;
    width: 100%;
    min-height: 150px;
    border-bottom: 4px solid #f2d43d;

}
.logo{
    width: 20%;
    float: left;
}
.logo img{
    width: 100%;
}
.menu{
    width: 60%;
    float: left;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
.menu ul{
    list-style: none;
    margin-top: 100px;
    

}
.menu li{
    display: inline;
    
}
.menu li a{
    text-decoration: none;
    color: black;
    padding: 10px;
    margin-right: 20px;
}
.menu li a:hover{
    color: #7c7c7c;
}
.menudes{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 400px;

}
.menudes a{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.despeg:hover .menudes{
    display: block;
}
.dt{
    width: 20%;
    float: left;
    margin-top: 30px;
}
.dt1{
    width: 20%;
    float: left;

}
.dt1 img{
    width: 80%;
    margin-top: 40px;
}
.dt2{
    width: 75%;
    float: left;
    text-align: left;
}
.dt2 a{
    text-decoration: none;
    color: #b2b2b2;
    font-size: 22px;
}
.dt2 a:hover{
    color: #a0a0a0;
}
/*titulo*/
.titulo{
    background: url(../img/panel-japones-cortinas-bogota.jpeg) fixed center;
    min-height: 500px;
}
.tit1{
    color: #fff;
    text-align: center;
    width: 100%;
}
.tit1 h1{
    font-weight: bold;
    font-size: 90px;
    padding-top: 80px;
    margin: 0px;
    text-shadow: 2px 2px grey;
}
.tit1 p{
    font-size: 40px;
    text-shadow: 2px 2px grey;
}
.tit2{
    width: 80%;
    text-align: center;
    color: #fff;
    margin: auto;

}
.tit22{
    width: 33%;
    float: left;
    font-size: 25px;

}
.tit22 ul{
    list-style: none;
}
.tit22 li a{
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px grey;
}

.tit22 li a:hover{
    color: #468499;
    font-size: 30px;
}
/*index*/
.ini{
    width: 45%;
    float: left;
    text-align: center;
}
.ini img{
    border-radius: 20%;
    width: 80%;
}
.ini ul{
    list-style: none;
    padding: 0px;
}
.ini h2{
    font-size: 30px;
    color: #f2d43d;
}
.ini ul li{
    color: #468499;
    font-size: 25px;
}
.ini a{
    border: 2px solid #468499;
    padding: 10px;
    margin-top: 30px;
    color: #468499;
    text-decoration: none;
    border-radius: 40%;
}
.ini a:hover{
    background-color: #feecce;
}
/*nosotros*/
.fondo{
    background: url(../img/Blackout-cortinas-bogota.jpg) fixed;
    background-size: cover;
    min-height: 600px;
}
.nos{
    width: 70%;
    float: left;
    text-align: center;
    color: #468499;
    text-shadow: 1px 1px grey;
}
.nos1{
    text-align: center;
}
.nos1 h1{
    font-size: 55px;

}
.nos1 p{
    font-size: 30px;
    text-align: justify;
}

.nos2{
    width: 25%;
    float: right;
}
.nos2 ul {
    padding: 0px;
    list-style: none;
}
.nos22{
    margin-top: 200px;
}
.nos22 h3{
    font-size: 50px;
    text-align: center;
    color: #ff954a;
}
.nos22 li{
    font-size: 30px;
    color: #ff954a;
    font-weight: bold;
    text-align: center;
}
/*cortinas*/
.galeria{
    text-align: center;
    width: 100%;
    float: left;
}
.foto{
    width: 19%;
    float: left;
    margin: 2px;
    margin-left: 7px;
    padding: 2px;
}
.foto img{
    width: 100%;
}

.capa{
    background: #fff;
    min-height: 250px;
    opacity: 0.6;
}
.serv{
    width: 100%;
    text-align: center;
    float: left;

}
.serv1{
    width: 50%;
    float: left;
}
.serv1 ul{
    list-style: none;
    padding: 0px;
}
.serv1 ul li{
    font-size: 40px;
    font-weight: bold;
    color: #7c7c7c;
    padding: 10px;
    margin:10px;
}
/*cortinas*/
.fondocort{
    background: url(../img/cortinas-en-bogota.jpg)fixed;
}
.cort{
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 2px solid #468499;
}
.cort1{
    width: 47%;
    float: left;
    padding: 10px;
}
.cort1 img{
    width: 95%;
    border-radius: 20%;
}
.cort1 h2{
    color: #468499;
    font-size: 45px;
    margin-top: 90px;
}
.cort1 p{
    color: #468499;
    text-align: justify;
    font-size: 25px;
    margin-top: 30px;
}
.cort1 a{
    text-decoration: none;
    border: 1px solid #468499;
    border-radius: 30%;
    color: #468499;
    font-size: 20px;
    padding: 10px;
    
}
.cort1 a:hover{
    font-size: 25px;
    background: #f2d43d;
}
.cort2{
    width: 100%;
    float: left;
    text-align: center;
}
.cort2 h2{
    font-size: 40px;
    color: #468499;
}
.cort22{
    width: 33%;
    float: left;
    font-size: 35px;
}
.cort22 ul{
    list-style: none;
    padding: 0px;
    color: #468499;

}
.cort22 ul li{
    padding: 5px;
}
.cort22 img{
    width: 50%;
    padding: 10px;
    margin-left: 10px;
}
.cort22 a{
    text-decoration: none;
    color: #468499;
}
.cort22 a:hover{
    font-size: 30px;
}
/*contactos*/
.fondoconta{
    background: url(../img/cortinas-modernas.jpg)fixed;
}
.conta{
    width: 100%;
    float: left;
    text-align: center;
}
.conta h1{
    font-size: 50px;
    color: #315c6b;
}
.conta1{
    width: 50%;
    float: left;
}

.conta1 a{
    text-decoration: none;
    color: #468499;
    font-size: 40px;
}
.conta1 p{
    color: #468499;
    font-size: 30px;
}
.conta3{
    width: 30%;
    float: left;
}

.conta2{
    width: 60%;
    float: left;
}
.conta3 p{
    font-size: 25px;
    padding: 5px;
}
.conta3 h3{
    font-size: 40px;
}
input, textarea{
  width: 100%;
  height: 35px;
  border: 1px solid gray; 
  margin-bottom: 5px;
}

textarea{
  height: 120px;
}

input[type='submit']{
  background-color: #e8491d;
  color: #fff;  
}
/*cortinas*/
.galery{
    width: 100%;
    text-align: center;
}
.pic{
    width: 30%;
    float: left;
    padding: 10px;
    margin-top: 20px;
    text-align: center;

}
.pic img{
    border-radius: 20%;
    width: 90%;
}
.infocort{
    text-align: center;
    font-size: 50px;
    color: #f2d43d;
}
.infocort1{
    width: 33%;
    float: left;
    color: 
}
/*footer*/

.up{
    width: 100%;
    text-align: center;
    background-color: #fff;
    min-height: 200px;
    margin-top: 10px;
    padding-top: 10px;
}
.up1{
    width: 30%;
    float: left;
}
.up1 img{
    width: 80%;
}
.up11{
    width: 30%;
    float: left;
}
.up11 img{
    width: 40%;
}
.up2{
    width: 45%;
    float: left;
}
.up2 img{
    width: 90%;
}
.down{
    background-color: #f2d43d;
    min-height: 200px;
    text-align: center;
    color: #468499;
}
.down2{
    width: 33%;
    float: left;
    font-size: 25px;
    padding-top: 20px;
}
.down2 a{
    text-decoration: none;
    color: #468499;
   
}
.down a:hover{
    color: #315c6b;
}
.down22{
    width: 33%;
    float: left;
    font-size: 25px;
    padding-top: 20px;
}
.down22 a{
    text-decoration: none;
    color: #468499;
    font-size: 15px;
}
/* Media Queries */
@media(max-width: 768px){
.contenedor{
    width:100%;
  }
.menudes{
    display: none;
    background-color: #f9f9f9;
    min-width: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 0px;
   } 
.down22 a{
    display: none;
}
.down{
    float: none;
    min-height: 500px;
}
.down22{
    float: none;
    font-size: 15px;
}

.dt, .up, .up1, .up11, .nos, .nos2, .conta1, .conta2, .conta3, .tit22,.ini
,.serv1, .foto, .cort, .cort1, .cort22, .pic, .infocort1 {
    float: none;
    width: 100%;
}
.logo, .menu{
    float: none;
}
.cabecera{
    display: flex;
}
.logo img{
    width: 200%;
    margin-left: 90px;
}
.dt{
    display: none;
}
.nos1{
    padding: 10px;
}
.up{
    min-height: 500px;
}
.down2, .down22{
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.down{
    min-height: 300px;
}
.conta2{
    padding: 10px;
}
.ini{
    border-bottom: 10px;
}
.cort1{
    padding: 0px;
}
.infocort h1{
    font-size: 40px;
}
.foto{
    margin: 0px;
}
.fondoconta{
    background: url(../img/cortinas-modernas.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
}
