

/*body*/
*{
    margin:0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html{
  
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1e2633), to(#353d4e));
    background-image: linear-gradient(#1e2633, #353d4e);
    font-family: 'Open Sans', sans-serif;
}

#logo{
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4%;
}


#pdf:hover{
    opacity: 0.68;
    background-color: whitesmoke;
    color: #1e2633;
}

.textos{
    max-width: 1100px;
    margin: auto;
    margin-top: 4%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: white;
    text-align: left;
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 3%;
}

.parrafo{
    width: 33%;
    padding: 4%;
    letter-spacing: 1px;
    line-height: 1.3;
}

.titulo{
    font-size: 1.1em;
    font-weight: bold;
}

.subtitulo span{
   font-weight: bold; 
}

#pdf{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%;
    margin: auto;
    font-size: 0.9em;
    text-decoration: none;
    border: 2px solid white;
    color: white;
   padding: 1%;
}

#pdf a{
    text-decoration: none;
    margin-top: 1%;
    background-color: white;
    color: black;
    border: 2px solid white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px;
    margin-bottom: 10%;

}

#linea{
    margin-top: 2%;
    max-width: 800px;
    margin: auto;
    opacity: 0.5;
    margin-top: 4%;
    margin-bottom: 4%;
}

.contacto_caja{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5%;
}

#portrait{
    text-align: right;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    margin-bottom: 5%;
    margin-right: 5%;
    
}


#linke{
    margin-top: 2%;
    
}

#linke img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
   
}

.contacto{
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    line-height: 1;
    font-size: 0.9em;
    
}

.contacto a:hover{
    text-decoration: none;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contacto a{
    color: white;
}



.contacto_caja img{
    margin-right: 2%;
}

#linea2{
    margin-top: 2%;
    max-width: 800px;
    margin: auto;
    opacity: 0.5;
    margin-top: 4%;
    margin-bottom: 4%;
    display: none;
}



/*RESPONSIVE*/


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
    and (-webkit-min-device-pixel-ratio: 2) {
       
     #logo{
    margin-top: 10%;
         margin-bottom: 10%;
}   
        
        #logo img{
            width: 70%;
            height: 40%;
        }
        
        .textos{
            margin-top: 5%;
            font-size: 2em;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: auto;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            max-width: 800px;
        }
        
        .parrafo{
            width:100%;
        }
        
        #linea2{
            margin-top: 4%;
            max-width: 700px;
            width: 700px;
            margin: auto;
            margin-top: 4%;
            margin-bottom: 4%;
            display: block;
            color: white;
            height: 2px;
        }
        
        #linea{
            margin-top: 4%;
            max-width: 700px;
            width: 700px;
            margin: auto;
            margin-top: 4%;
            margin-bottom: 4%;
            color: white;
            height: 2px;
        }


        
        #pdf{
            margin-top: 10%;
            margin-bottom: 10%;
            width: 80%;
            height: 5%;
            font-size: 2em;
            padding: 2%;
        }
        

        .contacto_caja img{
            width: 350px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: auto;
            margin-bottom: 10%;
            margin-top: 10%;

        }
        
        .contacto_caja{
            width: 80%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: auto;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
         
        }
        
        .contacto{
            width: 60%;
            font-size: 2em;
            margin-left: 20%;
            margin-bottom: 10%;
        }
        
        #linke{
            margin-top: 15%;
            width: 100%;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }
        
        #linke img{
        width: 100px;
            height: 100px;
        }
        
        #linea{
            display: none;
        }
}



