@charset "UTF-8";
/*=============================================
=            $SASS           =
=============================================*/
/*----------  RESET  ----------*/
/*=============================================
=            $RESET          =
=============================================*/
/* -------------------- */
/* MINIMAL CSS RESET */
/* -------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------  VARIABLES  ----------*/
/*=============================================
=            $VARIABLES           =
=============================================*/
/*
db    db  .d8b.  d8888b. d888888b  .d8b.  d8888b. db      d88888b .d8888.
88    88 d8' `8b 88  `8D   `88'   d8' `8b 88  `8D 88      88'     88'  YP
Y8    8P 88ooo88 88oobY'    88    88ooo88 88oooY' 88      88ooooo `8bo.
`8b  d8' 88~~~88 88`8b      88    88~~~88 88~~~b. 88      88~~~~~   `Y8b.
 `8bd8'  88   88 88 `88.   .88.   88   88 88   8D 88booo. 88.     db   8D
   YP    YP   YP 88   YD Y888888P YP   YP Y8888P' Y88888P Y88888P `8888Y'


*/
/*=============================================
=            TIPOLOGIA            =
=============================================*/
@font-face {
  font-family: 'MontserratRegular';
  src: url(../fonts/MontserratRegular.woff);
}

@font-face {
  font-family: 'MontserratBold';
  src: url(../fonts/MontserratBold.woff);
}

/*=====  Fin de Tipología  ======*/
/*=============================================
=            Colores de Marca            =
=============================================*/
/*=====  Fin de Colores de Marca  ======*/
html {
  font-family: 'MontserratRegular', sans-serif;
  font-size: 16px;
  color: #444444;
}

@media screen and (min-width: 800px) {
  html {
    font-size: 18px;
  }
}

::after {
  font-size: 18px;
  font-family: 'MontserratRegular';
  padding-left: 12px;
}

header {
  font-family: 'MontserratBold', sans-serif;
}

