/** ESTILOS DE ELEMENTOS COMUNES A TODAS LAS PAGINAS EN GENERAL**/

@font-face {
    font-family: "KaushanScript-Regular";
    src: url('../fonts/KaushanScript-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

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

body {
    background: #333;
    /*background-color: lightgray;*/
    /*background-color: pink;*/
}

 ::-webkit-scrollbar {
    width: 10px;
}

 ::-webkit-scrollbar-track {
    background-color: #232f3e;
}

 ::-webkit-scrollbar-thumb {
    background-color: lightgreen;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #FE9A2E;
}

 ::-webkit-scrollbar-button:decrement {
    background-color: #FE9A2E;
    height: 25px;
    /*background-image: url();*/
}

 ::-webkit-scrollbar-button:increment {
    background-color: #FE9A2E;
    height: 25px;
    /*background-image: url();*/
}


/**:root {
    background-color: lightgray;
}**/


/*INICIO ESTILOS UP AND DOWN*/

#upAndDown {
    position: fixed;
    right: 0;
    top: 85%;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-end;
    z-index: 200;
}

#upAndDown div {
    color: white;
    padding: .7rem;
    background-color: #232f3e;
    display: flex;
    transition: all .5s;
}

#upAndDown div:first-child {
    border-radius: 1rem 0 0 0;
}

#upAndDown div:last-child {
    border-radius: 0 0 0 1rem;
}

#upAndDown div:hover {
    padding-right: 2rem;
    background: black;
    border-radius: 1rem 0 0 1rem;
}

#up:hover {
    cursor: pointer;
}

#down:hover {
    cursor: pointer;
}


/*FINAL ESTILOS UP AND DOWN*/


/*INICIO ESTILOS DEL SIDEBAR MENU*/

.sidebar {
    position: absolute;
    width: 260px;
    height: 100%;
    background: #333;
    /*color: #fff;*/
    color: #FE9A2E;
    outline: 1px solid #2a2a2a;
}

.sidebar h2 {
    text-align: center;
    margin: 0;
    padding: 10px;
    background: #2a2a2a;
    /* PROPIEDAD AGREGADA POR MI*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li span {
    margin-right: 10px;
    color: #FE9A2E;
}

.sidebar li {
    /* PROPIEDAD AGREGADA POR MI*/
    width: 100%;
    /*border: 1px solid #2a2a2a;*/
    outline: 1px solid #2a2a2a;
    /*transition: border 0.3s;*/
    /*transition: all 0.3s; (esto es lo mismo que para una propiedad especifica para nuestro caso en particular*/
    transition-property: border;
    transition-duration: 0.3s;
}

.sidebar li:hover {
    background: #444;
    /*border-left: 5px solid #eee; (configuracion inicial)*/
    border-left: 5px solid lightgreen;
}

.sidebar a {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    /* PROPIEDAD AGREGADA POR MI*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.contenido {
    width: 100%;
    height: 100%;
    position: relative;
    /*background: #eee;*/
    background: lightgray;
    /*padding: 30px;*/
    transition: all 0.8s;
    box-sizing: border-box;
    /*LA PROPIEDAD SIGUIENTE AYUDA A FIJAR LA BARRA DE MENU POR ENCIMA DEL CONTENIDO DE LA PAGINA*/
    /* padding-top: 37px; */
}


/* AQUI DESARROLLAREMOS LOS ESTILOS DE LA BARRA DE MENU Y DE LA BARRA DE BUSQUEDA RAPIDA DE SERVICIO*/

.bars {
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    display: table;
    padding: 5px;
    /*background-color: burlywood;*/
    /*LAS PROPIEDADES SIGUIENTES AYUDAN A FIJAR LA BARRA DE MENU POR ENCIMA DEL CONTENIDO DE LA PAGINA*/
    /* position: fixed;
    z-index: 800;
    margin-top: -42px; */
}

.menu-bar {
    height: auto;
    width: 49.80%;
    background-color: #2a2a2a;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Helvetica, sans-serif, Arial;
    padding: .5em 0em;
    margin-right: 5px;
    /*text-transform: uppercase;*/
    /*Cambio del cursor y movimiento pausado del sidebar*/
    cursor: pointer;
    transition: all .5s steps(4, end) 0s;
    -webkit-transition: all .5s steps(4, end) 0s;
}

.menu-bar .left,
.menu-bar .right {
    color: #FE9A2E;
    font-size: 1.20em;
}

.menu-bar h4 {
    /*background: pink;*/
    /*display: inline;*/
    margin-left: 2%;
    margin-right: 2%;
}

.quickSearchList {
    height: auto;
    width: 49.8%;
    background-color: #FE9A2E;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    /*color: #2a2a2a;*/
    font-family: Helvetica, sans-serif, Arial;
    padding: .2em 0em;
}

.quickSearchList .left,
.quickSearchList .right {
    /*color: #2a2a2a;*/
    color: white;
    padding: 0em 0.5em;
    font-size: 1.20em;
}


/*La propiedad de transition de menu-bar no estaba estipulada en el video.
 Esta parte la copie mas arriba por lo que la puedo borrar*/


/*.menu-bar {
    cursor: pointer;
    transition: all .5s steps(4, end) 0s;
    -webkit-transition: all .5s steps(4, end) 0s;
}*/


/*Este hover tampoco estaba en el video.*/


/*.menu-bar:hover {
    transform: scale(1.35);
    -webkit-transform: scale(1.35);
}*/

.abrir {
    /* margin-left: 260px;(lo mismo que transform de mas abajo*/
    transform: translateX(260px);
}


/*FIN ESTILOS DEL SIDEBAR MENU Y
 DE LA BARRA DE BUSQUEDA RAPIDA DE SERVICIO*/

header {
    border-top: 4px double white;
    width: 100%;
    /*min-width: 480px;*/
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif, Verdana, Geneva, Tahoma, sans-serif;
}


/* Estos estilos son para las barras determinando las dimensiones de celulares y tablets*/


/* .movilPortrait {
    width: 320px;
    height: 25px;
    color: white;
    background-color: darkblue;
}

.movilLandscape {
    width: 480px;
    height: 25px;
    color: white;
    background-color: purple;
}

.minimum {
    width: 245px;
    height: 25px;
    color: white;
    background-color: darkgreen;
} */

.main_header {
    width: 100%;
    height: auto;
    /*El siguiente color de fondo es de Amazon.com*/
    background-color: #232f3e;
    /* background: linear-gradient(to bottom left, lightgreen, #303030); */
}


/** Seccion estilos nombre; Professional & Technical, y E.I.R.L.**/

.acronym {
    color: #FE9A2E;
    font-size: 1.1em;
}

.acronym:hover {
    color: white
}

.name {
    float: left;
    width: 245px;
    /* padding: 5px 1px; */
    margin-top: 37.5px;
    margin-left: 1%;
    color: white;
    font-size: 9px;
    letter-spacing: 1.40px;
    /* background-color: yellowgreen; */
}

.name:hover {
    color: #FE9A2E;
    /*cursor: pointer;*/
}

.name h6 {
    float: right;
    margin-right: 3%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
}

.name hr {
    margin: 2px 0px;
}


/** Seccion estilos logo redondo con texto Service Point**/

.logo {
    float: left;
    margin: 12px 0px 12px -5px;
    background-color: lightgreen;
    width: 6.5em;
    height: 6.5em;
    border-radius: 50%;
    border: 1px solid white;
}

.logo:hover {
    background-color: #FE9A2E;
    cursor: pointer;
}

.service_point {
    width: 5.25em;
    height: 5.25em;
    margin-top: 9%;
    margin-left: 8.8%;
    background-color: black;
    border-radius: 50%;
    letter-spacing: .07em;
}

.service_point a {
    text-decoration: none;
}

.sp_text {
    color: white;
    text-align: center;
    font-size: 1.07em;
}

.sp_text:hover {
    color: lightgreen;
}


/** Seccion estilos transitorio "El PUNTO de los SERVICIOS"**/

.slogan h3 {
    width: 900px;
    color: red;
    margin-top: 3em;
    margin-bottom: 2.35em;
    margin-left: .75em;
    display: inline-block;
    font-family: "KaushanScript-Regular", Verdana, Geneva, Tahoma, sans-serif;
    animation-name: sloganAnimation;
    animation-duration: 10s;
    animation-timing-function: ease;
    animation-delay: 3s;
    animation-iteration-count: 3;
    animation-direction: normal;
    animation-fill-mode: backwards;
    /*animation: sloganAnimation 10s ease 3s 5 normal backwards;*/
    /* background-color: yellow; */
}

@keyframes sloganAnimation {
    0% {
        color: orangered;
        letter-spacing: 0em;
    }
    50% {
        color: lightgreen;
        letter-spacing: 0.18em;
    }
    100% {
        color: silver;
        letter-spacing: 0.18em;
    }
}


