/*=================================================================
	 Document summary management
==================================================================*/

.summary-management {
    background: #ffffff url(../img/DdocManagement/Esquina.png) top right no-repeat;
    background-size: 20%;
}

.first-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

.first-paragraph {
    color: #2B2450;
    font-family: Circular_Std_Bold;
    font-size: 3vw;
}

.second-paragraph {
    color: #185BA2;
    font-family: Circular_Std_Bold;
    font-size: 3vw;
}

.second-text {
    display: inline-block;
    color: #185BA2;
    font-family: Baskerville_Rugular;
    font-size: 2vw;
    text-align: center;
}

@media screen and (max-width: 700px) {
    .first-paragraph {
        font-size: 5vw;
        margin-top: 7%;
    }
    .second-paragraph {
        font-size: 5.5vw;
        margin-top: -3%;
    }
    .second-text {
        font-size: 5vw;
        margin-top: -3%;
    }
    .title-architecture p {
        font-size: 7.5vw;
    }
    .table {
        margin-bottom: 15%;
    }
    .table-body tr td {
        font-size: 5vw;
        text-align: left;
    }
    .second-image img {
        margin-left: -50%;
        width: 40vh;
    }
}

/*=================================================================
	 Architecture
==================================================================*/

.architecture {
    background: #ffffff url(../img/DdocManagement/forma_contenedor_01.png) bottom left no-repeat;
    margin-top: 5%;
    padding-bottom: 15%;
    background-size: 100%;
}

.first-block {
    margin-left: -7%;
}

.second-block {
    margin-left: 7%;
    margin-top: -5%;
    text-align: right;
}

.table {
    width: 100%;
    margin-left: 5vw;
}

.table-body .title-architecture {
    font-family: Circular_Std_Bold;
    font-size: 2.75vw;
    line-height: 10vh;
}

.table-body th {
    width: 5%;
    border: none;
}

.table-body td {
    color: #2B2450;
    border: none;
    font-family: Baskerville_Rugular;
    text-align: justify;
    font-size: 23px;
    word-wrap: break-word;
    max-width: 150px;
    /* padding: 35% 0; */
}

/*=================================================================
	 Containers ddoc
==================================================================*/

.custom-container>div {
    margin-left: 0;
}

.first-container {
    margin-top: 10%;
}

.second-container {
    margin-top: 10%;
}

.therd-container {
    margin-top: 10%;
}

.fourth-container {
    margin-top: 10%;
}

/******** for summary *********/

.general-containers {
    background-color: #E0E1E2;
    padding-bottom: 20vh;
}

.general-containers .row img {
    width: 30vh;
}

@media only screen and (min-width: 1050px) {
    .general-containers .row img {
        width: 50vh;
    }
    .text-white, .text-blue {
        margin-top: -60vh !important;
    }
}

.first-container .text-white {
    color: #ffffff;
    font-family: Baskerville_Rugular;
    font-size: 1.75vw;
    margin-left: 15px;
    margin-top: -40vh;
    text-align: center;
    width: 90%;
}

.second-container .text-blue {
    color: #1D59A2;
    font-family: Baskerville_Rugular;
    font-size: 1.75vw;
    margin-left: 15px;
    margin-top: -40vh;
    text-align: center;
    width: 90%;
}

.therd-container .text-white {
    color: #ffffff;
    font-family: Baskerville_Rugular;
    font-size: 1.75vw;
    margin-left: 15px;
    margin-top: -40vh;
    text-align: center;
    width: 90%;
}

.fourth-container .text-blue {
    font-family: Baskerville_Rugular;
    font-size: 1.75vw;
    margin-left: 15px;
    margin-top: -40vh;
    text-align: center;
    width: 90%;
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .first-container img{
        margin: -10% 0% 60% 20%;
    }

    .first-container .text-white{
        font-size: 4vw;
        margin: -135% 0% 35% 21%;
        width: 55%;
    }

    .second-container img{
        margin: -10% 0% 60% 20%;
    }

    .second-container .text-blue{
        font-size: 4vw;
        margin: -120% 0% 35% 21%;
        width: 55%;
    }

    .therd-container img{
        margin: -10% 0% 60% 20%;
    }

    .therd-container .text-white{
        font-size: 4.5vw;
        margin: -135% 0% 35% 21%;
        width: 55%;
    }

    .fourth-container img{
        margin: -10% 0% 60% 20%;
    }

    .fourth-container .text-blue{
        font-size: 4vw;
        margin: -135% 0% 35% 21%;
        width: 55%;
    }
}