footer {
  font-family: 'MontserratBold', sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 800px) {
  footer {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: #ebebeb;
}

i {
  color: #ebebeb;
  font-size: 3.2rem;
}

@media screen and (min-width: 800px) {
  i {
    font-size: 2.4rem;
  }
}

/*----------  LIB  ----------*/
/*=============================================
=            $MIXINS         =
=============================================*/
/*
.88b  d88. d888888b db    db d888888b d8b   db
88'YbdP`88   `88'   `8b  d8'   `88'   888o  88
88  88  88    88     `8bd8'     88    88V8o 88
88  88  88    88     .dPYb.     88    88 V8o88
88  88  88   .88.   .8P  Y8.   .88.   88  V888
YP  YP  YP Y888888P YP    YP Y888888P VP   V8P


*/
/*=============================================
=           Para los fontface            =
=============================================*/
/*=============================================
=            MEDIAS para MOVILES            =
=============================================*/
/*=============================================
=            PIXEL RATIO            =
=============================================*/
/*=============================================
=            $PLACEHOLDERS        =
=============================================*/
/*----------  TIPOGRAFIA  ----------*/
/*=============================================
=            $Tipografia            =
=============================================*/
.sectSobreMi {
  max-width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 500px) {
  .sectSobreMi {
    height: 1200px;
  }
}

@media screen and (min-width: 800px) {
  .sectSobreMi {
    height: 630px;
  }
}

.sectSobreMi__formacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sectSobreMi__formacion figcaption {
  line-height: 20px;
  text-align: justify;
}

.sectSobreMi__formacion figcaption h2 {
  text-align: center;
  padding: 15px;
  font-family: 'MontserratBold';
  font-size: 20px;
}

@media screen and (min-width: 800px) {
  .sectSobreMi__formacion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sectSobreMi__formacion figcaption h2 {
    text-align: center;
    font-family: 'MontserratBold';
    font-size: 18px;
  }
  .sectSobreMi__formacion figcaption h2:hover {
    color: #e1a605;
  }
}

.sectSobreMi__exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sectSobreMi__exp figcaption {
  line-height: 20px;
  text-align: justify;
}

.sectSobreMi__exp figcaption h2 {
  text-align: center;
  padding: 15px;
  font-family: 'MontserratBold';
  font-size: 20px;
}

@media screen and (min-width: 800px) {
  .sectSobreMi__exp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sectSobreMi__exp figcaption h2 {
    text-align: center;
    padding: 15px;
    font-family: 'MontserratBold';
    font-size: 18px;
  }
  .sectSobreMi__exp figcaption h2:hover {
    color: #e1a605;
  }
  .sectSobreMi__exp picture {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/*----------  LINKS  ----------*/
/* ----------------------------------- */
/* $BOTONES */
/* ----------------------------------- */
/* HEADER */
/* CONTENIDO */
.estudios__figcaption--b, .presupuestos__figcaption--b, .proyectos__figcaption--b,
.direcciones__figcaption--b, .coordinacion__figcaption--b {
  border-radius: 1.5em;
  float: right;
}

/* FOOTER */
/* ----------------------------------- */
/* $ENLACES */
/* ----------------------------------- */
/* HEADER */
/* CONTENIDO */
/* FOOTER */
/* ----------------------------------- */
/* $MENUS SCSS */
/* ----------------------------------- */
.menu {
  height: 65px;
}

@media screen and (min-width: 800px) {
  .menu {
    height: 100px;
  }
}

.menu__encabezado {
  background-color: #444444;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row;
  -ms-flex-positive: row;
  flex-grow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 0 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__encabezado__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (min-width: 800px) {
  .menu__encabezado__logo {
    padding: 0 0 0 20px;
  }
}

.menu__encabezado__logo img {
  width: 65px;
  height: 65px;
}

@media screen and (min-width: 800px) {
  .menu__encabezado__logo img {
    width: 90px;
    height: 90px;
  }
}

.menu__encabezado__logo span {
  font-size: 20px;
  color: #ebebeb;
  padding-left: 3px;
}

@media screen and (min-width: 800px) {
  .menu__encabezado__logo span {
    font-size: 30px;
    padding-left: 10px;
  }
}

.menu__encabezado #activar {
  display: none;
}

@media screen and (min-width: 800px) {
  .menu__encabezado__inputlabel {
    display: none;
    height: 0px;
    width: 0px;
  }
}

.menu__encabezado__desplegable {
  display: none;
  position: absolute;
  top: 65px;
  right: 20px;
}

@media screen and (min-width: 800px) {
  .menu__encabezado__desplegable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    padding: 0 25px;
  }
}

.menu__encabezado__desplegable__a {
  color: #444444;
  text-align: center;
  padding: 15px 10px;
  border: 1px #444444 solid;
}

@media screen and (min-width: 800px) {
  .menu__encabezado__desplegable__a {
    color: #ebebeb;
    border: 0px;
    padding: 0;
    padding: 0 50px 0 0;
    font-size: 22px;
  }
  .menu__encabezado__desplegable__a:hover {
    color: #e1a605;
  }
}

.menu__encabezado__desplegable__banderas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px #444444 solid;
  height: 65px;
}

@media screen and (min-width: 800px) {
  .menu__encabezado__desplegable__banderas {
    border: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80px;
  }
}

.menu__encabezado__desplegable__banderas__a img {
  height: 40px;
  width: 50px;
}

@media screen and (min-width: 800px) {
  .menu__encabezado__desplegable__banderas__a img {
    height: 25px;
    width: 35px;
  }
}

.menu__encabezado #activar:checked ~ .menu__encabezado__desplegable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ebebebdc;
  height: 202px;
  width: 170px;
  -ms-flex-negative: 3;
  flex-shrink: 3;
}

.section__centrado {
  max-width: 85%;
  margin: 0 auto;
}

@media screen and (min-width: 700px) {
  .section__centrado {
    max-width: 80%;
    margin: 0 auto;
  }
}

.section__centrado__parrafo1 {
  text-align: justify;
  padding-top: 30px;
  line-height: 20px;
  line-height: 1.5rem;
}

@media screen and (min-width: 700px) {
  .section__centrado__parrafo1 {
    padding-top: 50px;
  }
}

.section__centrado__parrafo1__li {
  color: #e1a605;
  font-weight: 550;
}

.section__centrado__parrafo2 {
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  text-align: justify;
  line-height: 1.5rem;
}