/*Seccion de estilos de la MANZANITA VERDE*/

.greenApple {
    float: right;
    height: 8rem;
    padding: .25rem;
    /* background-color: #00abf0; */
}


/* INICIO PROPIEDADES DE MENU ADAPTABLE A MOVILES A SER IMPORTADO DESDE estilo.css POSTERIORMENTE*/


/*FIN PROPIEDADES DEL MENU ADAPTABLE A MOVILES*/


/** Seccion estilos del menu de navegacion**/

.main_menu {
    width: 100%;
    height: auto;
    /** height: 5.4em;**/
    border-top: 1px solid white;
    border-bottom: 5px double white;
    background-color: #FE9A2E;
    display: flex;
}

/* INICIO PUNTOS NAVEGACION DESPLEGABLE*/

.main_menu details {
    width: 100%;
    display: block;
}

.main_menu details summary {
    /* color: #232f3e; */
    background-color: #232f3e;
    color: #FE9A2E;
    font-family: "KaushanScript-Regular", Verdana, Geneva, Tahoma, sans-serif;
    padding: 0.2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_menu details summary:hover {
    cursor: pointer;
}

.main_menu details ul {
    margin: 2px 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    flex-flow: row wrap;
}


/* .main_menu li:first-child {
    width: 215px;
} */


/* FINAL PUNTOS NAVEGACION DESPLEGABLE*/



.main_menu ul {
    margin: auto;
    /*background: rebeccapurple;*/
    list-style-type: none;
    padding: .1em;
    display: flex;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    flex-flow: row wrap;
}

.main_menu li {
    width: 60px;
    height: 60px;
    /*margin-left: 3em;*/
    margin: auto 1.6em;
    background-color: lightgreen;
    /*float: left;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0.3px solid white;
}

.main_menu a {
    background-color: black;
    color: #FE9A2E;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
}


/*ANIMACION DEL MENU DE NAVEGACION*/

.main_menu li a {
    /*transition-property: ;
    transition-duration: .5s;
    transition-timing-function: steps(4, end);
    transition-delay: 0s;*/
    transition: all .5s steps(4, end) 0s;
    -webkit-transition: all .5s steps(4, end) 0s;
}

.main_menu li:hover a {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.main_menu li img {
    /*transition-property: ;
    transition-duration: .5s;
    transition-timing-function: steps(4, end);
    transition-delay: 0s;*/
    transition: all .5s steps(4, end) 0s;
    -webkit-transition: all .5s steps(4, end) 0s;
}

.main_menu li:hover img {
    transform: rotate(360deg);
}


/*Seccion estilos del SLIDER (300318)*/

#sliderContainer {
    display: flex;
    padding: 1% 0%;
    /*min-height: 100vh;*/
    /*background: #efc876;*/
    /*background: #232f3e;*/
}

#c-slider {
    margin: auto;
    width: 90%;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
    /*box-shadow: 0 15px 50px;*/
    box-shadow: 0 0 0 2px #fff, 0 15px 50px;
}

#slider {
    display: flex;
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;*/
    /*600% por que solo hay 6 imagenes, esto aumenta de 100 en 100%*/
    width: 600%;
}

#slider section {
    width: 100%;
    display: flex
}

#slider img {
    display: block;
    width: 100%;
    height: 100%;
}

#slider section div {
    width: 25%;
    height: 100%;
}

#btn-prev,
#btn-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
}

#btn-prev:hover,
#btn-next:hover {
    background: rgba(255, 255, 255, 1);
}

#btn-prev {
    left: 10px;
}

#btn-next {
    right: 10px;
}


/*Final estilos SLIDER*/


/** Seccion estilos del contenido pagina (body)**/

.main_section {
    margin-left: 5%;
    margin-top: 1em;
    width: 90%;
    height: auto;
    /**height: 50em;**/
    background-color: lightgray;
    /*background-color: darkolivegreen;*/
}

article {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    /* width: 71.65%; */
    width: 100%;
    height: auto;
    /** height: 45em;**/
    background-color: #303030;
    color: #2F4F4F;
    /* border-radius: 1%; */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.main_section aside {
    clear: both;
    display: inline-block;
    width: 27%;
    /*height: auto;*/
    /* esto es para el up and dowr de los anuncios*/
    height: 61em;
    background-color: orange;
    /*border-radius: 2%;*/
    /* esto es para el up and dowr de los anuncios*/
    /*overflow: hide;*/
}

aside h3 {
    width: 100%;
    color: white;
    padding: .5em;
    background-color: #303030;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*border-radius: 4%;*/
}

.main_section aside h5 {
    text-align: center;
}

aside #asideGeneralPackages {
    clear: both;
    /*display: block;*/
    width: 100%;
    height: 92%;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    background-color: transparent;
    box-shadow: none;
    overflow: auto;
}

aside div {
    width: 90%;
    height: auto;
    /*height: 9em;*/
    padding: 1.2%;
    margin-left: 5%;
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}

#asideGeneralPackages img {
    margin: 6px 0px;
}

#asideGeneralPackages h6 {
    padding-left: 25px;
}

#asideGeneralPackages ul {
    padding-left: 45px;
    list-style-type: square;
}

#asideGeneralPackages a {
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2em;
    color: green;
}

#asideGeneralPackages .icon-bubbles3 {
    padding: 5px;
    color: green;
    font-weight: bold;
    font-size: 1.2em;
}

#asideGeneralPackages .icon-bubbles3:hover {
    color: #FAAC58;
}

aside h5 {
    padding: .5rem;
    background: #FAAC58;
}

aside h4 {
    color: red;
    font-size: 1.1rem;
    text-align: center;
}


/* START ESTILOS DE SOCIAL NETWORK SIDE BAR*/

.socialBar {
    position: fixed;
    right: 0;
    top: 37.5%;
    /*font-size: 1rem;*/
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-end;
    z-index: 200;
}

.socialBar .icon {
    color: white;
    text-decoration: none;
    padding: .7rem;
    display: flex;
    transition: all .5s;
}

.socialBar .icon-facebook {
    background: #3b5998;
}

.socialBar .icon-google-plus {
    background: #d95232;
}

.socialBar .icon-twitter {
    background: #00abf0;
}

.socialBar .icon-pinterest2 {
    background: #ae181f;
}

.socialBar .icon-instagram {
    background: #3f60a5;
}

.socialBar .icon-youtube {
    background: #e83028;
}

.socialBar .icon-linkedin2 {
    background: darkblue;
}

.socialBar .icon-mail2 {
    background: #666666;
}

.socialBar .icon:first-child {
    border-radius: 1rem 0 0 0;
}

.socialBar .icon:last-child {
    border-radius: 0 0 0 1rem;
}

.socialBar .icon:hover {
    padding-right: 2rem;
    background: black;
    border-radius: 1rem 0 0 1rem;
    /*box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);*/
}


/*inicio tooltips dentro de socialbar (140517)*/


/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted #FE9A2E;*/
}


/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    /*background-color: #FE9A2E;*/
    color: white;
    font-family: helvetica, sans-serif;
    text-align: center;
    font-size: 0.7em;
    border-radius: 6px;
    padding: 4px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    /*Right Tooltip
    top: -5px;
    left: 105%;*/
    /*Left Tooltip*/
    top: 10px;
    right: 105%;
    /*Top Tooltip
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px; /*Use half of the width (120/2 = 60), to center the tooltip
    */
    /*Bottom Tooltip
    width: 120px;
    top: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip
    */
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* las propiedades siguientes agrega flecha a tooltips*/


/*.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%; /*a la derecha del tooltip (solo cambiar al sentido opuesto de lo requerido)
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #FE9A2E;
}*/


/*final tooltips dentro de socialbar*/


/*END ESTILOS SOCIAL NETWORK SIDE BAR*/


/*ESTILOS DE LA BARRA DE RETORNO HACIA EL MENU PRINCIPAL
 O BARRA DE PUNTOS DE NAVEGACION*/

#menuReturn {
    text-decoration: none;
    display: block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    /*background-color: #808080;*/
    background: #2a2a2a;
    color: white;
    padding: .5em;
}


/*BORRANDO TODOS LOS AJUSTES DISPLAY - FLOAT*/

.clearAll {
    clear: both;
}


/**SERVICIOS EXTERNOS A PROFESSIONAL & TECHNICAL SERVICE POINT (MODIFICADO 130417)**/

