@font-face {
font-family: "DMSans-regular";
src: url("fonts/dmsans/DMSans-Regular.eot");
src: url("fonts/dmsans/DMSans-Regular.woff") format("woff"),
url("fonts/dmsans/DMSans-Regular.otf") format("opentype"),
url("fonts/dmsans/DMSans-Regular.svg") format("svg");
}

@font-face {
font-family: "DMSans-regular-italic";
src: url("fonts/dmsans/DMSans-Italic.eot");
src: url("fonts/dmsans/DMSans-Italic.woff") format("woff"),
url("fonts/dmsans/DMSans-Italic.otf") format("opentype"),
url("fonts/dmsans/DMSans-Italic.svg") format("svg");
}

@font-face {
font-family: "DMSans-medium";
src: url("fonts/dmsans/DMSans-Medium.eot");
src: url("fonts/dmsans/DMSans-Medium.woff") format("woff"),
url("fonts/dmsans/DMSans-Medium.otf") format("opentype"),
url("fonts/dmsans/DMSans-Medium.svg") format("svg");
}

@font-face {
font-family: "DMSans-medium-italic";
src: url("fonts/dmsans/DMSans-MediumItalic.eot");
src: url("fonts/dmsans/DMSans-MediumItalic.woff") format("woff"),
url("fonts/dmsans/DMSans-MediumItalic.otf") format("opentype"),
url("fonts/dmsans/DMSans-MediumItalic.svg") format("svg");
}

@font-face {
font-family: "DMSans-bold";
src: url("fonts/dmsans/DMSans-Bold.eot");
src: url("fonts/dmsans/DMSans-Bold.woff") format("woff"),
url("fonts/dmsans/DMSans-Bold.otf") format("opentype"),
url("fonts/dmsans/DMSans-Bold.svg") format("svg");
}

@font-face {
font-family: "DMSans-bold-italic";
src: url("fonts/dmsans/DMSans-BoldItalic.eot");
src: url("fonts/dmsans/DMSans-BoldItalic.woff") format("woff"),
url("fonts/dmsans/DMSans-BoldItalic.otf") format("opentype"),
url("fonts/dmsans/DMSans-BoldItalic.svg") format("svg");
}


.typedd {
    color: #1D1D1B;
    font-family: 'DM Serif Display', serif;
    font-size: 31px;
    text-transform: none;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #1D1D1B;
    transform: rotate(90deg);
}

.cont_main_slider {
    width: 100%;
    position: relative;
    padding: 80px 5% 30px 5%;
    display: block;
    max-width: 1600px;
    margin: auto;
    background:#ffffff;
}

.swiper-container_ilustraciones {
    width: 100%;
    display: block;
    overflow: hidden;
    max-height: 80vh;
}

.swiper-container_ilustraciones .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
}

.swiper-container_ilustraciones .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.main_banner h1 {
    text-align: center;
    font-family: 'DM Serif Display', serif;
    font-weight: normal;
    font-size: 2em;
    letter-spacing: normal;
}

.main_banner p{
    font-family: 'DMSans-regular', Arial, sans-serif;
}

.cont_last_news{
    background:#F2F2F2;
    width:100%;
    padding:0 0 60px 0;
}

.row.contact_home {
    width: 100%;
    display: block;
    padding: 0 0 110px 0;
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 15px 0;
    text-align: center;
    background-color: rgba(0,0,0,0.9);
    width:102%;
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.closeclose {
    margin-top: 10px;
}

.portfolio-modal .close-modal .lr {
    height: 25px;
    width: 1px;
    margin-left: 55px;
    background-color: #ffffff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 111;
}

.portfolio-modal .close-modal .lr .rl {
    height: 25px;
    width: 1px;
    background-color: #ffffff;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 111;
}

.align-self-center {
    margin: auto;
    float: none;
}

.modal_swiper {
    overflow: hidden;
    margin: auto;
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.arrows_bw {
    display: block;
    width: 80px;
    margin: auto;
    position: relative;
    height: 50px;
}

.arrows_bw .swiper-button-prev {
    left: 10px!important;
}

.arrows_bw .swiper-button-next:after, .arrows_bw .swiper-button-prev:after{
    font-size: 22px!important;
}

.galeria_slide{
    max-height: 100vh;
}

.modal-body .modalbefore {
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 111111;
    content: '';
    position: absolute;
    overflow: hidden;
    left: 0;
    opacity: 1;
}

.swiper-slide img {
    width: 100%;
    margin: auto!important;
    display: block;
}

.close_modal_close {
    color: #ffffff;
}

.close_modal_close:hover{
    color: #ffffff;
    opacity:0.8;
}