@media screen and (min-width: 700px) {
  .section__centrado__parrafo2 {
    display: block;
  }
}

.section__centrado__parrafo2__li {
  color: #e1a605;
  font-weight: 550;
}

.section__centrado__parrafo3 {
  display: none;
  text-align: justify;
  line-height: 1.5rem;
}

@media screen and (min-width: 700px) {
  .section__centrado__parrafo3 {
    display: block;
  }
}

.section__centrado__parrafo3__li {
  color: #e1a605;
  font-weight: 550;
}

/*----------  Formularios  ----------*/
/*=============================================
=            $FORMULARIOS           =
=============================================*/
.contactform {
  display: grid;
  grid-template-columns: 1fr 300px 1fr;
  grid-row-gap: 20px;
  padding: 3%;
  font-family: 'MonserratBold', sans-serif;
  color: #444444;
  justify-self: center;
}

@media screen and (min-width: 800px) {
  .contactform {
    background-image: url("../icons/envelope-regular.svg");
    grid-template-columns: repeat(3, 1fr);
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.contactform__origen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactform__origen__particular {
  grid-column: 1 / 2;
  grid-row: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .contactform__origen__particular {
    grid-column: 2 / 3;
  }
}

.contactform__origen__empresa {
  grid-column: 3 / 4;
  grid-row: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .contactform__origen__empresa {
    grid-column: 2 / 3;
  }
}

.contactform__h2form, .contactform__nombre, .contactform__email, .contactform__telefono, .contactform__servicios, .contactform__origen {
  grid-column: 2 / 3;
}

@media screen and (min-width: 800px) {
  .contactform__h2form, .contactform__nombre, .contactform__email, .contactform__telefono, .contactform__servicios, .contactform__origen {
    grid-column: 2 / 3;
  }
}

.contactform__h2form {
  grid-column: 1 / 4;
  font-family: 'MonserratBold', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #444444;
}

.contactform__comentarios {
  grid-column: 2/ 3;
  grid-row: 7;
  color: #444444;
}

.contactform__txtcomentarios {
  color: #444444;
  border: 1px solid #444444;
}

.contactform__servicios {
  height: 29px;
  overflow: hidden;
  color: #444444;
  font-size: 14px;
}

.contactform__servicios select {
  background: transparent;
  border: #444444;
  height: 29px;
  padding: 5px;
  color: #444444;
}

.contactform__servicios.black {
  height: 29px;
}

.contactform__botonconfirmar {
  grid-column: 2 / 3;
  grid-row: 8;
  background-color: #ebebeb;
  border-color: #444444;
  border-radius: 4px;
  cursor: pointer;
  padding-bottom: 2px;
  height: 45px;
  width: 155px;
  font-weight: bold;
  font-size: 18px;
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contactform input,
.contactform select,
.contactform textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #444444;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;
  color: #444444;
}

@media screen and (min-width: 800px) {
  .contactform input,
  .contactform select,
  .contactform textarea {
    width: 100%;
  }
}

.contactform__iconoEmail {
  color: #444444;
  font-size: 2rem;
}

@media screen and (min-width: 800px) {
  .contactform__iconoEmail {
    font-size: 1.7rem;
  }
}

.contactform ::-webkit-input-placeholder {
  color: solid #444444;
}

.contactform :-ms-input-placeholder {
  color: solid #444444;
}

.contactform ::-ms-input-placeholder {
  color: solid #444444;
}

.contactform ::placeholder {
  color: solid #444444;
}

.contactform ::-moz-selection {
  background: black;
  height: 30px;
}

.contactform ::selection {
  background: black;
  height: 30px;
}

/*----------  LAYOUTS  ----------*/
/*=============================================
=            $BANNER          =
=============================================*/
.section__fondo {
  height: 200px;
  background-image: url("../img/smartphone/@2x/banner@2x.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 320px) {
  .section__fondo {
    height: 300px;
    background-image: url("../img/smartphone/@2x/banner@2x.jpg");
  }
}

@media only screen and (min-width: 320px) and (-webkit-pixel-ratio: 2), only screen and (min-width: 320px) and (-moz-device-pixel-ratio: 2), only screen and (min-width: 320px) and (-ms--device-pixel-ratio: 2) {
  .section__fondo {
    background-image: url("../img/smartphone/@2x/banner@2x.jpg");
  }
}

@media only screen and (min-width: 801px) {
  .section__fondo {
    height: 500px;
    background-image: url("../img/desktop/@1x/banner.jpg");
  }
}

@media only screen and (min-width: 801px) and (-webkit-pixel-ratio: 2), only screen and (min-width: 801px) and (-moz-device-pixel-ratio: 2), only screen and (min-width: 801px) and (-ms--device-pixel-ratio: 2) {
  .section__fondo {
    background-image: url("../img/desktop/@2x/banner@2x.jpg");
  }
}

/*=============================================
=            $GRIDS         =
=============================================*/
/*=============================================
=            $LAYOUTS         =
=============================================*/
/*=============================================
=            Código Servicios Mati            =
=============================================*/
.servicios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.servicios__centrado {
  max-width: 90%;
  margin: 20px auto;
}

.servicios__centrado__estudios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2rem;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__estudios {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.servicios__centrado__estudios__img {
  padding-top: 15px;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__estudios__img {
    width: 40%;
  }
}

.servicios__centrado__estudios__figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__estudios__figcaption {
    width: 55%;
  }
}

.servicios__centrado__estudios__figcaption__t {
  font-family: 'MontserratBold', sans-serif;
  padding: 15px 0;
}

.servicios__centrado__estudios__figcaption__p {
  text-align: justify;
  padding-bottom: 15px;
}

.servicios__centrado__estudios__figcaption__b {
  padding: 8px;
  font-family: 'MontserratBold', sans-serif;
}

.servicios__centrado__presupuestos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2rem;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__presupuestos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.servicios__centrado__presupuestos__img {
  padding-top: 15px;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__presupuestos__img {
    width: 40%;
  }
}

.servicios__centrado__presupuestos__figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__presupuestos__figcaption {
    width: 55%;
  }
}

.servicios__centrado__presupuestos__figcaption__t {
  font-family: 'MontserratBold', sans-serif;
  padding: 15px 0;
}

.servicios__centrado__presupuestos__figcaption__p {
  text-align: justify;
  padding-bottom: 15px;
}

.servicios__centrado__presupuestos__figcaption__b {
  padding: 8px;
  font-family: 'MontserratBold', sans-serif;
}

.servicios__centrado__proyectos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2rem;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__proyectos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.servicios__centrado__proyectos__img {
  padding-top: 15px;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__proyectos__img {
    width: 40%;
  }
}

.servicios__centrado__proyectos__figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__proyectos__figcaption {
    width: 55%;
  }
}

.servicios__centrado__proyectos__figcaption__t {
  font-family: 'MontserratBold', sans-serif;
  padding: 15px 0;
}

.servicios__centrado__proyectos__figcaption__p {
  text-align: justify;
  padding-bottom: 15px;
}

.servicios__centrado__proyectos__figcaption__b {
  padding: 8px;
  font-family: 'MontserratBold', sans-serif;
}

.servicios__centrado__direccion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2rem;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__direccion {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.servicios__centrado__direccion__img {
  padding-top: 15px;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__direccion__img {
    width: 40%;
  }
}

.servicios__centrado__direccion__figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__direccion__figcaption {
    width: 55%;
  }
}

.servicios__centrado__direccion__figcaption__t {
  font-family: 'MontserratBold', sans-serif;
  padding: 15px 0;
}

.servicios__centrado__direccion__figcaption__p {
  text-align: justify;
  padding-bottom: 15px;
}

.servicios__centrado__direccion__figcaption__b {
  padding: 8px;
  font-family: 'MontserratBold', sans-serif;
}

.servicios__centrado__coordinacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2rem;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__coordinacion {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.servicios__centrado__coordinacion__img {
  padding-top: 15px;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__coordinacion__img {
    width: 40%;
  }
}

.servicios__centrado__coordinacion__figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__coordinacion__figcaption {
    width: 55%;
  }
}

.servicios__centrado__coordinacion__figcaption__t {
  font-family: 'MontserratBold', sans-serif;
  padding: 15px 0;
}

.servicios__centrado__coordinacion__figcaption__p {
  text-align: justify;
  padding-bottom: 15px;
}

.servicios__centrado__coordinacion__figcaption__b {
  padding: 8px;
  font-family: 'MontserratBold', sans-serif;
}

@media screen and (min-width: 800px) {
  .servicios__centrado__presupuestos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 800px) {
  .servicios__centrado__direccion {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.pie {
  background: #444444;
  color: #ebebeb;
  height: 270px;
  display: grid;
  grid-template-rows: 150px 70px 50px;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 800px) {
  .pie {
    grid-template-rows: 100px 200px 60px 50px;
    grid-template-columns: 1fr 1fr 1fr;
    height: 410px;
  }
}

.pie__logo {
  display: none;
}

@media screen and (min-width: 800px) {
  .pie__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-row: 1/2;
    grid-column: 1/4;
  }
  .pie__logo img {
    width: 90px;
    height: 90px;
    padding-left: 20px;
  }
  .pie__logo span {
    font-size: 30px;
    padding: 20px;
  }
}

.pie__menu {
  display: none;
}

@media screen and (min-width: 800px) {
  .pie__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-row: 2/3;
    grid-column: 1/2;
    border-right: 1px #ebebeb solid;
  }
  .pie__menu__banderas img {
    width: 35px;
    height: 25px;
  }
}

.pie__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 90%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (min-width: 800px) {
  .pie__social {
    width: 70%;
  }
}

.pie__social__icons1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (min-width: 800px) {
  .pie__social__icons1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pie__social__icons1 .twitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pie__social__icons1 .twitter::after {
    content: "Twitter ";
  }
  .pie__social__icons1 .facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pie__social__icons1 .facebook::after {
    content: "Facebook ";
  }
}

.pie__social__icons2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (min-width: 800px) {
  .pie__social__icons2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pie__social__icons2 .linkedin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pie__social__icons2 .linkedin::after {
    content: "Linkedin ";
  }
  .pie__social__icons2 .instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pie__social__icons2 .instagram::after {
    content: "Instagram ";
  }
}

.pie__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  height: 90%;
  margin: auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: space-around;
  -ms-flex-align: space-around;
  align-items: space-around;
}