.second_section {
    margin-left: 5%;
    margin-top: 1%;
    width: 90%;
    height: auto;
    /*min-width: 480px;*/
    /** height: 23.5em;**/
    /**display: flex;**/
    background-color: #FE9A2E;
    border: 1px solid black;
    box-sizing: border-box;
    border-radius: 1%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.second_section h2 {
    width: 100%;
    /** background-color: red;**/
    color: #303030;
    padding: .5em;
    text-align: center;
}

.external a {
    color: white;
    text-decoration: none;
}

.external a:hover {
    color: red;
    cursor: pointer;
}

.external {
    color: white;
    font-size: 1.25em;
}

.external:hover {
    color: red;
}


/** PARA LOS PUNTOS DE SERVICIOS EXTERNOS DEBEMOS PONER A PRUEBA EL
DISPLAY FLEX CORRECTAMENTE (VIDEO 64 DE CSS)
 Y TODAS SUS VARIABLES YA QUE NOS SIMPLIFICA LA CODIFICACION**/


/** PUNTOS DE SERVICIOS PROFESIONALES (EXTERNOS)**/

.external_psp {
    /*border-right: 2px solid white;*/
    width: 48%;
    margin-left: 1.5%;
    margin-right: 0%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    background-color: silver;
    display: inline-block;
    /**float: left;**/
    /**display: flex;**/
}

.external_psp h2 {
    background-color: #303030;
    /*text-align: center;*/
}

.external_psp .link_psp {
    width: 100%;
    /*background-color: red;*/
    color: white;
    text-decoration: none;
}

.external_psp ul {
    margin-left: 3%;
}

.external_psp li {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: lightgreen;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5%;
    margin-left: .25%;
    border: 0.3px solid white;
}

.external_psp ul a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.external_psp .link_psp:hover {
    color: red;
}


/*ANIMACION DE LOS PUNTOS DE SERVICIOS PROFESIONALES EXTERNOS (280717)*/

.external_psp li a {
    /*transition-property: ;
    transition-duration: .5s;
    transition-timing-function: steps(4, end);
    transition-delay: 0s;*/
    transition: all .5s steps(4, end) 0s;
    -webkit-transition: all .5s steps(4, end) 0s;
}

.external_psp li:hover a {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.external_psp li img {
    /*transition-property: ;
    transition-duration: .5s;
    transition-timing-function: steps(4, end);
    transition-delay: 0s;*/
    transition: all .5s steps(4, end) 0s;
    -webkit-transition: all .5s steps(4, end) 0s;
}

.external_psp li:hover img {
    transform: rotate(360deg);
}

.external_psp #business {
    background-color: orangered;
}

.externalProfessionalServiceContainer h4 {
    /* color: red; */
    /* font-size: 1.1rem; */
    text-align: center;
}


/** PUNTOS DE SERVICIOS TECNICOS (EXTERNOS) (280717)**/

.external_tsp {
    /*border-left: 2px solid white;*/
    width: 48%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    background-color: silver;
    display: inline-block;
    /**float: right;**/
    /**display: flex;**/
}

.external_tsp h2 {
    color: white;
    background-color: #303030;
    text-align: center;
}

.external_tsp .link_tsp {
    width: 100%;
    /*background-color: red;*/
    color: white;
    text-decoration: none;
}

.external_tsp ul {
    margin-left: 3%;
}

.external_tsp li {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: lightgreen;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5%;
    margin-left: .25%;
    border: 0.3px solid white;
}

.external_tsp ul a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.external_tsp .link_tsp:hover {
    color: red;
}

.external_tsp #workshops {
    background-color: orangered;
    border: 0.3px solid white;
}

.external_tsp #taxi {
    background-color: black;
    border: 0.3px solid white;
}

.external_tsp #taxi a {
    background-color: black;
}

.externalTechnicalServiceContainer h4 {
    /* color: red; */
    /* font-size: 1.1rem; */
    text-align: center;
}


/*ANIMACION DE LOS PUNTOS DE SERVICIOS TECNICOS EXTERNOS (220417)*/

.external_tsp li a {
    /*transition-property: ;
    transition-duration: .5s;
    transition-timing-function: steps(4, end);
    transition-delay: 0s;*/
    transition: all .5s steps(4, end) 0s;
    -webkit-transition: all .5s steps(4, end) 0s;
}

.external_tsp li:hover a {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.external_tsp li img {
    /*transition-property: ;
    transition-duration: .5s;
    transition-timing-function: steps(4, end);
    transition-delay: 0s;*/
    transition: all .5s steps(4, end) 0s;
    -webkit-transition: all .5s steps(4, end) 0s;
}

.external_tsp li:hover img {
    transform: rotate(360deg);
}


/** Seccion estilos del contenido pie de la pagina**/

footer {
    width: 100%;
    color: #ddd;
    height: auto;
    /*background-color: #303030;*/
    background-color: #131a22;
    border-top: 4px double white;
    border-bottom: 4px double white;
}

footer h6 {
    padding: 2em;
    color: white;
    /*background-color: darkorange;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: right;
}

footer #footerContainer {
    width: 90%;
    margin-left: 5%;
    /*margin-top: 1.5rem;*/
    margin-bottom: 1.5rem;
    /*background-color: magenta;*/
    display: flex;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    /*con la propiedad flex-flow: se resumen las dos anteriores*/
    flex-flow: row wrap;
    justify-content: space-between;
}

#footerContainer .foot {
    width: 300px;
    height: 300px;
    margin-top: 1.5rem;
    background: #040404;
}

#footerContainer .foot a {
    text-decoration: none;
}

#footerContainer .footer01 h3 {
    padding: 10px;
    color: whitesmoke;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
}

#footerContainer .footer01 h4 {
    padding: 6px 10px 8px 50px;
    color: #999;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*font-size: 1em;*/
}

#footerContainer .footer01 strong {
    color: #FE9A2E;
    font-size: 1.15em;
}

#footerContainer .footer01 span {
    margin-right: 8px;
    color: #FE9A2E;
    font-size: .9em;
}

#footerContainer .footer02 h3 {
    padding: 10px;
    color: whitesmoke;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
}

#footerContainer .footer02 h4 {
    padding: 8px 10px 8px 30px;
    color: #999;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*font-size: 1em;*/
}

#footerContainer .footer02 strong {
    color: #FE9A2E;
    font-size: 1.30em;
}

#footerContainer .footer03 h3,
#footerContainer .footer03 h4 {
    padding: 10px;
    color: whitesmoke;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
}

#footerContainer .footer03 ul {
    list-style-type: none;
    padding: 10px;
    color: #999;
    /*list-style-type: square;*/
    list-style-position: inside;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .7em;
}

#footerContainer .footer03 span {
    margin-right: 8px;
    color: #FE9A2E;
}

#footerContainer .footer05 {
    width: 100%;
    height: auto;
    margin-top: 8px;
    color: #999;
    /*background: rebeccapurple;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
}

#footerContainer .footer05 strong {
    color: #FE9A2E;
    font-size: 1.10em;
}

#footerContainer .footer06 {
    display: flex;
    width: 100%;
    margin-top: 5px;
    justify-content: center;
    /*background: blanchedalmond;*/
}

#footerContainer .footer06 div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 3px;
    margin: 1px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    text-align: center;
    /*background: rebeccapurple;*/
}

#footerContainer .footer06 a {
    /*text-decoration: none;*/
    color: #999;
}


/** ESTILO PARTICULAR PAGINA INDEX  ( MODIF. 231017) **/

.background_ini {
    background-color: #232f3e;
}

.audio_ini {
    margin: 10px;
    padding: 4px 4px 2px 4px;
    background-color: #FE9A2E;
}

.audio_ini audio {
    display: inline-block;
    width: 100%;
}

.acronym_ini {
    color: #FE9A2E;
    font-size: 1.15em;
}

.name_ini {
    float: left;
    /* width: 36%; */
    width: auto;
    padding: 0px 20px;
    margin-left: 3%;
    margin-top: 17%;
    color: white;
    font-size: 1.3em;
    letter-spacing: .05em;
    /* background-color: plum; */
}

.name_ini h6 {
    float: right;
    margin-right: 3%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
}

.name_ini:hover {
    color: #FE9A2E;
    /*cursor: pointer;*/
}

.logo_ini {
    float: left;
    margin-top: 15.2%;
    background-color: lightgreen;
    width: 10em;
    height: 10em;
    border-radius: 50%;
    border: 1px solid white;
    position: relative;
    right: 1px;
    /* background-color: purple; */
}

.logo_ini:hover {
    background-color: #FE9A2E;
    cursor: pointer;
}

.service_point_ini {
    width: 8em;
    height: 8em;
    margin-top: 10%;
    margin-left: 10%;
    background-color: black;
    border-radius: 50%;
    letter-spacing: .07em;
}

.service_point_ini a {
    text-decoration: none;
}

.icon-point-up {
    /* background-color: purple; */
    display: none;
    margin-left: 19px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 5em;
    color: white;
    position: relative;
    top: 20px;
}

.icon-point-up:hover {
    color: lightgreen;
}

.sp_text_ini {
    /* display: none; */
    color: white;
    text-align: center;
    font-size: 1.7em;
    position: relative;
    top: 30px;
}

.sp_text_ini:hover {
    color: lightgreen;
}

.slogan_ini .icon-point-left {
    padding-right: 5px;
    color: white;
    font-size: 1.5em;
}

