
/* Esto es un comentario en css */

*, *:before, *:after {
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet" rel="stylesheet');


@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

/********************************
NAVIGATION 
********************************/
.nav_regular {position: fixed;top: 0;width: 100%;height: 70px;z-index: 55; background-color:rgba(218,223,226,0.6)}
.nav_content {max-width: 1200px; margin: auto; height: 70px; padding-left: 16px; padding-right: 16px;}
.nav {float: right; margin-top: 20px; display: flex; align-items: center;}
.nav a {font-size: 14px;text-align: left;font-family: 'Open Sans', sans-serif ;padding: 6px; cursor: pointer;letter-spacing: 1px; text-decoration: none;display: inline-block;outline: none;float: left; margin-left: 30px;color: #666699;position: relative; font-weight: 400; text-transform: uppercase; transition: 0.3s linear all;-webkit-transition: 0.3s linear all;}
.nav a.active{color: #ffffff;background: #666699;padding: 6px 10px 6px 10px;border-radius: 2px;}
/**.nav a.active:before {content: "";background: #666699;height: 2px;width: 75%;position: absolute;bottom: -10px;}**/
.nav a:hover {background: #666699;padding: 6px;border-radius: 2px; color: #ffffff;}
.nav.mobile {display: none;}
/********************************/



/********************************
NAVIGATION / LANGUAJE
********************************/
.nav_language {display: flex;justify-content: center; display: flex; align-items: center; margin-left: 30px; font-family: 'Open Sans', sans-serif ;}
.nav_language span{    font-family: 'Open Sans', sans-serif;font-size: 14px;letter-spacing: 1px;color: #121212; text-transform: uppercase; }
.nav_language a {margin-left: 16px;cursor: pointer; transition: 0.3s linear all;-webkit-transition: 0.3s linear all; font-size: 14px; padding: 6px 10px 6px 10px;}


.nav a.active:hover {color: #ffffff; padding: 6px 10px 6px 10px;}

.nav_language a:hover {background: #666699;padding: 6px 10px 6px 10px;border-radius: 2px; color: #ffffff;}
.nav_language.mobile_On{display: none;}

/********************************/




/********************************
LOGO
********************************/
.nav_regular a.logo {width: 50px; margin-top: 18px; display: inline-block; float: left;}
.nav_regular a.logo:hover {opacity: 0.4;transition:0.2s linear all;}
.nav_regular a.logo img{width: 100%}
/********************************/



/********************************
BACKGROUNDS
********************************/
.top_background_image {background: rgba(218,223,226,0.6); background-image: url('/assets/images/background.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.top_background_grey {background: rgba(218,223,226,0.6);}
/********************************/


/********************************
TOP TEXT
********************************/
.top_container{max-width: 1200px; padding-left: 20px; padding-right: 20px; margin:70px auto 70px;} 

  .top_info { width: 100%; overflow: hidden; text-align: center;}
  .top_info h1 {font-family: 'Montserrat', sans-serif; color: #33CCCC; font-size: 70px; line-height: 70px;  font-weight: 800; text-align: center; } 
  #about .top_info h1 {font-size: 50px; line-height: 60px  }
  .top_info p {font-family: 'Open Sans', sans-serif; color: #434142; font-size: 22px; font-weight: 300; line-height: 30px; width: 720px; text-align: center;  float: none !important; margin: auto} 
  .top_info p span {font-family: 'Open Sans', sans-serif;  color: #434142; font-weight: 800 } 
  .top_info p.big {font-size: 32px; color: #121212; line-height: 42px;}
  .top_info p.big span {font-size: 32px; color: #121212; }
  .top_info .button_box {overflow: hidden;width: 100%;padding-top: 24px;}
 
  .top_info_small { width: 100%; overflow: hidden; text-align: center;}
  .top_info_small h1 {font-family: 'Montserrat', sans-serif; color: #121212; font-size: 40px; line-height: 46px;  font-weight: 800; text-align: center; } 
  .top_info_small p {font-family: 'Open Sans', sans-serif; color: #434142; font-size: 20px; font-weight: 300; line-height: 30px; width: 720px; text-align: center;  float: none; margin: auto;} 
  .works.top_info_small p {font-size: 17px; line-height: 25px; text-align: left; width: 100%; float: left; }

  .top_info a.link {color: #666699;text-decoration: underline; font-weight: 600;}
  .top_info a.link:hover {color: #464666 ; cursor: pointer; text-decoration: underline;}
/********************************/



/********************************
NAVIGATION - MOBILE
********************************/
.menubar-on {width: 100%;height: 100%;background: rgba(245,247,450,1);position: fixed;right: 0;top:0;transition: 0.3s all linear; -webkit-transition: 0.3s linear all;opacity: 1;z-index: 65 ;}
.menubar-off {width: 0;height: 100%;top:0;background: #222;position: absolute;right: -50%;transition: 0.3s all linear;-webkit-transition: 0.3s linear all; opacity: 0;overflow: hidden;}

.button_nav{background: url(../images/button_nav.png);background-size: 100% 100%;width: 22px;height: 22px;cursor: pointer;transition: 0.3s all linear;z-index: 66;display: none}
.button_nav:hover {opacity: 0.5;}
.button_close-off {opacity: 0;}


.button_close {height: 50px;}
.button_close .fas{font-size: 30px; color: #666699;cursor: pointer; right: 16px; transition: 0.3s all linear;-webkit-transition: 0.3s linear;top: 16px;position: fixed; z-index: 99; height:50px;}
.button_close:hover {opacity: 0.5;transition: 0.3s all linear; -webkit-transition: 0.3s linear; }
.button_close-off {opacity: 0;}
/********************************/



/********************************
BOXES
********************************/
.box-list {max-width: 1200px;margin: auto;overflow: hidden;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between; padding-left: 20px; padding-right: 20px;}
a.box {text-decoration: none}
.box {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;position: relative; height: auto; transition: 0.3s linear all; -webkit-transition: 0.3s linear all;display: block; cursor: pointer; margin-bottom: 60px;}
.box_more {margin: 50px auto 50px; float: left; width: 100%; text-align: center}
.box .category::after {display: none;}
.box-list .title {font-size: 20px; line-height:24px}

  /*HOVER BOX*/
  .box .photo {overflow: hidden; position: relative; width:100%; height: auto; padding-bottom: 100%}
  .box .photo-big {overflow: hidden; position: relative; width:100%; height: auto; padding-bottom: 50%}
  .box .photo img{position: absolute;left: 50%;top: 50%;height: auto; width: 100%;-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
  .box .photo-big img{position: absolute;left: 50%;top: 50%;height:100%; width: auto;-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
  .box .overlay .info {position: relative; height: 100%; width: 100%}
  .box .overlay .info .center {position: absolute;left: 50%;top: 50%;height: auto; width: 100%;-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}


  /*BOX HIDDEN*/
  .box-list-2{width:1200px;transition: 0.4s linear all;height:480px;background: #fff; margin: auto;} 
  .box-list-2-off{width:1200px;transition:0.4s linear all;height: 0; visibility: hidden; overflow: hidden; margin: auto;} 

/********************************/



/********************************
BUTTONS
********************************/

/*MORE*/
.button_primary{width: auto;height: 40px;margin: 0 auto;border-radius: 70px;background: transparent; background: #666699;border: 2px solid #666699;color: #ffffff; font-family: 'Open Sans', sans-serif;line-height: 36px;font-size: 18px;transition: 0.3s linear all;-webkit-transition: 0.3s linear all;text-align: center;text-decoration: none;cursor: pointer;display:inline-block; padding-left: 20px; padding-right: 20px; outline: none; font-weight: bold}
.button_primary:hover{border: 2px solid #666699; color: #666699; background: transparent; }

.button_more_dark{width: auto;height: 50px;margin: 0 auto;border-radius: 70px;background: transparent;border: 2px solid #666699;color: #666699;line-height: 50px;font-family: arial;font-size: 12px;transition: 0.3s linear all;-webkit-transition: 0.3s linear all;text-align: center;text-decoration: none;cursor: pointer;display:inline-block; padding-left: 30px; padding-right: 30px; text-transform: uppercase; outline: none;}
.button_more_dark:hover{ background: #666699;color: #ffffff;}


/*PROYECTS*/
.button_proyect {width: 35px;height: 35px;border-radius: 40px;color: #ffffff;border: 1px solid #ffffff;line-height: 30px;text-align: center;font-size: 16px; position: relative; cursor: pointer; transition: 0.3s linear all;-webkit-transition: 0.3s linear all; display: block;}
.button_proyect.left {float: left; margin-top: 8px;}
.button_proyect.right {float: right;  margin-top: 8px;}
.button_proyect span {color: #ffffff; font-family: 'Open Sans', sans-serif;font-size: 14px;letter-spacing: 2px;line-height: 14px;text-transform: uppercase;font-weight: 400;}
.button_proyect_center span {color: #ffffff; font-family: 'Open Sans', sans-serif;font-size: 14px;letter-spacing: 1px;line-height: 14px;text-transform: uppercase;font-weight: 400;display: block; line-height:  50px}
.button_proyect.left span{    position: absolute;right: -200px;top: 10px;width: 200px;}
.button_proyect.right span{position: absolute;left: -200px; top:10px;width: 200px}
.button_proyect i{line-height: 34px}
.button_proyect:hover{color: #666699; border: 1px solid  #ffffff; background: #ffffff; text-decoration: underline;}
.button_proyect:hover span{text-decoration: underline;}
.button_proyect_center:hover span {text-decoration: underline;}
.button_proyect_center {font-size: 30px; color: #ffffff; cursor: pointer;  transition: 0.3s linear all;-webkit-transition: 0.3s linear all; text-decoration: none; }
.button_proyect_center img{width: 30px; transition: 0.3s linear all; -webkit-transition: 0.3s linear all;}
.button_proyect_center img:hover {opacity: 0.6;}
/********************************/

/********************************
A
********************************/
.more {color: #7B7BA7;transition: 0.3s ease-in all;-webkit-transition: 0.3s ease-in all;overflow: hidden;font-family: 'Open Sans', sans-serif;font-size: 12px;line-height: 60px;cursor: pointer;text-decoration: none; outline: 0}
.more:hover {color: #ddd;}
/********************************/


/********************************
TEXT
********************************/
.title {color: #666699;font-family:'Open Sans', sans-serif;font-size: 22px; text-align: left; font-weight: 600; line-height: 24px; }
.category{color: #121212;font-family: 'Open Sans', sans-serif;font-size: 14px;letter-spacing: 2px;line-height: 16px; text-transform: uppercase; margin-top: 16px; margin-bottom: 8px; text-align: center; font-weight: 300}
.category::after {content: ""; width: 60px; height: 2px; background: #888888; display: block; margin: 16px auto 16px}
#studies .category::after { margin: 16px 0 0 0}
#about .category::after { margin: 16px 0 0 0}
.box-list .category{text-align: left;}


    /*HOVER TITLE*/
    a:hover .title {text-decoration:underline; }

.title_medium {color: #575786;font-family: 'Open Sans', sans-serif;font-size: 26px;text-align: left;width: 100%;font-weight:600;line-height: auto;}
.title_small {color: #121212;font-family: 'Montserrat', sans-serif;font-size: 22px;text-align: center; width: 100%;font-weight: 800; overflow: hidden; }
.title.purple{color: #666699}

.text-center {text-align: center}
p{ font-family: 'Open Sans', sans-serif;color: #434142;font-size: 17px;font-weight: 300;line-height: 25px;width: 100%;text-align: left;float: left ;}
p.description {font-family: 'Montserrat', sans-serif;color: #434142;font-size: 18px !important; line-height: 22px; width: 60%;margin: 30px auto 0;text-align: center;float: none; font-weight: 300}
p.projects {font-family: 'Open Sans', sans-serif;color: #434142;font-size: 20px;font-weight: 300;line-height: 30px;width: 100%;text-align: left;}
p.projects.bold {font-weight: 800;}
p.projects span{font-style: italic}
p.projects span.bold{font-weight: bold}
p.projects a{font-style: italic; color: #666699; text-decoration: none; font-weight: bold}
p.projects a:hover{text-decoration: underline;}

.col-content-desc p.about {font-family: 'Open Sans', sans-serif;color: #434142;font-size: 20px;font-weight: 300;line-height: 30px;width: 100%;text-align: left;}

  /*TEXT ALIGN*/
  .text-center {text-align: center}
  .text-left {text-align: left}

/********************************/

/********************************
INFO
********************************/
.info_content {width: 100%; transition: 0.3s ease-in all;-webkit-transition: 0.3s ease-in all; overflow: hidden}
.info_content .title {color: #575786;font-family: 'Montserrat', sans-serif;font-size: 50px;font-weight: 800;text-align: center;line-height: 55px;}
.works .info_content .category {color: #121212;font-family: 'Open Sans', sans-serif;font-size: 16px;letter-spacing: 2px;line-height: 18px;text-transform: uppercase;margin-top: 16px;margin-bottom: 8px; text-align: left; float: left; width: 100%; font-weight: 400;}
.info_content .separator {width: 60px;height: 2px;background: #33CCCC;float: left;}
.info_content .data {width: 100%;margin: 20px auto 0;transition: 0.3s ease-in all;-webkit-transition: 0.3s ease-in all;color: #777;transition: 0.3s ease-in all;font-family:'Open Sans', sans-serif;font-size: 16px;letter-spacing: 2px;line-height: 30px; overflow: hidden; display: flex;justify-content: center;}
.info_content .data .texto {font-family: 'Open Sans', sans-serif; float: left; height: 20px; line-height: 20px; font-weight: 300}
.info_content .data .line {width: 1px;height: 14px;background: #777;float: left;margin-left: 10px;margin-right: 10px; margin-top: 3px;}
.info_content .actions {width: 100%; float: left; margin-top:20px;} 

.info_content .category {text-align: center} 
#studies .info_content .data {justify-content: left} 
#studies .info_content .category {text-align: left;} 
#about .info_content .data {justify-content: left} 
#about .info_content .category {text-align: left;} 

.col-content-desc {float: none; width: 100%;}
.col-content-desc .device {color: #777777;font-family: 'Open Sans', sans-serif;font-size: 14px;letter-spacing: 2px;line-height: 14px;text-transform: uppercase;margin-bottom: 16px; text-align: center; display: block; font-weight: 300}
.col-content-desc .title {color: #121212;font-family: 'Montserrat', sans-serif;font-size: 40px;text-align: center;width: 100%;font-weight: 800; line-height: 46px}
.col-content-desc .subtitle {color: #121212;font-family: 'Montserrat', sans-serif;font-size: 22px;text-align: center;width: 100%;font-weight: 800; line-height: 34px}
.col-content-desc .subtitle-light {color: #434142;font-family: 'Montserrat', sans-serif;font-size: 20px;text-align: center;width: 100%;font-weight: 300; line-height: 34px}
.col-content-desc p  {text-align: center; width: 100%}

.col-content-list ul {list-style-position: inside; list-style-type: circle;     display: block; list-style-type: disc;}
.col-content-list ul li { font-family: 'Open Sans', sans-serif;color: #434142;font-size: 20px;font-weight: 300;line-height: 30px;width: 100%;text-align: left;}
.col-content-list ul li span.bold {font-weight: bold}


.box-info { width: 100%;overflow: hidden;}
.box-info p{ font-style: italic; font-family: 'Open Sans', sans-serif;color: #777777;font-size: 14px;font-weight: 300;line-height: 20px;width: 100%;text-align: center;float: none !important;margin: 0 auto 0 !important;}
.box-info i {color: #777777;}


.box-list .box-info p { text-align: center}
 
/********************************/


/********************************
SPECIALITIES
********************************/
.col-specialities {display: flex; justify-content: space-between; flex-direction: row; gap: 32px}
.box-specialities {border: 1px solid #cecece; border-radius: 6px;  flex-grow: 1; width: 100%; padding:24px;}

.box-specialities .col-content-list ul li {
    font-family: 'Open Sans', sans-serif;
    color: #434142;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    width: 100%;
    text-align: left;
}

/********************************/



/********************************
TOOLS
***************************6*****/
.info_content ul.tools {list-style: none;float: left;width: 100%;margin: 20px auto 20px;display: flex;justify-content: center;flex-wrap: wrap}
.info_content ul.tools li {float: left;background: #ffffff;border: 1px solid #cccccc;border-radius: 6px;font-family:'Open Sans', sans-serif;font-size: 15px;text-transform: uppercase;font-weight: 400;padding: 4px 8px 4px 8px;letter-spacing: 0.5px;margin-right: 5px; margin-bottom: 8px;}

#about .info_content ul.tools {display: initial;}
#about .info_content ul.tools li{background: rgba(218, 223, 226, 0.6); font-si}

/********************************/

/********************************
PROYECTS
********************************/
.col-content .proyect {margin: 0 auto 60px; width: 100%;height: auto; transition: 1s linear all;-webkit-transition: 1s linear all; }
.col-content .proyect img{width: 100%; }
.col-content .proyect:last-child {padding-bottom: 100px}
.col-cv {padding-bottom: 120px; text-align: center;}
.col-cv img {width: 850px; margin: auto; border: 1px dotted #cccccc}
.col-content .proyect p {font-style: italic}
/********************************/

/********************************
GENERAL
********************************/
.separator {width: 60px;height: 2px;background: #7B7BA7;margin: 0 auto; float: none;}
.separator_dotted {width: 100%;height: 4px;margin: 0 auto; border-top: 1px dotted #888888; float: none; overflow: hidden;}
.separator_dotted_vertical {width: 4px;height: 30px;margin: 0 auto;border-left: 1px dotted #888888;float: none;overflow: hidden; }
.col-fix .separator_dotted {float: left}
.hidden {visibility: hidden}
.opacity {opacity: 0}
.display {display:none;}
.top10{margin-top: 10px !important;}
.top20{margin-top: 20px;}
.top24{margin-top: 24px;}
.top30{margin-top: 30px;}
.top40{margin-top: 40px;}
.top50{margin-top: 50px;}
.top60{margin-top: 60px;}
.top70{margin-top: 70px;}
.top80{margin-top: 80px;}
.top120{margin-top: 120px;}
.bottom10{margin-bottom: 10px !important}
.bottom20{margin-bottom: 20px !important}
.bottom30{margin-bottom: 30px !important}
.bottom40{margin-bottom: 40px !important}
.bottom50{margin-bottom: 50px !important}
.bottom60{margin-bottom: 60px !important}
.bottom70{margin-bottom: 70px !important}
.show-mobile {display: none;}
.padding24_top {padding-top: 24px;}
.padding50 {padding-top: 50px; padding-bottom: 50px;}
.padding60 {padding-top: 60px; padding-bottom: 60px;}
.padding70 {padding-top: 70px; padding-bottom: 70px;}
.padding50_bottom {padding-bottom: 50px;}
.padding60_bottom {padding-bottom: 60px;}
.right16 {margin-right: 16px !important} 
.margin16_sides {margin-right: 16px; margin-left: 16px;} 
.margin_left30{margin-left: 30px !important}
.padding_left24{padding-left: 24px !important}
.padding_top70{padding-top: 70px !important}
.right12{margin-right: 12px;}
/********************************/


/********************************
GRID
********************************/
.container {width: 100%; float: left;}
.container_center {width: 720px; max-width: 90%;overflow: hidden; margin:auto;}
.container_center2 {width: 720px; max-width: 90%;overflow: hidden; margin: auto;}
.container_proyect {max-width: 1200px;transition: 0.3s ease-in all;-webkit-transition: 0.3s ease-in all;margin: auto; margin:70px auto 70px;  overflow: hidden;}
#studies .container_proyect {max-width: 720px;}
#studies .container_proyect:first-child {padding-top: 70px;}
.col-actions-ctn {max-width: 1200px;background: #666699;position: relative;transition: 0.3s ease-in all;-webkit-transition: 0.3s ease-in all;margin: 0 auto 0; padding-left: 20px; padding-right: 20px;width: 100%;text-align: center; height: 50px;}
.container_absolute {width: 960px; max-width: 90%;position: absolute;position: absolute;left: 50%;top: 50%;height: auto;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.col-12 {width: 100%; float: left}
.col-3 {width: 30%; float: left}
.col-6 {width: 50%; float: left}
.col-6.padding-right {padding-right: 30px}
.col-6.padding-left {padding-left: 30px}
.col-4 {width: 33.33%; float: left}
.col-fix {width: 100%;float: none;background-color: rgba(218,223,226,0.6); padding: 70px 0 70px 0; margin-top: 70px;}
.col-fix .info_content {width: 1200px;float: none;margin: auto;}
.col-content {width: 720px;margin: auto;overflow: hidden;}
.col-actions {width: 100%;  background: #666699; overflow: hidden; height: 50px; position: fixed; bottom: 0; z-index: 20}

.col-content .actions {text-align: center;margin-right: 10px;display: flex;justify-content: center;width: 100%;}

.actionsCenter {float: none; text-align: center; }

.col-fix .actions {width:auto; margin-right: 10px; margin-top:10px;}

.container_image_small {width: 720px; margin: 50px auto 70px; text-align: center}
.container_image_regular {width: 1200px; margin: 50px auto 70px; text-align: center}
.container_image_big {width: 100%; margin: 50px auto 70px; text-align: center; padding: 0 60px 0 60px;}

.container_image_small img {width: 100%}
.container_image_regular img {width: 100%}
.container_image_big img {width: 100%; max-width: 2000px}

.container_iframe {width: 100%; padding: 0 60px 0 60px}
/********************************/


/********************************
TITLE IMAGE
********************************/
.container_image_small .subtitle{color: #121212;font-family: 'Montserrat', sans-serif;font-size: 30px;text-align: center;width: 100%;font-weight: 800;line-height: 36px; display: block;}
.container_image_regular .subtitle{color: #121212;font-family: 'Montserrat', sans-serif;font-size: 30px;text-align: center;width: 100%;font-weight: 800;line-height: 36px; display: block;}
.container_image_big.subtitle{color: #121212;font-family: 'Montserrat', sans-serif;font-size: 30px;text-align: center;width: 100%;font-weight: 800;line-height: 36px; display: block;}
/********************************/

/********************************
BACKGROUNDS
********************************/
.backgroud-light {background: #f5f7fa; padding-top:50px; padding-bottom: 50px}
/********************************/

/********************************
SKILLS
********************************/
#skills {margin: 0 auto;width: 100%;max-width: 960px; list-style: none}
#skills ul {list-style: none}
#skills li {position: relative;margin-bottom: 32px;font-family: arial; font-size: 14px; font-family: 'Open Sans', sans-serif; text-align: left;color: #434142;}
#skills .bar-container,.bar { position: absolute;left: 0;height: 8px;  border-radius: 5px;content: "";}
#skills .bar-container {bottom: -15px;width: 100%;background-color: rgba(218,223,226,1);text-align: right;}
#skills .bar {top: 0;}
#skills .pct {position: absolute;top: -24px;right: 0;opacity: 0;transition: opacity 0.3s linear;}
/********************************/ 


/********************************
FOOTER
********************************/
footer{width: 100%;float:left;padding: 40px 0 100px 0;background: #f5f7fa;position: relative;text-align: center;}
#home footer {padding: 40px 0 40px 0;}
#about footer {padding: 40px 0 40px 0;}
#trajectory footer {padding: 40px 0 40px 0;}
#studies footer {padding: 40px 0 40px 0;}
#project footer {padding: 40px 0 100px 0;}
#cv footer {padding: 40px 0 40px 0;}
footer .contact span {display: block; margin-bottom: 24px;}
/*a.web{opacity:1; color: #999;transition: 0.3s ease-in all; -webkit-transition: 0.3s ease-in all;font-family: 'Open Sans', sans-serif;font-size: 15px;letter-spacing: 8px;text-decoration: none}
/*footer .separator {width: 250px;height: 1px;background: #cccccc;margin: 20px auto 20px;opacity: 0.4;}**/
/*footer .contact{opacity:1; color: #999999;transition: 0.3s ease-in all; -webkit-transition: 0.3s ease-in all;font-family: 'Open Sans', sans-serif;font-size: 12px;letter-spacing: 3; font-size: 16px; display: block;}**/
/*footer a{opacity:1;color: #33CCCC;transition: 0.3s ease-in all; -webkit-transition: 0.3s ease-in all;font-family: 'Open Sans', sans-serif;font-size: 16px;letter-spacing: 2px;text-decoration: none}**/
/*footer a:hover {color: #cccccc;}**/
footer ul.contact-list {height: auto;list-style: none;overflow: hidden; margin:10px auto 0}
footer ul {width: 530px;margin: auto; list-style: none}
footer ul.contact-list li{float:left; margin-right: 60px}
footer ul.contact-list li:last-child{margin-right: 0}
/*footer .contact-list a{display: inline-block; margin-left: 5px;margin-right: 5px;width: 36px;height: 36px;border-radius: 40px;color: #666699;border: 1px solid #666699;line-height: 30px;text-align: center; font-size: 16px}**/
footer .contact-list a:hover{background: #666699;color: #ffffff;}
footer .contact-list a i {display: inline-block;margin-left: 0;margin-right: 16px;width: 42px;height: 42px;border-radius: 40px;color: #666699;border: 1px solid #666699;line-height: 42px;text-align: center;font-size: 22px;float: left; transition: 0.3s linear all;-webkit-transition: 0.3s linear all;}
footer .contact-list a .contact-data {float: left}
footer span {font-family: 'Montserrat', sans-serif;color: #33CCCC;font-size: 30px;font-weight: 800;text-align: center;}
footer .contact-list a span { display: block; text-align: left;   font-family: 'Open Sans', sans-serif;font-size: 18px; line-height: 18px;font-weight: 600; color: #666699; }
footer .contact-list a span.small {color: #777777;font-family: 'Open Sans', sans-serif;font-size: 14px;letter-spacing: 2px;line-height: 14px;text-transform: uppercase;margin-bottom: 8px; font-weight: 300}
footer span .far {color: #666699}
footer span.powered {font-size: 12px; font-family: 'Open Sans', sans-serif; color: #434142; font-weight: 300; display: block; margin-top: 24px; }

    /*HOVER*/
    footer .contact-list a:hover{background: #666699;color: #ffffff; cursor: pointer;  }
    footer .contact-list a:hover i {background: #666699; color: #ffffff;}
    footer .contact-list a:hover span {text-decoration: underline;}
    footer .contact-list a:hover span.small {text-decoration: none;}

/********************************/



@media (max-width: 1440px) {
/********************************
BOXES
********************************/
	/*BOX HIDDEN*/
  .box-list-2{height:360px;} 
  .box-list-2-off{height: 0} 
}



@media (max-width: 1280px) {

/********************************
TEXT
********************************/

/********************************/

}



@media (max-width: 1024px) {

/********************************
TEXT
********************************/
p.description {width: 90%}
/********************************/

/********************************
GRID
********************************/
.col-fix .info_content {width: 100%;float: none;margin: auto;padding: 0 16px 0 16px;}
/********************************/



/********************************
BOXES
********************************/
  /*BOX HIDDEN*/
  .box-list-2{height:256px;} 
  .box-list-2-off{width:100%;transition:0.4s linear all;height: 0;float: left;visibility: hidden; overflow: hidden;} 
/********************************/

/********************************
NAV
********************************/
.nav a {margin-left: 18px; }
/********************************/


/********************************
INFO
********************************/
.top_info p {width: 720px}
/********************************/


}


@media (max-width: 980px){

/********************************
NAV
********************************/

/********************************/


/********************************
PROYECTS
********************************/
.col-content .proyect:last-child {padding-bottom: 30px}
/********************************/


/********************************
TOP
********************************/
/********************************/

/********************************
BOXES
********************************/
.box-list {width: 860px;}
.col-3 {width: 29.5%;}

  /*BOX HIDDEN*/
  .box-list-2{height:200px; width: 736px; float: none;} 
  .box-list-2-off{width:736px;transition:0.4s linear all;height: 0;float: none;visibility: hidden; overflow: hidden; margin: auto} 
/********************************/





/********************************
TEXT
********************************/
/*p{font-size: 17px !important ;line-height: 22px; line-height: 26px}*/
p.description {font-family: 'Rubik', sans-serif;color: #434142;font-size: 18px !important; line-height: 22px; width: 60%;margin: 30px auto 0;text-align: center;float: none; font-weight: 300}
/********************************/



}


@media (max-width: 980px) {
/********************************
NAVIGATION 
********************************/
.nav.web {display: none}
.nav_regular {height:50px}
.nav {margin-top: 0; flex-direction: column; justify-content: space-between; row-gap: 0.25em;}
.nav a {width: 100%;float: none;margin: 20px auto 0;display: block;text-align: left;font-size: 22px;padding-right: 16px;}
.nav {position: initial;z-index: initial;background: transparent;top: initial;right: initial;width: 100%;padding-right: 16px;padding-left: 16px;}
.nav a.active::before {display: none}
.nav_content {height: 50px;}
#nav_mobile footer .contact span {display: block;margin-bottom: 24px;text-align: left;font-size: 28px;}
#nav_mobile footer ul.contact-list {width: 100%;}


/********************************/


/********************************
NAVIGATION / LANGUAJE
********************************/
.nav_language.mobile_On {display: flex;}

.nav.mobile {display: flex; width: auto; padding: 0; margin-top: 13px; flex-direction: row;}

.nav_language a {font-size: 14px; margin: 0 10px 0 0 ; padding-right: 0; padding: 4px 8px 4px 8px;}
.nav_language a.active {margin: 0 16px 0 0 ; padding:4px 8px 4px 8px;} 
.separator_dotted_vertical {height: 24px;}
.button_nav {
    background: url(../images/button_nav.png);
    background-size: 100% 100%;
    width: 26px;
    height: 22px;
    cursor: pointer;
    transition: 0.3s all linear;
    z-index: 66;
    display: none;
}
/**.nav_language {height: 36px; margin-top: 6px;}
.nav_language a {margin-left:0; color: #33CCCC; padding: 10px 16px 10px 16px; cursor: pointer; font-family: 'Open Sans', sans-serif; text-decoration: none; height:36px; line-height: 14px; font-size: 12px}
.nav_language a.active {background: #33CCCC;color: #ffffff;border-radius: 50px;padding: 10px 16px 10px 16px; height: 36px; line-height: 14px}**/





/********************************/



/********************************
LOGO 
********************************/
.nav_regular a.logo {width: 40px;margin-top: 12px; float: left}
/********************************/

/********************************
NAVIGATION - MOBILE
********************************/
.button_nav {display: block}
/********************************/

/********************************
COLUMNS
********************************/
.col-fix {padding: 50px 0 50px 0;margin-top: 50px;}
/********************************/


/********************************
TOOLS
***************************6*****/
.info_content ul.tools li {float: left;background: #ffffff;border: 1px solid #cccccc;border-radius: 6px;font-family:'Open Sans', sans-serif;font-size: 14px;text-transform: uppercase;font-weight: 400;padding: 4px 8px 4px 8px;letter-spacing: 0.5px;margin-right: 5px; margin-bottom: 8px;}
/********************************/


/********************************
GRID
********************************/
.container_proyect {margin: 40px auto 40px;padding: 0 20px 0 20px;}
#studies .container_proyect {max-width: 100%; margin: 50px auto 50px;padding: 0 20px 0 20px;}
.col-content {width: 100%;}
.container_iframe {padding: 0 20px 0 20px;}
.col-content .actions {flex-direction: column; justify-content: space-between; row-gap: 2em;}
/********************************/

/********************************
TEXT
********************************/
.col-content-desc .title {font-size: 30px; line-height: 34px}
.top_info h1 {font-size: 60px;line-height: 64px;}
.title_medium {font-size: 26px; line-height: 30px}
/********************************/


/********************************
IMG
********************************/
.container_image_small {width: 100%; margin: 50px auto 50px; text-align: center; padding: 0 20px 0 20px;}
.container_image_regular {width: 100%; margin: 50px auto 50px; text-align: center; padding: 0 20px 0 20px;}
.container_image_big {width: 100%; margin: 50px auto 50px; text-align: center; padding: 0 20px 0 20px;}
/********************************/


/********************************
LOGO 
********************************/
.nav_regular a.logo {width: 40px;margin-top: 12px; position: absolute; margin-left: 16px; left: 0}
/********************************/

/********************************
NAVIGATION - MOBILE
********************************/
.button_nav {display: block}
/********************************/



/********************************
TOP
********************************/
#home .top_container.top40 {margin-top: 40px;}
#about .top_container.top40 {margin-top: 40px;}
#tayectory .top_container.top40 {margin-top:40px}
/********************************/


/********************************
TOP TEXT
********************************/
#about .top_info h1 {font-size: 40px;line-height: 48px;}
.top_info p {font-size: 20px;line-height: 30px;width: 100%;}
.top_info_small p {width: 100%;}
 
  .top_info_small h1 {font-size: 40px; } 

  .top_info p.big {font-size: 28px;line-height: 38px;}

  .info_content .title {font-size: 40px;line-height: 48px;}

/********************************/


/********************************
MARGIN PADDING
********************************/
.padding60 {padding-top: 50px;padding-bottom: 50px;}
.top70 {margin-top: 50px;}
.padding70 {padding-top: 50px;padding-bottom: 50px;}

.bottom50 {
    margin-bottom: 40px !important;
}
/********************************/


/********************************
BOXES
********************************/
.box {margin-bottom: 40px;}
.box-list {width: 100%;padding-left: 20px;padding-right: 20px;justify-content: space-between;align-items: flex-start; margin-bottom: 0;}
.col-3 {width: 47%;}
.margin16_sides {margin-right: 0; margin-left: 0;}
  /*BOX HIDDEN*/
  .box-list-2{height:720px;} 
/********************************/

/********************************
DETAIL JOB
********************************/
.col-actions-ctn .col-4:first-child {  width: 36px;position: absolute;left: 0; margin-left: 20px;}
.col-actions-ctn .col-4:last-child {width: 36px; position:absolute; right: 0 ; margin-right: 20px}
/********************************/

/********************************
BUTTONS
********************************/
.col-actions {height: 50px}


/*PROYECTS*/
.button_proyect.left span {display: none}
.button_proyect.right span {display: none;}
.col-actions .col-4 {width: 100%}
.button_proyect_center span {line-height: 50px;}
.button_proyect.right {margin-top: 6px;}

/********************************/


/********************************
GRID
********************************/
.container_center {width: 100%;max-width: 100%;padding-left: 20px;padding-right: 20px;}
.col-fix {margin-top: 50px;}

/********************************/



/********************************
FOOTER
********************************/
/*footer {padding: 30px 20px 120px 20px;}
footer .contact-list a span {font-size: 16px;}
/********************************/ 


/********************************
FOOTER
********************************/
footer {padding: 40px 20px 90px 20px;}
footer span {font-size: 40px;}
footer .contact span {font-size: 22px}
footer ul.contact-list {width: 280px;}
footer ul.contact-list li {float: none;overflow: hidden;margin-bottom: 24px; margin-right: 0}
footer ul.contact-list li:last-child {margin-bottom: 0}
/********************************/

/********************************
FOOTER MOBILE
********************************/
#nav_mobile footer {background: transparent; position: absolute; bottom: 0; left: 20px; padding: 0 0 32px 0;}
#nav_mobile .separator_dotted {margin: 20px auto 0; opacity: 0.3;}
#nav_mobile .contact a {font-size: 15px}
/********************************/



/********************************
SPECIALITIES
********************************/
.col-specialities {display: initial; }
.box-specialities {margin-bottom: 20px;}


/********************************/


}





@media (max-width: 780px) {





}


@media (max-width: 480px) {
/********************************
TOP IMAGE
********************************/
/*.top_container {margin: 0 auto 0; height: 250px;}*/
.top_info .button_box .button_primary {margin-bottom: 24px;}
.top_info .button_box .button_primary:last-child {margin-bottom: 0;}
.top_background_grey .top70 {margin-top: 50px;} 
/********************************/



/********************************
TEXT
********************************/
.title {font-size: 18px;line-height: 22px;}
.title_medium {font-size: 24px; line-height: 30px; width: 100%;}
/*p.description {width: 95%; font-size: 14px;}*/
/********************************/

/********************************
GRID
********************************/
/*.container_center {width: 640px; max-width: 90%;overflow: hidden; margin: 0 auto 0;}*/
/*.container_center2 {width: 640px; max-width: 90%;overflow: hidden; margin: auto;}*/
.container_absolute {max-width: 95%;}
/**.container_proyect {margin: 80px auto 0;}**/
.col-6 {width: 100%;}
.col-6.padding-right {padding-right: 0;}

/********************************/

/********************************
PROYECTS
********************************/
.col-content .proyect {margin: 0 auto 30px;}
.col-content .proyect:last-child {padding-bottom: 50px}

/********************************/

/********************************
INFO
********************************/
#home .top_container.top40 {margin-top: 24px;}
#about .top_container.top40 {margin-top: 24px;}
#trayectory .top_container.top40 {margin-top: 24px;}
#studies .top_container.top40 {padding-top: 170px;}
.top_info h1 {font-size: 45px;line-height: 50px;}
.info_content .title {font-size: 40px;line-height: 48px;}
.info_content .data {font-size: 14px; text-align: left;}
.info_content .data .texto {float: left; height: 20px; line-height: 20px; letter-spacing: 0.5px; text-align: left;}
h1.bottom60 {margin-bottom: 30px !important!}
/********************************/

/********************************
BOXES
********************************/
.box {margin-bottom: 30px;}
  /*BOX HIDDEN*/
  .box-list-2{height:480px;} 
  .box-list-2-off{width:100%;transition:0.4s linear all;height: 0;float: left;visibility: hidden; overflow: hidden;} 
/********************************/

/********************************
TOP TEXT
********************************/
.top_info_small h1 {
    font-size: 28px; }
/********************************/

/********************************
ABOUT
********************************/
.top_container_about {margin: 100px auto 0;}
/********************************/

/********************************
SKILLS
********************************/
#skills li { font-size: 16px}
/********************************/ 


/********************************
FOOTER
********************************/
footer .contact span {font-size: 24px; }
footer .contact-list a span {font-size: 18px;}
/********************************/ 


}


@media (max-width: 375px) {

/********************************
BOXES
********************************/
  /*BOX HIDDEN*/
  .box-list-2{height:370px; width: 100%;} 
  .box-list-2-off{width:100%;transition:0.4s linear all;height: 0;float: left;visibility: hidden; overflow: hidden;} 



/********************************/

}


@media (max-width: 320px) {

/********************************
BOXES
********************************/
  /*BOX HIDDEN*/
  .box-list-2{height:320px; width: 100%;} 
  .box-list-2-off{width:100%;transition:0.4s linear all;height: 0;float: left;visibility: hidden; overflow: hidden;} 
/********************************/

}