@media screen and (min-width: 800px) {
  .pie__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-row: 3/4;
    grid-column: 1/4;
    border: 1px #ebebeb solid;
    width: 100%;
  }
}

.pie__contacto {
  grid-row: 2/3;
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px #ebebeb solid;
}

@media screen and (min-width: 800px) {
  .pie__contacto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-row: 2/3;
    grid-column: 2/3;
    border: 0px;
    border-right: 1px #ebebeb solid;
  }
}

.pie__contacto span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.pie__contacto i {
  padding-right: 8px;
  font-size: 2rem;
}

.pie__copy {
  grid-row: 3/4;
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

@media screen and (min-width: 800px) {
  .pie__copy {
    grid-row: 4/5;
    grid-column: 1/4;
  }
}

/*----------  Imágenes  ----------*/
/*=============================================
=            $IMAGENES           =
=============================================*/
@media screen and (min-width: 800px) {
  .sectSobreMi__formacion__fig__img img {
    padding-right: 70px;
    width: 150em;
  }
}

@media screen and (min-width: 800px) {
  .sectSobreMi__exp__fig__img img {
    padding-left: 60px;
    width: 150em;
  }
}

.section__centrado__fotos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}

@media screen and (min-width: 702px) {
  .section__centrado__fotos {
    padding-top: 50px;
  }
}