.slogan_ini {
    background-color: slateblue;
}

.slogan_ini h2 {
    /* background: gray; */
    color: orangered;
    float: right;
    width: auto;
    margin-top: 17%;
    margin-right: 3%;
    padding: 2em 0em;
    font-family: "KaushanScript-Regular", Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    animation-name: slogan_iniAnimation;
    animation-duration: 10s;
    animation-timing-function: ease;
    animation-delay: 3s;
    animation-iteration-count: 10;
    animation-direction: normal;
    animation-fill-mode: backwards;
    /*animation: sloganAnimation 10s ease 3s 5 normal backwards;*/
}

@keyframes slogan_iniAnimation {
    0% {
        color: orangered;
        letter-spacing: 0em;
    }
    50% {
        color: lightgreen;
        letter-spacing: 0.16em;
    }
    100% {
        color: silver;
        letter-spacing: 0.18em;
    }
}


/** ESTILO PARTICULAR PAGINA IndicadorPlantilla  ( MODIF. 191219) **/

.article_01 {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    background-color: floralwhite;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightgreen, -10px 10px 10px lightgreen inset;
}

.article_01 img {
    float: right;
    margin: 2% 0% 2% 3%;
    border-radius: 2%;
}

.article_01 ol {
    padding-left: 45px;
    /* list-style-type: square; */
}

.article_02 {
    width: 100%;
    height: auto;
    padding: 8px 0;
    /* background-color: floralwhite; */
    text-align: justify;
}

.freeGeneralTemplates {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    /* flex-direction: row;
    flex-wrap: wrap; */
    flex-flow: row wrap;
    display: -webkit-flex;
    -webkit-flex-flow: row-wrap;
}

.freeGeneralTemplates div {
    width: 330px;
    height: auto;
    /* height: 340px; */
    padding: 1.2%;
    margin: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    background-color: #D5FBD0;
    /* box-shadow: -5px 5px 5px #303030; */
}

.article_02 h3 {
    width: 100%;
    color: white;
    padding: .5em;
    background-color: #303030;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.freeGeneralTemplates div h5 {
    text-align: center;
}

.freeGeneralTemplates img {
    margin: 6px 0px;
}

.freeGeneralTemplates h6 {
    padding-left: 25px;
}

.freeGeneralTemplates ul {
    padding-left: 45px;
    list-style-type: square;
}

.freeGeneralTemplates a {
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2em;
    color: green;
}

.freeGeneralTemplates .icon-bubbles3 {
    padding: 5px;
    color: green;
    font-weight: bold;
    font-size: 1.2em;
}

.freeGeneralTemplates .icon-bubbles3:hover {
    color: #FAAC58;
}

.freeGeneralTemplates h5 {
    padding: .5rem;
    background: #FAAC58;
}

.freeGeneralTemplates h4 {
    color: red;
    font-size: 1.1rem;
    text-align: center;
}


/** ESTILO PARTICULAR PAGINA 200_nosotros  ( MODIF. 160117) **/

.article_200 {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    /** height: 20em;**/
    background-color: floralwhite;
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightgreen, -10px 10px 10px lightgreen inset;
}

.article_200 ul {
    font-size: .9em;
    padding-left: 45px;
    padding-right: 45px;
    list-style-type: square;
}

.article_200 h4 strong {
    color: orangered;
    font-size: 1.5em;
}

.article_200 a {
    text-decoration: none;
    display: block;
    text-align: right;
}


/** ESTILO PARTICULAR PAGINA 300_anuncios  ( MODIF. 130417) **/

.annauncementsContainer {
    display: flex;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    /*con la propiedad flex-flow: se resumen las dos anteriores*/
    flex-flow: row wrap;
    justify-content: space-between;
}

.annauncementsContainer h4 {
    color: red;
    font-size: 1.1rem;
    text-align: center;
}

.annauncements_300 {
    clear: both;
    display: inline-block;
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    width: 296px;
    /*width: 22.5%;*/
    /*margin-left: 1.25em;*/
    /**height: 45em;**/
    background-color: #303030;
    /*border-radius: 2%;*/
}

.annauncements_300 h3 {
    color: white;
    padding: .5em;
    background-color: orangered;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*border-radius: 4%;*/
}

.annauncements_300 div {
    width: 90%;
    /**height: 13em;**/
    padding: 1%;
    margin-left: 5%;
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}

.annauncements_301 {
    clear: both;
    display: inline-block;
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    width: 296px;
    /*width: 22.5%;*/
    /*margin-left: .5em;*/
    /**height: 45em;**/
    background-color: #303030;
    /*border-radius: 2%;*/
}

.annauncements_301 h3 {
    color: white;
    padding: .5em;
    background-color: orangered;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*border-radius: 4%;*/
}

.annauncements_301 div {
    width: 90%;
    /**height: 13em;**/
    padding: 1%;
    margin-left: 5%;
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}

.annauncements_302 {
    clear: both;
    display: inline-block;
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    width: 296px;
    /*width: 22.5%;*/
    /*margin-left: .5em;*/
    /**height: 45em;**/
    background-color: #303030;
    /*border-radius: 2%;*/
}

.annauncements_302 h3 {
    color: white;
    padding: .5em;
    background-color: orangered;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*border-radius: 4%;*/
}

.annauncements_302 div {
    width: 90%;
    /**height: 13em;**/
    padding: 1%;
    margin-left: 5%;
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}

.annauncements_303 {
    clear: both;
    display: inline-block;
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    width: 296px;
    /*width: 22.5%;*/
    /*margin-left: .5em;*/
    /**height: 45em;**/
    background-color: #303030;
    /*border-radius: 2%;*/
}

.annauncements_303 h3 {
    color: white;
    padding: .5em;
    background-color: orangered;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*border-radius: 4%;*/
}

.annauncements_303 div {
    width: 90%;
    /**height: 13em;**/
    padding: 1%;
    margin-left: 5%;
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}


/** ESTILO PARTICULAR PAGINA 400_servicioProfesionalPTSP  ( MODIF. 160117) **/

.article_400a,
.article_400b {
    margin-top: 1em;
    margin-bottom: 1.25em;
    margin-left: 1em;
    width: 96%;
    height: auto;
    /** height: 20em;**/
    /*background-color: floralwhite;*/
    background-color: #2a2a2a;
    color: whitesmoke;
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightgreen, -10px 10px 10px lightgreen inset;
}

.article_400a a {
    color: whitesmoke;
}

.article_400a img {
    float: right;
    margin-top: 2%;
    margin-left: 2%;
    border-radius: 2%;
}

.article_400b img {
    float: left;
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 1%;
    border-radius: 2%;
}

.article_400b ul {
    width: 45%;
    /* width: 360px; */
    color: #2a2a2a;
    background: lightgreen;
    display: inline-block;
    margin: 1.5%;
    padding: 1%;
    border-radius: 1%;
    list-style-type: square;
    list-style-position: inside;
    /* list-style: none; */
    text-align: left;
}

.article_400b ul li {
    border: 1px solid green;
    padding: 5px;
    margin: 5px;
    /* font-weight: bold; */
}


/** ESTILO PARTICULAR PAGINA 500_servicioTecnicoPTSP  ( MODIF. 310317) **/

.article_500a,
.article_500b {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    /** height: 20em;**/
    /*background-color: floralwhite;*/
    background-color: #2a2a2a;
    color: whitesmoke;
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px orangered, -10px 10px 10px orangered inset;
}

.article_500a a {
    color: whitesmoke;
}

.article_500a img {
    float: left;
    margin-top: 2%;
    margin-right: 2%;
    margin-left: .5%;
    border-radius: 2%;
}

.article_500b img {
    float: right;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 2%;
}

.article_500b ul {
    width: 45%;
    /* width: 360px; */
    color: #2a2a2a;
    background: orangered;
    display: inline-block;
    margin: 1.5%;
    padding: 1%;
    border-radius: 1%;
    list-style-type: square;
    list-style-position: inside;
    /* list-style: none; */
    text-align: left;
}

.article_500b ul li {
    border: 1px solid whitesmoke;
    padding: 5px;
    margin: 5px;
    color: whitesmoke;
    /* font-size: .9em; */
    /* font-weight: bold; */
}


/** ESTILO PARTICULAR PAGINA 600_solicitudCliente  ( MODIF. 070217) **/

.article_600a,
.article_600b {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    /** height: 20em;**/
    background-color: floralwhite;
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightgreen, -10px 10px 10px lightgreen inset;
}

.article_600a img {
    float: left;
    margin-left: 1%;
    border-radius: 2%;
}

.article_600b img {
    float: right;
    margin-left: 1%;
    border-radius: 2%;
}

.article_600b ul {
    padding-left: 45px;
    list-style-type: square;
}

.article_600a a,
.article_600b a {
    text-decoration: none;
}


