*{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box}li{list-style-type:none}a,img,video{display:block}p a{display:inline}a{text-decoration:none;color:black}body{font-family:'Montserrat', sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header{width:100%;background-color:white;padding:30px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0}header nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header nav ul li{margin:0 20px;position:relative}header nav ul li a{color:black;text-transform:uppercase;font-weight:bold;font-size:85%;letter-spacing:2px;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}header nav ul li ul{position:absolute;padding:20px;background-color:white;display:none}header nav ul li ul li{min-width:170px;margin:5px 0;padding:0 20px 0}header nav ul li ul li a{color:lightgrey;font-size:90%;white-space:nowrap;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}header nav ul li ul li:first-child{border-top:5px solid #913364;padding:20px 20px 0;margin:10px 0 0}header nav ul li:hover>a{color:#913364}header nav ul li:hover ul{display:block}header i.fa{display:none}main{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}main section{width:100%;padding:60px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}main section .trabajos{width:80%;max-width:900px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}main section .trabajos .pares{padding:150px 0}main section .trabajos .info{width:45%}main section .trabajos h2{font-size:200%;margin:0 0 20px}main section .trabajos p{margin:0 0 20px}main section .trabajos a{display:inline-block;padding:10px 20px;color:#913364;border:2px solid #913364;text-transform:uppercase;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}main section .trabajos a:hover{background-color:#913364;color:white}main section .trabajos img{width:45%}main section:first-child{margin:120px 0 0}main section:nth-child(2n){background-color:#913364;color:white;text-align:right}main section:nth-child(2n) .linea{width:100px;height:2px;background-color:white;margin:20px 0 20px 300px}main section:nth-child(2n) a{color:white;border-color:white}main section:nth-child(2n) a:hover{background-color:white;color:#913364}main section:nth-child(odd) .trabajos{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}main section:nth-child(odd) .linea{width:100px;height:2px;background-color:black;margin:20px 0}