@media screen and (min-width: 800px) {
  .section__centrado__fotos {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
  }
}

.section__centrado__fotos .section__centrado__fotos__estudiosTecnicos__fig {
  width: 100%;
}

.section__centrado__fotos .section__centrado__fotos__estudiosTecnicos__fig__texto {
  color: #444444;
  font-size: 18px;
  text-align: center;
  font-family: 'MontserratBold', sans-serif;
  padding: 10px 0;
}

@media screen and (max-width: 402px) {
  .section__centrado__fotos .section__centrado__fotos__estudiosTecnicos__fig__texto {
    font-size: 15px;
  }
}

@media screen and (min-width: 800px) {
  .section__centrado__fotos .section__centrado__fotos__estudiosTecnicos__fig__texto {
    font-size: 28px;
  }
}

.section__centrado__fotos .section__centrado__fotos__presupuesto__fig {
  width: 100%;
}

.section__centrado__fotos .section__centrado__fotos__presupuesto__fig__texto {
  color: #444444;
  font-size: 18px;
  text-align: center;
  font-family: 'MontserratBold', sans-serif;
  padding: 10px 0;
}

@media screen and (max-width: 402px) {
  .section__centrado__fotos .section__centrado__fotos__presupuesto__fig__texto {
    font-size: 15px;
  }
}