/** ESTILO PARTICULAR PAGINA 601_registroClienteMas  ( MODIF. 070217) **/

.article_601 {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    /** height: 20em;**/
    background-color: floralwhite;
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightgreen, -10px 10px 10px lightgreen inset;
}

.article_601 img {
    float: left;
    margin-left: 1%;
    border-radius: 2%;
}

.article_601 a {
    text-decoration: none;
}


/** ESTILO PARTICULAR PAGINA 602_ventajasRegistroMas  ( MODIF. 070217) **/

.article_602 {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    /** height: 20em;**/
    background-color: floralwhite;
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightgreen, -10px 10px 10px lightgreen inset;
}

.article_602 img {
    float: right;
    margin-left: 1%;
    border-radius: 2%;
}

.article_602 a {
    text-decoration: none;
}

.article_602 ul {
    padding-left: 45px;
    list-style-type: square;
}


/** ESTILO PARTICULAR PAGINA 603_formularioCliente  ( MODIF. 210517) **/


/*.article_603a {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    /** height: 20em;
    background-color: floralwhite;
    border-radius: 1%;
    padding: 1.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightgreen, -10px 10px 10px lightgreen inset;
}*/

.costumerForm_603 {
    /*clear: both;*/
    width: 100%;
    display: inline-block;
    /*margin-right: .7em;*/
    /**height: 70em;**/
    background-color: #303030;
    border-radius: 2%;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.costumerForm_603 div {
    width: 90%;
    /**height: 9em;**/
    padding: 1%;
    margin-left: 5%;
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    /** box-shadow: -5px 5px 5px #303030;**/
    /**border-radius: 2%;**/
}

.costumerForm_603 legend {
    font-size: 1.10em;
    font-weight: bold;
    color: orangered;
    text-align: left;
}

#subscriptionCostumerForm h3 {
    color: white;
    padding: .5em;
    background-color: orangered;
    text-align: center;
}

.costumerInformation label {
    float: left;
    width: calc(40% - 30px);
    margin: 3px 8%;
    font-weight: bold;
}

.costumerInformation input {
    /*width: calc(50% - 30px);*/
    width: 255px;
    margin: 3px 10px;
    padding: 2px 5px;
    background: #F2F5A9;
}

.costumerLocation label {
    float: left;
    width: calc(40% - 30px);
    margin: 3px 8%;
    font-weight: bold;
}

.costumerLocation input {
    /*width: calc(50% - 30px);*/
    width: 255px;
    margin: 3px 10px;
    padding: 2px 5px;
    background: #F2F5A9;
}

.activityRequired div {
    margin: 0;
    display: inline-block;
    width: 32%;
    /*background: olive;*/
    /*width: 255px;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .9em;
}

.activityRequired input {
    margin: 1% 2% 1% 1%;
}

.activityRequired span {
    font-weight: bold;
}

.demandedService {
    /*display: inline-block;*/
    width: 275px;
    height: auto;
    margin-right: 0%;
    margin-left: 2%;
    float: left;
}

.demandedService ul {
    margin: 5% 15%;
    list-style: none;
}

.demandedService ul li {
    padding: 5px;
}

.demandedService ul li label {
    font-weight: bold;
}

.detailsService {
    display: inline-block;
    width: 60%;
    height: 150px;
    margin-left: 2%;
}

.detailsService textarea {
    height: 115px;
    width: 96%;
    margin: 2% 2%;
    background: #F2F5A9;
}

.availableService textarea {
    width: 98%;
    margin: 1% 1%;
    background: #F2F5A9;
}

.availableService #registerReset {
    color: white;
    background: orangered;
    padding: 3px;
    margin: 0% 2%;
    box-shadow: -5px 5px 5px #303030;
}

.availableService #sendCostumerRegistration {
    color: white;
    background: orangered;
    padding: 3px;
    box-shadow: -5px 5px 5px #303030;
}

.costumerForm_603 input:focus,
.costumerForm_603 textarea:focus {
    border: 4px solid #FE9A2E;
}


/* ESTILO PARTICULAR PAGINA 700_afiliacionPTSP  ( MODIF. 160117) */

.article_700a,
.article_700b {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    /** height: 20em;**/
    color: whitesmoke;
    /*background-color: #081F89;*/
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightblue, -10px 10px 10px lightblue inset;
}

.article_700a img {
    float: left;
    margin-top: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 1%;
    margin-left: .5%;
    border-radius: 2%;
}

.article_700a .afiliated {
    float: right;
    margin-top: .5%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1.5%;
    border-radius: 2%;
}

.article_700b img {
    float: right;
    margin: 1.5% 1.5% 1% 1.5%;
    border-radius: 2%;
}

.article_700b ul {
    padding-left: 45px;
    list-style-type: square;
}

.article_700a a,
.article_700b a {
    color: lightblue;
    text-decoration: none;
}


/* ESTILO PARTICULAR PAGINA 701_afiliacionPTSPMas  ( MODIF. 220417) */

.article_701 {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    /** height: 20em;**/
    color: whitesmoke;
    /*background-color: #081F89;*/
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightblue, -10px 10px 10px lightblue inset;
}

.article_701 img {
    float: left;
    margin-top: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 1%;
    margin-left: .5%;
    border-radius: 2%;
}

.article_701 ul {
    font-size: .9em;
    padding-left: 45px;
    padding-right: 60px;
    list-style-type: square;
}

.article_701 .afiliated {
    float: right;
    margin-top: .5%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1.5%;
    border-radius: 2%;
}

.article_701 a {
    color: lightblue;
    text-decoration: none;
}


/* ESTILO PARTICULAR PAGINA 702_ventajasAfiliacionMas  ( MODIF. 220417) */

.article_702 {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    /** height: 20em;**/
    color: whitesmoke;
    /*background-color: #081F89;*/
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightblue, -10px 10px 10px lightblue inset;
}

.article_702 img {
    float: right;
    margin: 1.5% 1.5% 1% 1.5%;
    border-radius: 2%;
}

.article_702 a {
    color: lightblue;
    text-decoration: none;
}

.article_702 ul {
    padding-left: 45px;
    list-style-type: square;
}


/* ESTILO PARTICULAR PAGINA 703_formularioAfiliacionPTSP  ( MODIF. 220517) */


/*.article_703a {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    /** height: 20em;
    background-color: floralwhite;
    border-radius: 1%;
    padding: 1.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightblue, -10px 10px 10px lightblue inset;
}*/

.membershipForm_703 {
    /*clear: both;*/
    width: 100%;
    display: inline-block;
    /*margin-right: .7em;*/
    /**height: 70em;**/
    background-color: #303030;
    border-radius: 2%;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.membershipForm_703 div {
    width: 90%;
    /**height: 9em;**/
    padding: 1%;
    margin-left: 5%;
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /* background-color: lightgreen; */
    /* background-color: lightblue; */
    background-color: #D5FBD0;
    /** box-shadow: -5px 5px 5px #303030;**/
    /**border-radius: 2%;**/
}

.membershipForm_703 legend {
    font-size: 1.10em;
    font-weight: bold;
    text-align: left;
    /* color: blue; */
    color: green;
}

#subscriptionMembershipForm h3 {
    /* color: #77a5c7; */
    /* color: blue; */
    color: green;
    padding: .5em;
    /* background-color: #bfd8eb; */
    background-color: lightgreen;
    text-align: center;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
}

.membershipInformation label {
    float: left;
    width: 255px;
    margin: 3px 8%;
    font-weight: bold;
}

.membershipInformation input {
    /*width: calc(50% - 30px);*/
    width: 255px;
    margin: 3px 10px;
    padding: 2px 5px;
    background: #F2F5A9;
}

.membershipLocation label {
    float: left;
    width: 255px;
    margin: 3px 8%;
    font-weight: bold;
}

.membershipLocation input {
    /*width: calc(50% - 30px);*/
    width: 255px;
    margin: 3px 10px;
    padding: 2px 5px;
    background: #F2F5A9;
}

.membershipType {
    /*display: inline-block;*/
    width: 275px;
    height: auto;
    margin-right: 0%;
    margin-left: 2%;
    float: left;
}

.membershipType ul {
    margin: 4%;
    list-style: none;
}

.membershipType ul li {
    padding: 6px;
    margin-top: 12px;
}

.membershipType ul li label {
    font-weight: bold;
}

.detailsAffiliation {
    display: inline-block;
    width: 60%;
    height: 150px;
    margin-left: 2%;
}

.detailsAffiliation textarea {
    height: 115px;
    width: 96%;
    margin: 2% 2%;
    background: #F2F5A9;
}

.affiliationReasons textarea {
    width: 98%;
    margin: 1% 1%;
    background: #F2F5A9;
}

.affiliationReasons #membershipReset {
    color: white;
    /* background: darkblue; */
    background: green;
    padding: 3px;
    margin: 0% 2%;
    box-shadow: -5px 5px 5px #303030;
}