@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 640px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .first-container img{
        margin: -10% 0% 60% 20%;
    }

    .first-container .text-white{
        font-size: 4vw;
        margin: -135% 0% 35% 21%;
        width: 55%;
    }

    .second-container img{
        margin: -10% 0% 60% 20%;
    }

    .second-container .text-blue{
        font-size: 4vw;
        margin: -120% 0% 35% 21%;
        width: 55%;
    }

    .therd-container img{
        margin: -10% 0% 60% 20%;
    }

    .therd-container .text-white{
        font-size: 4.5vw;
        margin: -135% 0% 35% 21%;
        width: 55%;
    }

    .fourth-container img{
        margin: -10% 0% 60% 20%;
    }

    .fourth-container .text-blue{
        font-size: 4vw;
        margin: -135% 0% 35% 21%;
        width: 55%;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    
    .first-container img{
        margin: -10% 0% 60% 14%;
    }

    .second-container img{
        margin: -10% 0% 60% 14%;
    }

    .second-container .text-blue{
        margin: -128% 0% 35% 21%;
    }

    .therd-container img{
        margin: -10% 0% 60% 14%;
    }

    .fourth-container img{
        margin: -10% 0% 60% 14%;
    }

    .fourth-container .text-blue{
        margin: -150% 0% 35% 21%;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .first-container img{
        margin: -10% 0% 60% 20%;
    }

    .first-container .text-white{
        font-size: 4vw;
        margin: -135% 0% 35% 21%;
        width: 55%;
    }

    .second-container img{
        margin: -10% 0% 60% 20%;
    }

    .second-container .text-blue{
        font-size: 4vw;
        margin: -120% 0% 35% 21%;
        width: 55%;
    }

    .therd-container img{
        margin: -10% 0% 60% 20%;
    }

    .therd-container .text-white{
        font-size: 4.5vw;
        margin: -135% 0% 35% 21%;
        width: 55%;
    }

    .fourth-container img{
        margin: -10% 0% 60% 20%;
    }

    .fourth-container .text-blue{
        font-size: 4vw;
        margin: -135% 0% 35% 21%;
        width: 55%;
    }
}


@media only screen 
  and (min-width: 500px) 
  and (max-width: 925px) {

    .first-container img{
        margin: -10% 0% 60% 20%;
    }

    .first-container .text-white{
        font-size: 4vw;
        margin: -135% 0% 35% 21%;
        width: 55%;
    }

    .second-container img{
        margin: -10% 0% 60% 20%;
    }

    .second-container .text-blue{
        font-size: 4vw;
        margin: -120% 0% 35% 21%;
        width: 55%;
    }

    .therd-container img{
        margin: -10% 0% 60% 20%;
    }

    .therd-container .text-white{
        font-size: 4.5vw;
        margin: -135% 0% 35% 21%;
        width: 55%;
    }

    .fourth-container img{
        margin: -10% 0% 60% 20%;
    }

    .fourth-container .text-blue{
        font-size: 4vw;
        margin: -135% 0% 35% 21%;
        width: 55%;
    }
}

/*=================================================================
	   Section characteristics
==================================================================*/

.containers-characteristics {
    background-color: #2B2450;
}

.summary-characteristics {
    margin-top: 6%;
    margin-bottom: 4%;
}

.first-characteristics {
    color: #ffffff;
    font-family: Circular_Std_Bold;
    font-size: 3vw;
    text-align: center;
}

.second-characteristics {
    color: #2060B8;
    font-family: Circular_Std_Bold;
    font-size: 2vw;
    text-align: center;
}

.therd-characteristics {
    color: #ffffff;
    font-family: Baskerville_Rugular;
    font-size: 2vw;
    text-align: center;
}

.pico-azyl img{
    background-color: #E0E1E2;
    display: block;
    width: 100%;
}

.pico_azul_inf img{
    display: block;
    width: 100%;
}

@media screen and (max-width: 700px) {

}

@media screen and (min-width: 250px) and (max-width: 579px) {
    .first-characteristics {
        font-size: 4.5vw;
    }
    .second-characteristics {
        font-size: 4vw;
    }
    .therd-characteristics {
        font-size: 3.5vw;
    }
}

/*=================================================================
	   Nav for section
==================================================================*/

.custom-navbar {
    background-color: #205AA4;
    margin: 50px 10%;
}

.custom-navbar ul {
    width: 460%
}

.custom-navbar ul li {
    width: 50%
}

.custom-navbar ul li a {
    font-size: 20px;
}

.seccions {
    margin-top: 2%;
    margin-bottom: 5%;
}

.display-title {
    color: #2256A2;
    font-family: Circular_Std_Bold;
    font-size: 50px;
    text-align: center;
    margin-top: 5%;
}

.display-text {
    color: #292444;
    font-family: Baskerville_Rugular;
    font-size: 20px;
    text-align: center;
}

.navigation-first-text {
    color: #2256A2;
    font-family: Circular_Std_Bold;
    font-size: 50px;
    margin-top: 25%;
}

.navigation-second-text {
    color: #292444;
    font-family: Baskerville_Rugular;
    font-size: 25px;
    text-align: right;
}

.image-navigation {
    margin-top: 15%;
}

.safety-first-text {
    color: #2256A2;
    font-family: Circular_Std_Bold;
    font-size: 55px;
    margin-top: 25%;
    text-align: right;
}

.img-busqueda{
    width: 100%;
}

@media screen and (max-width: 700px) {
    .navigation-first-text {
        font-size: 5vw;
        text-align: center;
        margin-top: -9%;
    }
    .navigation-second-text {
        text-align: center;
        font-size: 4vw;
    }
    .image-navigation img {
        margin-top: -15%;
    }
    .display-title {
        font-size: 5vw;
        text-align: center;
        margin-top: -9%;
    }
    .display-text {
        text-align: center;
        font-size: 4vw;
    }
    .safety-first-text {
        font-size: 6vw;
        text-align: center;
        margin-top: -9%;
    }
    .navigation-second-text {
        font-size: 3.5vw;
    }

    .img-busqueda{
        width: 100%;
        height: 35vh;
    }
}