@media screen and (min-width: 800px) {
  .section__centrado__fotos .section__centrado__fotos__presupuesto__fig__texto {
    font-size: 28px;
  }
}

.section__centrado__fotos .section__centrado__fotos__proyectos__fig {
  width: 100%;
}

.section__centrado__fotos .section__centrado__fotos__proyectos__fig__texto {
  color: #444444;
  font-size: 18px;
  text-align: center;
  font-family: 'MontserratBold', sans-serif;
  padding: 10px 0;
}

@media screen and (max-width: 402px) {
  .section__centrado__fotos .section__centrado__fotos__proyectos__fig__texto {
    font-size: 15px;
  }
}

@media screen and (min-width: 800px) {
  .section__centrado__fotos .section__centrado__fotos__proyectos__fig__texto {
    font-size: 28px;
  }
}

.section__centrado__fotos .section__centrado__fotos__DireccionDeObras__fig {
  width: 100%;
}

.section__centrado__fotos .section__centrado__fotos__DireccionDeObras__fig__texto {
  color: #444444;
  font-size: 18px;
  text-align: center;
  font-family: 'MontserratBold', sans-serif;
  padding: 10px 0;
}

@media screen and (max-width: 402px) {
  .section__centrado__fotos .section__centrado__fotos__DireccionDeObras__fig__texto {
    font-size: 15px;
  }
}

@media screen and (min-width: 800px) {
  .section__centrado__fotos .section__centrado__fotos__DireccionDeObras__fig__texto {
    font-size: 28px;
  }
}

.section__centrado__fotos__coordincionYSeguridad {
  grid-column: 1/3;
}

.section__centrado__fotos__coordincionYSeguridad__fig {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 320px) {
  .section__centrado__fotos__coordincionYSeguridad__fig {
    background-image: url("../img/desktop/@1x/coordincionYSeguridad_Inicio.jpg");
  }
}

@media only screen and (min-width: 320px) and (-webkit-pixel-ratio: 2), only screen and (min-width: 320px) and (-moz-device-pixel-ratio: 2), only screen and (min-width: 320px) and (-ms-device-pixel-ratio: 2) {
  .section__centrado__fotos__coordincionYSeguridad__fig .section__centrado__fotos__coordincionYSeguridad__fig {
    background-image: url("../img/desktop/@2x/coordincionYSeguridad_Inicio.jpg");
  }
}

@media only screen and (min-width: 801px) {
  .section__centrado__fotos__coordincionYSeguridad__fig {
    height: 500px;
    background-image: url("../img/desktop/@1x/coordincionYSeguridad_Inicio.jpg");
  }
}

@media only screen and (min-width: 801px) and (-webkit-pixel-ratio: 2), only screen and (min-width: 801px) and (-moz-pixel-ratio: 2), only screen and (min-width: 801px) and (-ms-pixel-ratio: 2) {
  .section__centrado__fotos__coordincionYSeguridad__fig .section__centrado__fotos__coordincionYSeguridad__fig {
    background-image: url("../img/desktop/@2x/coordincionYSeguridad_Inicio@2x.jpg");
  }
}

.section__centrado__fotos__coordincionYSeguridad__texto {
  color: #444444;
  font-size: 18px;
  text-align: center;
  font-family: 'MontserratBold', sans-serif;
  padding: 10px 0 30px;
}

@media screen and (min-width: 800px) {
  .section__centrado__fotos__coordincionYSeguridad__texto {
    font-size: 28px;
    padding-bottom: 50px;
  }
}