.affiliationReasons #sendMembershipRegistration {
    color: white;
    /* background: darkblue; */
    background: green;
    padding: 3px;
    box-shadow: -5px 5px 5px #303030;
}

.membershipForm_703 input:focus,
.membershipForm_703 textarea:focus {
    border: 4px solid #FE9A2E;
}


/* ESTILO PARTICULAR PAGINA 800_servicioUrgente  ( MODIF. 220617) */

.article_800a,
.article_800b {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    /** height: 20em;**/
    color: whitesmoke;
    /*background-color: #081F89;*/
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px red, -10px 10px 10px red inset;
}

.article_800a img {
    float: left;
    margin-top: 1.5%;
    margin-right: 2.5%;
    margin-bottom: 1%;
    margin-left: .5%;
    border-radius: 2%;
}

.article_800b legend {
    font-size: .95em;
    font-weight: bold;
    color: red;
    text-align: left;
}

#urgentServiceForm h3 {
    color: white;
    padding: .5em;
    /*background-color: red;*/
    text-align: center;
}

.article_800b .ucostumerInformation label {
    float: left;
    width: 300px;
    margin: 3px 8%;
    font-size: .9em;
    /*font-weight: bold;*/
}

.article_800b .ucostumerInformation input {
    /*width: calc(50% - 30px);*/
    width: 255px;
    margin: 3px 20px;
    padding: 2px 5px;
    background: #F2F5A9;
}

.article_800b .ucostumerLocation label {
    float: left;
    width: 300px;
    margin: 3px 8%;
    font-size: .9em;
    /*font-weight: bold;*/
}

.article_800b .ucostumerLocation input {
    /*width: calc(50% - 30px);*/
    width: 255px;
    margin: 3px 20px;
    padding: 2px 5px;
    background: #F2F5A9;
}

.urgentServiceDetails textarea {
    width: 98%;
    margin: 1% 1%;
    background: #F2F5A9;
}

.urgentServiceDetails #urgentReset {
    color: white;
    background: red;
    padding: 3px;
    margin: 0% 2%;
    box-shadow: -5px 5px 5px #303030;
}

.urgentServiceDetails #sendUrgentService {
    color: white;
    background: red;
    padding: 3px;
    box-shadow: -5px 5px 5px #303030;
}

.article_800b input:focus,
.article_800b textarea:focus {
    border: 4px solid red;
}


/* ESTILO PARTICULAR PAGINA 900_blog  NOTA: EL BLOG FUE CREADO EN WORDPRESS ( MODIF. 220417) */


/* ESTILO PARTICULAR PAGINA 1000_servicioExterno  ( MODIF. 160117) */

.article_1000a,
.article_1000b {
    margin-top: 1em;
    margin-bottom: 1.25em;
    margin-left: 1em;
    width: 96%;
    height: auto;
    /** height: 20em;**/
    /*background-color: floralwhite;*/
    background-color: #424242;
    color: whitesmoke;
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px #848484, -10px 10px 10px #848484 inset;
}

.article_1000a a {
    color: whitesmoke;
}

.article_1000a img {
    float: right;
    margin-top: 2%;
    margin-left: 2%;
    border-radius: 2%;
}

.article_1000a ol {
    margin: 2%;
    padding: 1%;
    list-style-position: inside;
}

.article_1000a ol li {
    padding: 1%;
}

.article_1000b img {
    float: right;
    margin: 2%;
    border-radius: 2%;
}

.article_1000b ul {
    margin: 2%;
    padding-left: 4%;
    list-style-type: square;
    /* list-style-position: inside; */
    /* list-style-image: url(http://www.impactofinal.org/webespa/imagenes/vineta.png); */
}

.article_1000b ul li {
    color: whitesmoke;
    /*font-weight: bold;*/
}


/* ESTILO PARTICULAR PAGINA 1001_proTarjetasServExt  ( MODIF. 120417) */

.externalProfessionalServiceContainer {
    display: flex;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    /*con la propiedad flex-flow: se resumen las dos anteriores*/
    flex-flow: row wrap;
    justify-content: space-between;
    /*con las siguientes propiedades se superponen las tarjetas de profesionles a las barras de menus*/
    /* position: relative;
    z-index: 800; */
}

.externalProfessionalService_1001a {
    clear: both;
    display: inline-block;
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    width: 296px;
    /*width: 22.5%;*/
    /*margin-left: 1.25em;*/
    /**height: 45em;**/
    /*background-color: #303030;*/
    /*border-radius: 2%;*/
}

.externalProfessionalService_1001a h3 {
    color: white;
    padding: .5em;
    margin-bottom: 10px;
    background-color: #424242;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 4%;*/
}

.externalProfessionalService_1001a .presentationCard {
    /*width: 90%;*/
    width: 100%;
    /**height: 13em;**/
    /* padding: 2% 1% 4% 1%; */
    /*margin-left: 5%;*/
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}

.asesoria_001 {
    padding: 2% 1% 4% 1%;
    background-color: moccasin;
}

.asesoria_001 .cjuk_card {
    padding-bottom: 3px;
}

.asesoria_001 .cjuk_card img {
    float: right;
    margin: 3px 2px 1px 1px;
}

.asesoria_001 .cjuk_card h4 {
    text-align: left;
    padding-top: 15px;
}

.asesoria_001 .cjuk_card span {
    font-size: 0.85em;
}

.cjuk_card .expiration {
    float: right;
    /* color: red; */
}

.asesoria_001 .cjuk_card .icon {
    padding: 8px;
    font-size: 1em;
    color: green;
}

.asesoria_001 .cjuk_card a {
    text-decoration: none;
    color: green;
}

.externalProfessionalService_1001b {
    clear: both;
    display: inline-block;
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    width: 296px;
    /*width: 22.5%;*/
    /*margin-left: .5em;*/
    /**height: 45em;**/
    /*background-color: #303030;*/
    /*border-radius: 2%;*/
}

.externalProfessionalService_1001b h3 {
    color: white;
    padding: .5em;
    margin-bottom: 10px;
    background-color: #424242;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 4%;*/
}

.externalProfessionalService_1001b div {
    /*width: 90%;*/
    width: 100%;
    /**height: 13em;**/
    padding: 1%;
    /*margin-left: 5%;*/
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}

.externalProfessionalService_1001c {
    clear: both;
    display: inline-block;
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    width: 296px;
    /*width: 22.5%;*/
    /*margin-left: .5em;*/
    /**height: 45em;**/
    /*background-color: #303030;*/
    /*border-radius: 2%;*/
}

.externalProfessionalService_1001c h3 {
    color: white;
    padding: .5em;
    margin-bottom: 10px;
    background-color: #424242;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 4%;*/
}

.externalProfessionalService_1001c .presentationCard {
    /*width: 90%;*/
    width: 100%;
    /**height: 13em;**/
    /* padding: 2% 1% 4% 1%; */
    /*margin-left: 5%;*/
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}

.ingSistemas_001 {
    padding: 2% 1% 4% 1%;
    background-color: moccasin;
}

.ingSistemas_001 .aau_card {
    padding-bottom: 3px;
}

.ingSistemas_001 .aau_card img {
    float: right;
    margin: 3px 2px 1px 1px;
}

.ingSistemas_001 .aau_card h4 {
    text-align: left;
    padding-top: 15px;
}

.ingSistemas_001 .aau_card span {
    font-size: 0.85em;
}

.aau_card .expiration {
    float: right;
    /* color: red; */
}

.ingSistemas_001 .aau_card .icon {
    padding: 8px;
    font-size: 1em;
    color: green;
}

.ingSistemas_001 .aau_card a {
    text-decoration: none;
    color: green;
}

.externalProfessionalService_1001d {
    clear: both;
    display: inline-block;
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    width: 296px;
    /*width: 22.5%;*/
    /*margin-left: .5em;*/
    /**height: 45em;**/
    /*background-color: #303030;*/
    /*border-radius: 2%;*/
}

.externalProfessionalService_1001d h3 {
    color: white;
    padding: .5em;
    margin-bottom: 10px;
    background-color: #424242;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 4%;*/
}

.externalProfessionalService_1001d div {
    /*width: 90%;*/
    width: 100%;
    /**height: 13em;**/
    padding: 1%;
    /*margin-left: 5%;*/
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}


/* ESTILO PARTICULAR PAGINA 1002_tecTarjetasServExt  ( MODIF. 120318) COLOR ETIQUETAS */

.externalTechnicalServiceContainer {
    display: flex;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    /*con la propiedad flex-flow: se resumen las dos anteriores*/
    flex-flow: row wrap;
    justify-content: space-between;
    /*con las siguientes propiedades se superponen las tarjetas de los técnicos a las barras de menus*/
    /* position: relative;
    z-index: 800; */
}

.externalTechnicalService_1002a {
    clear: both;
    display: inline-block;
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    width: 296px;
    /*width: 22.5%;*/
    /*margin-left: 1.25em;*/
    /**height: 45em;**/
    /*background-color: #303030;*/
    /*border-radius: 2%;*/
}

.externalTechnicalService_1002a h3 {
    color: white;
    padding: .5em;
    margin-bottom: 10px;
    background-color: #035a25;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 4%;*/
}

.externalTechnicalService_1002a .presentationCard {
    /*width: 90%;*/
    width: 100%;
    /**height: 13em;**/
    /* padding: 2% 1% 4% 1%; */
    /*margin-left: 5%;*/
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}

.disenoDesarrolloWeb_001 {
    padding: 2% 1% 4% 1%;
    background-color: moccasin;
}

.disenoDesarrolloWeb_001 .apv_card {
    padding-bottom: 3px;
}

.disenoDesarrolloWeb_001 .apv_card img {
    float: right;
    margin: 3px 2px 1px 1px;
}

.disenoDesarrolloWeb_001 .apv_card h4 {
    text-align: left;
    padding-top: 15px;
    font-size: .95em;
}

.disenoDesarrolloWeb_001 .apv_card span {
    font-size: 0.85em;
}

.apv_card .expiration {
    float: right;
    /* color: red; */
}

.disenoDesarrolloWeb_001 .apv_card .icon {
    padding: 8px;
    font-size: 1em;
    color: green;
}

.disenoDesarrolloWeb_001 .apv_card a {
    text-decoration: none;
    color: green;
}

.externalTechnicalService_1002b {
    clear: both;
    display: inline-block;
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    width: 296px;
    /*width: 22.5%;*/
    /*margin-left: .5em;*/
    /**height: 45em;**/
    /*background-color: #303030;*/
    /*border-radius: 2%;*/
}

.externalTechnicalService_1002b h3 {
    color: white;
    padding: .5em;
    margin-bottom: 10px;
    background-color: #035a25;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 4%;*/
}

.externalTechnicalService_1002b div {
    /*width: 90%;*/
    width: 100%;
    /**height: 13em;**/
    padding: 1%;
    /*margin-left: 5%;*/
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}

.externalTechnicalService_1002c {
    clear: both;
    display: inline-block;
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    width: 296px;
    /*width: 22.5%;*/
    /*margin-left: .5em;*/
    /**height: 45em;**/
    /*background-color: #303030;*/
    /*border-radius: 2%;*/
}

.externalTechnicalService_1002c h3 {
    color: white;
    padding: .5em;
    margin-bottom: 10px;
    background-color: #035a25;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 4%;*/
}

.externalTechnicalService_1002c div {
    /*width: 90%;*/
    width: 100%;
    /**height: 13em;**/
    padding: 1%;
    /*margin-left: 5%;*/
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}

.externalTechnicalService_1002d {
    clear: both;
    display: inline-block;
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    width: 296px;
    /*width: 22.5%;*/
    /*margin-left: .5em;*/
    /**height: 45em;**/
    /*background-color: #303030;*/
    /*border-radius: 2%;*/
}

.externalTechnicalService_1002d h3 {
    color: white;
    padding: .5em;
    margin-bottom: 10px;
    background-color: #035a25;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 4%;*/
}

.externalTechnicalService_1002d div {
    /*width: 90%;*/
    width: 100%;
    /**height: 13em;**/
    padding: 1%;
    /*margin-left: 5%;*/
    margin-bottom: 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    /**background-color: #FBF7C9;**/
    background-color: #D5FBD0;
    box-shadow: -5px 5px 5px #303030;
    /*border-radius: 2%;*/
}


/* ESTILO PARTICULAR PAGINA 1100_mapaWebSite  ( MODIF. 060517) */

.article_1100a {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    /** height: 20em;**/
    color: whitesmoke;
    /*background-color: #081F89;*/
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightblue, -10px 10px 10px lightblue inset;
}

.article_1100b {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    /** height: 20em;**/
    color: whitesmoke;
    /*background-color: #081F89;*/
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    /* text-align: justify; */
    box-shadow: -10px 10px 10px lightblue, -10px 10px 10px lightblue inset;
}

.article_1100a img {
    float: left;
    margin-top: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 1%;
    margin-left: .5%;
    border-radius: 2%;
}

.article_1100b img {
    float: right;
    margin: 1.5% 1.5% 1% 1.5%;
    border-radius: 2%;
}

.article_1100b a {
    color: lightblue;
    text-decoration: none;
}

.article_1100b ul {
    list-style-type: square;
    list-style-position: inside;
    list-style: none;
}

.article_1100b ul span {
    margin-right: 10px;
    color: #FE9A2E;
}

.article_1100b .webSiteMap {
    padding-left: 1.25em;
}

.article_1100b .subPagesMap {
    padding-left: 3.25em;
    list-style-type: circle;
    list-style: none;
}


/* ESTILO PARTICULAR PAGINA 1200_contactanos  ( MODIF. 280617) */

.article_1200a {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    /** height: 20em;**/
    color: whitesmoke;
    /*background-color: #081F89;*/
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightblue, -10px 10px 10px lightblue inset;
    display: flex;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    /*con la propiedad flex-flow: se resumen las dos anteriores*/
    flex-flow: row wrap;
    justify-content: space-between;
}

.article_1200a .contactanos {
    width: 50%;
    height: auto;
    /* min-width: 300px; */
    /* height: 300px; */
    margin-top: 1rem;
    /*background: #040404;*/
}

.article_1200a .contactanos pre {
    padding: 0px;
    margin: 0px;
    font-size: 1.2em;
}

.article_1200a .contactanos a {
    text-decoration: none;
}

.article_1200a .contactoInfo h3,
.article_1200a .contactoInfo h4 {
    padding: 5px;
    color: whitesmoke;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*font-size: .8em;*/
}

.article_1200a .contactoInfo ul {
    list-style-type: none;
    padding: 0px 10px;
    color: lightblue;
    /*list-style-type: square;*/
    list-style-position: inside;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .9em;
}

.article_1200a .contactoInfo span {
    margin-right: 8px;
    color: #FE9A2E;
}


/*INICIO DEL AREA DEL FORMULARIO DE CONTACTANOS (280617)*/

.article_1200b {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    /** height: 20em;**/
    border-radius: 1%;
    padding-top: 2.5%;
    padding-right: 4%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    /*text-align: justify;*/
    box-shadow: -10px 10px 10px lightblue, -10px 10px 10px lightblue inset;
    /*background-color: #f0f0f0;*/
    color: #4c4c4c;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    /*font-size: 14px;*/
}

.article_1200b .cuerpoContactanos {
    background-color: #ecf0f3;
    border: 1px solid #bfd8eb;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin: 25px auto;
    width: auto;
}

.article_1200b .inicioContactanos {
    background-color: #bfd8eb;
    /*margin-bottom: 0px;*/
    padding: 16px;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
}

.article_1200b .inicioContactanos h1 {
    color: #77a5c7;
    font-size: 36px;
    text-align: center;
    text-shadow: 0px 1px #fff;
}

.article_1200b .fcontacto {
    padding: 14px;
}

.fcontacto input,
.fcontacto textarea {
    width: 100%;
    background-color: #bfd8eb;
    padding: 8px;
    margin: 8px 0px;
    border-radius: 8px;
}

.fcontacto .linea {
    /*background-color: violet;*/
    width: 100%;
    height: auto;
    display: flex;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    /*con la propiedad flex-flow: se resumen las dos anteriores*/
    flex-flow: row wrap;
    justify-content: space-between;
}

.linea .mediaColumna {
    width: 320px;
}

.fcontacto .boton {
    background-color: #77a5c7;
    font-weight: bold;
    font-size: 1.4em;
}

.boton:focus {
    outline: none;
}

.boton:hover {
    cursor: pointer;
}


/* ESTILO PARTICULAR PAGINA 1201_declaracionPrivacidad  ( MODIF. 230218) */

.declaracionPrivacidad {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    width: 71.65%;
    height: auto;
    /** height: 45em;**/
    background-color: #303030;
    color: #2F4F4F;
    /* border-radius: 1%; */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.article_1201 {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    height: auto;
    background-color: floralwhite;
    /* border-radius: 1%; */
    padding-top: 2.5%;
    padding-right: 3%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightgreen, -10px 10px 10px lightgreen inset;
}

.article_1201 a {
    text-decoration: none;
}


/* ESTILO PARTICULAR PAGINA 1202_terminosUso  ( MODIF. 230218) */

.terminosUso {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    width: 71.65%;
    height: auto;
    /** height: 45em;**/
    background-color: #303030;
    color: #2F4F4F;
    /* border-radius: 1%; */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.article_1202 {
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1.25em;
    width: 96%;
    background-color: floralwhite;
    /* border-radius: 1%; */
    padding-top: 2.5%;
    padding-right: 3%;
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    text-align: justify;
    box-shadow: -10px 10px 10px lightgreen, -10px 10px 10px lightgreen inset;
}

.article_1202 ul {
    padding-left: 45px;
    padding-right: 45px;
    list-style-type: square;
}

.article_1202 a {
    text-decoration: none;
}


/* ESTILO PARTICULAR PAGINA 1300_paqueteServicio  ( MODIF. 120417) */


/* continuan los numeros de secuencia de paginas............*/


/* ESTILO PARTICULAR PAGINA 1400_desarrolloHumano BLOG HECHO EN WORDPRESS ( MODIF. 120417) */


/*CODIGO 1 (PRIMERA FASE 1000PX) PARA DETERMINAR EL RESPONSIVE MODE DE NUESTRA PAGINA (MODIF. 010217)*/

@media screen and (max-width: 1200px) {
    /*COLOLAR AQUI LAS CLASES QUE  SE DESEAN MODIFICAR O CONDICIONAR AL TAMAÑO*/
    .name_ini {
        width: 100%;
        margin-top: 10%;
        margin-right: 0%;
        margin-bottom: 0%;
        margin-left: 0%;
        text-align: center;
    }
    .logo_ini {
        margin: 10% auto;
        position: relative;
        left: 40%;
    }
    /* .service_point_ini .icon-point-up {
        display: inline;
    } */
    /* .service_point_ini .sp_text_ini {
        display: none;
    }*/
    .slogan_ini .icon-point-left {
        display: none;
    }
    .slogan_ini h2 {
        width: 100%;
        margin-top: 0%;
        margin-right: 0%;
    }
    /*LAS PROPIEDADES SIGUIENTES AYUDAN A FIJAR LA BARRA DE MENU POR ENCIMA DEL CONTENIDO DE LA PAGINA*/
    /* .contenido {
        padding-top: 72px;
    }
    .bars {
        margin-top: -77px;
    } */
    /* FINAL DE LAS PROPIEDADES ANTERIORES QUE AYUDAN A FIJAR LA BARRA DE MENU POR ENCIMA DEL CONTENIDO DE LA PAGINA*/
    .menu-bar {
        width: 100%;
    }
    .quickSearchList {
        width: 100%;
    }
    .slogan h3 {
        margin-top: 0.7em;
        margin-bottom: 0.7em;
    }
    /* .menuButton {
        margin-left: 0%;
    } */
    .main_menu li {
        margin: 10px;
        display: flex;
        flex-flow: row wrap;
    }
    /* #c-slider {
        width: 90%;
    } */
    #slider img {
        height: 200px;
    }
    .main_section {
        margin: 0%;
        width: 90%;
        margin-top: 3%;
        margin-left: 5%;
        margin-right: 5%;
        /* background-color: purple; */
    }
    article {
        width: 100%;
    }
    .main_section aside {
        width: 100%;
    }
    .main_section #asideGeneralPackages {
        display: flex;
        /*flex-direction: row;
        flex-wrap: wrap;*/
        /*con la propiedad flex-flow: se resumen las dos anteriores*/
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .main_section aside div {
        margin: 2%;
        width: 300px;
        height: auto;
    }
    .main_section aside h5 {
        text-align: center;
    }
    /* .socialBar {
        display: none;
    } */
    .second_section {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        /* background-color: red; */
    }
    .costumerForm_603 label {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .costumerInformation input {
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .costumerLocation input {
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .serviceDescription fieldset {
        width: 97%;
        margin-bottom: 10px;
    }
    .serviceDescription ul {
        margin: 10px;
    }
    .activityRequired div {
        width: 97%;
    }
    .detailsService {
        width: 275px;
        height: auto;
    }
    .membershipForm_703 label {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .membershipInformation input {
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .membershipLocation input {
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .membershipDescription fieldset {
        width: 97%;
        margin-bottom: 10px;
    }
    .membershipDescription ul {
        margin: 10px;
    }
    .detailsAffiliation textarea {
        height: auto;
    }
    #urgentServiceForm label {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }
    #urgentServiceForm .ucostumerInformation input {
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    #urgentServiceForm .ucostumerLocation input {
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .article_1200a .contactanos {
        width: 99%;
    }
    .article_1200a .contactMap {
        height: 320px;
    }
    .declaracionPrivacidad {
        width: 100%;
    }
    .terminosUso {
        width: 100%;
    }
}


/*CODIGO 2 (SEGUNDA ETAPA FASE 400PX) PARA DETERMINAR EL RESPONSIVE MODE DE NUESTRA PAGINA (MODIF. 240318)*/

@media screen and (max-width: 400px) {
    /*COLOLAR AQUI LAS CLASES QUE  SE DESEAN MODIFICAR O CONDICIONAR AL TAMAÑO*/
    .name_ini {
        width: 100%;
        margin-top: 15%;
        margin-right: 0%;
        margin-bottom: 10%;
        margin-left: 0%;
        text-align: center;
    }
    .logo_ini {
        margin: 5% auto;
        position: relative;
        left: 25%;
    }
    .service_point_ini .icon-point-up {
        display: inline;
    }
    .service_point_ini .sp_text_ini {
        display: none;
    }
    .slogan_ini .icon-point-left {
        display: none;
    }
    .slogan_ini h2 {
        width: auto;
        margin-top: 0%;
        margin-right: 0%;
    }
    .name {
        width: 130px;
        margin-top: 25px;
    }
    .slogan h3 {
        width: 320px;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
        margin-left: 0em;
    }
    .menuButton {
        margin-left: 0%;
    }
    .main_menu li {
        margin: 10px;
        display: flex;
        flex-flow: row wrap;
    }
    #c-slider {
        width: 100%;
    }
    .main_section {
        margin: 0%;
        width: 340px;
    }
    article {
        width: 340px;
        margin-top: 7px;
        border-radius: 0%;
    }
    article img {
        width: 100%;
    }
    article h3 {
        text-align: left;
    }
    .article_01,
    .article_02 {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_01 img,
    .article_02 img {
        width: 100%;
    }
    .article_200 {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .annauncementsContainer {
        margin-top: 15px;
    }
    .article_400a,
    .article_400b {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_400b ul {
        width: 285px;
        margin-top: 1%;
        margin-left: 0%;
        font-size: .93em;
    }
    .article_500a,
    .article_500b {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_500b ul {
        width: 285px;
        margin-top: 1%;
        margin-left: 0%;
        font-size: .93em;
    }
    .article_600a,
    .article_600b {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_600b ul {
        padding-left: 25px;
        padding-right: 15px;
    }
    .article_601 {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_602 {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_602 ul {
        padding-left: 25px;
        padding-right: 15px;
    }
    .costumerForm_603 label {
        width: 275px;
        margin-left: 10px;
    }
    .activityRequired div {
        width: 255px;
    }
    .detailsService {
        width: 275px;
        height: auto;
    }
    .article_700a,
    .article_700b {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_700b ul {
        padding-left: 25px;
        padding-right: 15px;
    }
    .article_701 {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_701 ul {
        padding-left: 25px;
        padding-right: 15px;
    }
    .article_702 {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_702 ul {
        padding-left: 25px;
        padding-right: 15px;
    }
    .membershipForm_703 label {
        width: 275px;
        margin-left: 10px;
    }
    .detailsAffiliation {
        width: 275px;
        height: auto;
    }
    .article_800a,
    .article_800b {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_1000a,
    .article_1000b {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_1000b ul {
        padding-left: 25px;
        padding-right: 15px;
    }
    .externalProfessionalServiceContainer {
        margin-top: 15px;
    }
    .externalTechnicalServiceContainer {
        margin-top: 15px;
    }
    .article_1100a,
    .article_1100b {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_1100b img {
        margin-bottom: 10px;
    }
    .article_1200a,
    .article_1200b {
        width: 315px;
        border-radius: 0%;
        padding-right: 20px;
    }
    .article_1200a .contactMap {
        height: 320px;
    }
    /* EDITANDO EN CSS A 400PX */
    .main_section aside {
        width: 340px;
    }
    .socialBar {
        display: none;
    }
    .second_section {
        margin: 0%;
        width: 340px;
    }
    .second_section h2 {
        font-size: .85em;
    }
    /* EDITANDO EN CSS A 400PX se agrego para separar los li del lado izquierdo (240725) */
    .second_section li { 
    margin-left: 5%;
    margin-right: 5%;
    }
    #footerContainer .footer06 div {
        width: 300px;
        border: 1px solid #999;
    }
    .declaracionPrivacidad {
        width: 340px;
        margin-top: 7px;
    }
    .declaracionPrivacidad h3 {
        text-align: left;
    }
    .article_1201 {
        width: 315px;
        padding-right: 20px;
    }
    .terminosUso {
        width: 340px;
        margin-top: 7px;
    }
    .terminosUso h3 {
        text-align: left;
    }
    .article_1202 {
        width: 315px;
        padding-right: 20px;
    }
}