@charset "utf-8";

:root {
  --rojo: #8a161b;
  --gris: #ececec;
  --txt: #545454;
}

html {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Overpass', sans-serif;
  font-size: 10px;
}

body,
td,
th,
input,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Overpass', sans-serif;
  color: #5b5b5f;
}

body,
td,
th,
input,
select,
textarea {
  font-size: 14px;
}

/* @font-face {
  font-family: "Helvetica";
  src: url('./Helvetica.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
} */



h1,
h2,
h3,
h4 {
  font-weight: 600;
  color: #035796;
  /* text-align: center;
  padding-bottom: 20px;
  padding-top: 12px; */
}

h5 {
  color: #0678d0;
}

h6 {
  color: #0678d0;
}

/* Estilos para las zebras */
.zebra {
  margin-top: 15px;
  margin-bottom: 20px;
}

.zebra td {
  border-bottom: 1px solid #f1f1f1;
}

.zebra tr.alt td {
  background: #f7f7f7;
}

.zebra tr.over td {
  background: #e2e2e2;
}

.zebra tr.title td {
  background-color: #d6d6d6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
}

/* Retoques al jQuery UI*/
.margin {
  margin: 5px;
}

.clear {
  clear: both;
}

#MenuVertical {
  padding: 0;
  margin: 0;
  width: 172px;
  float: left;
  margin-right: 27px;
}

#MenuVertical li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-image: url(vineta.gif);
}

#MenuVertical li a {
  color: #3e545f;
  display: inline;
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  border-color: #a6c0e4 !important;
  background: #a6c0e4 !important;
  color: #000 !important;
}

.btn-default {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #368BD2 !important;
  transition: background-color 0.3s ease;
}

.btn-default:hover {
  border-color: #1953A6!important;
  background: linear-gradient(270deg, #368BD2 0%, #1953A6 100%) !important;
  transition: background 0.3s ease;
  color: #fff !important;
}

/* Paddings */

.p-x {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-y {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 1em;
}

.p-2 {
  padding: 2em;
}

.p-3 {
  padding: 3em;
}

.p {
  padding: 1em;
}

.d-flex {
  display: flex;
}

/* Tags */
p {
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}

a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: var(--azul);
}

a:visited,
a:active,
a:focus {
  text-decoration: none !important;
}

*:focus {
  outline: none !important;
}

/*------------*/

section.home-section {
  padding-top: 54px;
}

.content-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px;
}

.site-content {
  padding-top: 100px;
  max-width: 1200px;
  margin: 0 auto;
}

.paginas .site-content {
  padding-top: 2rem;
}

/*------------*/

.img-zoom-in,
.img-zoom-out {
  overflow: hidden;
}

.img-zoom-in img,
.img-zoom-out img {
  transition: all 0.3s ease-in-out;
}

.img-zoom-in:hover img {
  transform: scale(1.15);
}

.img-zoom-out img {
  transform: scale(1.15);
}

.img-zoom-out:hover img {
  transform: scale(1);
}

/* Fonts */
.text-upper {
  text-transform: uppercase;
}

.w-100 {
  width: 100%;
}

.mm-slideout {
  z-index: 99;
}

/******* Titutlos paginas internas ********/

h2.content-box-title {
  display: inline-flex;
  font-weight: 900;
  color: #B31414;
  font-size: 2rem;
  font-style: italic;
  position: relative;
  text-align: center;
  margin-left: 36px;
  padding-bottom: 20px;
}

/* 
#main-paginas .bg-title-ccd {
  margin-top: 68px;
  position: relative;
  height: 200px;
  width: 100%;
}

#main-paginas .bg-title-ccd img {
  object-fit: cover;
  height: 200px;
  width: 100%;
} */


/* #main-paginas h2.content-box-title {
  width: 320px;
  margin: 0 auto;
  font-size: 2.8rem;
  line-height: 3.4rem;
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 148px;
  left: calc(50% - 160px);
  text-align: center;
  margin-left: 0;
  padding-left: 36px;
}

#main-paginas h2.content-box-title::before {
  transform: translate(-36px, -20%);
  height: 40px;
  width: 30px;
}   */

/*********** Start Widgets ************/


section.widgets-acdelco {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: .6rem;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
}

section.widgets-acdelco > figure a {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: .8rem;
  width: 8rem;
  height: 6rem;
  padding: 1.2rem;
  background-color: #1D5BAC;
  border-radius: 1.2rem 0 0 1.2rem;
  border: .2rem solid #fff;
  border-right: none;
}

section.widgets-acdelco > figure.whatsapp-acdelco a{
  background-color: #4FCE5D;
}

section.widgets-acdelco > figure a:hover {
  background-color: #EC060A;
}
section.widgets-acdelco > figure.whatsapp-acdelco a:hover {
  background-color: #1D5BAC;
}


section.widgets-acdelco img {
  height: 2.8rem;
  object-fit: contain;
}

section.widgets-acdelco figcaption {
  display: none;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
}


/*********** End Widgets ************/







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

/* HEADER */
header.home {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 4px #F1F9FF;
  transition: all 0.4s ease;
}

.ct-header {
  background-color: #FFF;
}


.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.4rem;
}

.header-content.active {
  justify-content: center;
}


.nav-brand {
  /* max-width: 200px; */
  height: 100%;
  transition: all 0.3s ease;
}

.nav-brand img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}

/*para quitar los submenus en la vista responsive*/
.social-links,
.main-nav-mobile {
  display: none;
}

/*para quitar los submenus en la vista de escritorio*/
/* #menu-main> li > ul {
	display: none;
} */
#menu-main>li>ul {
  color: #000 !important;
}

.toogle-search,
.toogle-close {
  cursor: pointer;
}


a.toogle-menu {
  color: #0054A6;
  font-size: 30px;
  padding: 0 5px;
  line-height: 1;
}

.toogle-search {
  display: flex;
  place-content: center;
  place-items: center;
  color: #fff;
  font-size: 2.8rem;
  background: linear-gradient(270deg, #368BD2 0%, #1953A6 100%);
  height: 5.4rem;
  width: 5.4rem;
  margin-left: 1.2rem;
}

.toogle-search:active,
.toogle-search:hover,
.toogle-search:focus {
  color: #fff;
}


a.toogle-search.disabled {
  display: none;
}

a.toogle-menu:active,
a.toogle-menu:hover,
a.toogle-menu:focus {
  color: #153F7B;
}

.toggle-active {
  display: block !important;
}

.toggle-disable {
  display: none !important;
}

.mm-menu {
  z-index: 20;
  background: linear-gradient(270deg, #368BD2 0%, #1953A6 100%);
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

ul.mm-listview {
  display: block !important;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
  color: #fff;
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 0 -20px;
}

.mm-menu .mm-listview .mm-btn_next::after {
  border-color: #fff;
}

.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
  border-color: #fff;
}

.navbar-header {
  display: none;
}

.navbar-header.disabled {
  display: none;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
  color: #fff;
  font-weight: bold;
}

.mm-wrapper_opening [class*="mm-menu_pagedim"].mm-menu_opened~.mm-page__blocker {
  opacity: 0.6 !important;
}

.mm-menu .mm-listview a:not(.mm-btn_next) {
  color: #fff !important;
  font-weight: 600;
}

.mm-navbars_bottom {
  height: 47px;
  background: #000000a6;
}

.bg-icon {
  font-size: 25px;
}

.bg-icon>span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
}

#redes_laterales {
  display: none;
}

/***** End header ******/

/*** quitar para no estorbar ***/
#pge_ssl_widget {
  display: none;
}

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

/********  Search header   *********/

/**** ocultar y mostrar buscador ****/

.toogle-close {
  display: none;
  font-size: 2.4rem;
  border-radius: 50%;
  background: #EB0509;
  color: #fff;
  height: 38px !important;
  width: 38px !important;
}

.toogle-close:hover,
.toogle-close:active,
.toogle-close:focus {
  color: #fff;
}


.toogle-close.active {
  display: flex;
  place-content: center;
  place-items: center;
}

.icons-header {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
}



.icons-header.active {
  display: flex;
  flex-direction: row-reverse;
  /* gap: 20px; */
  gap: 8px;
  /* width: 100% !important; */
  place-items: center;
  place-content: center;
  width: 100%;
}

form.content-search-ccd.active {
  display: flex;
  width: 70vw;
  margin: 0 auto;
}

.nav-brand.disabled {
  display: none;
  transition: all .3s ease-in-out;
}

form.content-search-ccd {
  display: none;
  /* display: flex; */
  min-width: 250px;
  /* max-width: 280px; */
  position: relative;
}

input.search-ccd {
  background-color: #fff;
  border: .1rem solid #368BD2;
  /* border: none; */
  /* outline: none; */
  height: 52px;
  font-size: 1.4rem;
  padding: 8px 40px 8px 12px;
  box-shadow: none;
  transition: width .3s ease;
}

input.search-ccd:hover,
input.search-ccd:active,
input.search-ccd:focus {
  box-shadow: none;
}

button.btn-search-ccd {
  position: absolute;
  right: 0;
  padding-right: 12px;
  border: none;
  height: 52px;
  background-color: transparent;
  font-size: 2rem;
  color: #368BD2;
}

/********+++++++++++++++*********/







/******** End header *********/




/******** Section Banner Home ********/

.slider-home {
  position: relative;
  /* min-height: 200px; */
}

/* .slick-list {
    min-height: 200px;
} */

.slick-arrow {
  position: absolute;
  z-index: 6;
  display: flex;
  place-content: center;
  place-items: center;
  color: #EB0509;
  background: #ffffff;
  transition: background .3s ease-in-out;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  transition: background .3s ease-in-out;
  color: #fff;
  background: linear-gradient(270deg, #368BD2 0%, #1953A6 100%);
}

span.arrow-left,
span.arrow-right {
  transform: translateY(-50%);
  top: 50%;
}

span.arrow-left {
  left: 12px;
  padding-right: 2px;
}

span.arrow-right {
  right: 12px;
  padding-left: 2px;
}

.slick-arrow {
  font-size: 2rem;
}

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

/**** banner ***/

.content-banner {
  position: relative;
  /* max-height: 560px; */
  min-height: 240px;
}

.content-banner img {
  object-fit: cover;
  /* min-height: 200px; */
  margin: 0 auto;
  width: 100%;
}

.banner-detalles {
  padding: 8px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 340px;
  min-width: 300px;
  z-index: 2;
  text-align: center;
}

.banner-detalles h1 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: start;
  line-height: 2.2rem;
  /* text-shadow: -1px 1px 3px #f2f1f1; */
}

.banner-detalles p {
  font-size: .8rem;
  font-weight: 600;
  color: #fff;
  padding: 4px 0;
  margin: 0px 0 12px 0;
  line-height: 1.2rem;
  /* text-shadow: -1px 1px 3px #f2f1f1; */
}

.button-ccd {
  position: absolute;
  bottom: 32px;              
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;



  background-color: #b31414;
  border-radius: 45px;
  /* padding: 8px 30px; */
  padding: 16px 40px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1.2px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); 
  z-index: 3;
}

.button-ccd:hover,
.button-ccd:active,
.button-ccd:focus {
  color: white;
  background-color: #8f0f0f;
  transition: all 0.5 ease-in-out;
}


/********  End  Section Banner Home ********/





/******** Start Form Section **********/


section.appointment-acdelco {
  max-width: 140rem;
  margin: 0 auto;
  padding: 2rem 2rem 0 2rem;
}


section.appointment-acdelco input {
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #EEF2F3;
  border-radius: 1.2rem;
  padding: 2rem 2.8rem;
  height: 5.5rem;
  border: none;
  box-shadow: none;
  color: #0054A6;
}

section.appointment-acdelco input::placeholder {
  color: #0054A6;
}

section.appointment-acdelco input:hover,
section.appointment-acdelco input:active,
section.appointment-acdelco input:focus {
  border: none;
  box-shadow: none;
}

section.appointment-acdelco label {
  display: none;
}


section.appointment-acdelco button[type='submit'] {
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff !important;
  padding: 1.8rem 6rem;
  border-radius: 1.2rem;
  background-color: #eb0509 !important;
  border: none;
  max-width: 18rem;
}





/* section.appointment-acdelco .ct-appointment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
 */


.appointment-content .appintment-content_title {



  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* align-items: flex-end; */
}





.appointment-content .appintment-content_title h2 {
  font-size: 2.4rem;
  line-height: 2rem;
  font-weight: 900;
  color: #B31414;
  margin: 0;
  padding: 2rem 0 ;
}

  
.ct-appointment .appoinment-header img {
  object-fit: cover;
  height: 100%;
  border-radius: .8rem;
}


section.appointment-acdelco .appointment-content_desc p {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: start;
  color: #1953A6;
}









section.appointment-acdelco .card-form {
  display: flex;
  /* place-content: center; */
  place-items: center;
  gap: 1.2rem;
  /* width: 22.4rem; */
  /* width: 24rem; */
  width: 25.4rem;
  height: 5.5rem;
  background-color: #FF0000;
  border-radius: .7rem;
  padding: .6rem 1.2rem;
}

section.appointment-acdelco .card-form .card-icon {
  display: flex;
  place-content: center;
  place-items: center;
  height: 3.7rem;
  width: 3.7rem;
  border-radius: 50%;
  background-color: #fff;
}

section.appointment-acdelco .card-form .card-icon i {
  font-size: 2rem;
  color: #1953A6;
}

section.appointment-acdelco .card-form .card-info {
  width: 14rem;
}

section.appointment-acdelco .card-form .card-info p {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0;
}

section.appointment-acdelco .content-cards {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  gap: 1.2rem;
  padding-bottom: 2rem;
}

section.appointment-acdelco .card-header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  /* place-content: space-between; */
  /* place-items: end; */
}


section.appointment-acdelco .card-text {
  padding-top: 1.2rem;
}

section.appointment-acdelco div.col-md-3,
section.appointment-acdelco div.col-md-9 {
  padding: 0;
}

section.appointment-acdelco #fg_buttons.F47_item_9 button.F47_item_10 {
  display: flex;
  place-content: center;
  place-items: center;
  margin: auto;
  margin-left: 0;
}

section.appointment-acdelco #formPedirCita {
  display: grid;
  gap: 1.2rem;
}

/******** End Form Section **********/






/****** Start Tabs Card Acdelco  ******/


section#tabs_acdelco {
  max-width: 132rem;
  margin: 2rem auto;
  padding: 2rem;
  position: relative;
}

section.interna-body {
  display: flex;
}


aside.tab-clientes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tab-cliente {
  width: 17.7rem;
  height: 8.6rem;
  border-radius: 6px;
  background: linear-gradient(270deg, #368BD2 0%, #1953A6 100%);
}

.tab-cliente:hover {
  transition: all .3s ease-out;
  background: #EB0509;
  cursor: pointer;
}

.ct-tab {
  display: flex;
  place-content: start;
  place-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  position: relative;
}


.ct-tab img {
  position: absolute;
  left: 1.8rem;
  height: auto;
  width: 34px;
  object-fit: contain;
}

.ct-tab label {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 800;
  padding: 0 1.6rem 0 7rem;
  margin: 0;
  cursor: pointer;
}


#tabs_acdelco .section__info {
  display: flex;
  flex-direction: column;
}

#tabs_acdelco .info__box {
  position: relative;
  /* max-width: 100%; */
  /* height: 100%; */
  max-width: 170rem;
  margin: 0 auto;
  left: 0;
  padding-top: 4rem;
  display: none;
}

#tabs_acdelco nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
}

#tabs_acdelco input {
  display: none;
}

aside.tab-clientes .ct-tab label {
  display: flex;
  place-content: start;
  place-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

#clientes_page_0:checked~aside .tab-cliente-0,
#clientes_page_1:checked~aside .tab-cliente-1,
#clientes_page_2:checked~aside .tab-cliente-2,
#clientes_page_3:checked~aside .tab-cliente-3,
#clientes_page_4:checked~aside .tab-cliente-4,
#clientes_page_5:checked~aside .tab-cliente-5,
#clientes_page_6:checked~aside .tab-cliente-6,
#clientes_page_7:checked~aside .tab-cliente-7,
#clientes_page_8:checked~aside .tab-cliente-8 {
  background: #EB0509;
}

#clientes_page_0:checked~aside .tab-cliente-0 .ct-tab label,
#clientes_page_1:checked~aside .tab-cliente-1 .ct-tab label,
#clientes_page_2:checked~aside .tab-cliente-2 .ct-tab label,
#clientes_page_3:checked~aside .tab-cliente-3 .ct-tab label,
#clientes_page_4:checked~aside .tab-cliente-4 .ct-tab label,
#clientes_page_5:checked~aside .tab-cliente-5 .ct-tab label,
#clientes_page_6:checked~aside .tab-cliente-6 .ct-tab label,
#clientes_page_7:checked~aside .tab-cliente-7 .ct-tab label,
#clientes_page_8:checked~aside .tab-cliente-8 .ct-tab label {
  cursor: default;
}

#clientes_page_0:checked~.clientes_0,
#clientes_page_1:checked~.clientes_1,
#clientes_page_2:checked~.clientes_2,
#clientes_page_3:checked~.clientes_3,
#clientes_page_4:checked~.clientes_4,
#clientes_page_5:checked~.clientes_5,
#clientes_page_6:checked~.clientes_6,
#clientes_page_7:checked~.clientes_7,
#clientes_page_8:checked~.clientes_8 {
  display: flex;
}

/****** End Tabs Card Acdelco  ******/















/**** Start Cards Acdelco ****/


section.cards-acdelco {
  max-width: 144rem;
  margin: 0 auto;
  padding: 2rem .4rem;
}

.body-acdelco {
  display: flex;
  gap: 1.2rem;
  /* margin-right: 4rem; */
}


.body-acdelco .cards-body {
  width: 100%;
  height: 8.4rem;
  margin: 0 1.2rem;
}

.card-acdelco {
  display: flex;
  place-content: start;
  place-items: center;
  padding: 1.2rem 1.8rem;
  gap: 1.2rem;
  /* width: 18.4rem;
  height: 8.4rem; */
  height: 100%;
  border-radius: .8rem;
  transition: background .5s ease-out;
  background: linear-gradient(270deg, #368BD2 0%, #1953A6 100%);
}


.card-acdelco:hover,
.card-acdelco:active,
.card-acdelco:focus {
  transition: background .3s ease-out;
  background: #EB0509;
}

.card-acdelco img {
  height: 4.5rem;
  object-fit: contain;
}

.card-acdelco p {
  /* font-size: 1.2rem; */
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: .6rem .4rem;
  font-weight: 800;
  text-align: start;
  color: #fff;
}



/**** End Cards Acdelco ****/










/******** Start Alignment Section **********/


section.alignment-acdelco {
  max-width: 140rem;
  margin: 0 auto;
  padding: .6rem 2rem;
}

.alignment-content {
  display: grid;
  grid-template-columns: 1fr;
  /* place-content: center; */
  /* place-items: center; */
  gap: 2rem;
}

.alignment-header,
.alignment-header img {
  border-radius: 2.8rem;
  object-fit: cover;
  width: 100%;
  /* max-width: 73rem; */
}

.alignment-body {
  padding: 2rem 0;
}

.alignment-body h2 {
  color: #EB0509;
}

.alignment-body h2.alignment-title-0 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.4rem;
}

.alignment-body h2.alignment-title-1 {
  font-size: 3.9rem;
  font-weight: 900;
  line-height: 4rem;
}

.alignment-info p {
  font-size: 1.2rem;
  color: #1C59AB;
  font-weight: 600;
}

.alignment-info div {
  padding: 0;
}

.alignment-info div.col-md-2,
.alignment-info img {
  max-width: 8rem;
}

.alignment-info div.row:last-child {
  display: flex;
}

.alignment-info ul {
  padding-left: 2rem !important;
}

.alignment-info ul li {
  padding-left: .6rem;
  font-size: 1.2rem;
  color: #1C59AB;
  font-weight: 800;
  font-style: italic;
}

.alignment-info ul li::marker {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  color: #EB0509;
}


/******** End Alignment Section **********/









/******** Start Gallery Section **********/

section.image-gallery {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  max-width: 140rem;
  margin: 0 auto;
  padding: 2rem;
}

.gallery-header h2 {
  font-size: 2rem;
  font-weight: 900;
  color: #B31414;
}


.gallery-body {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-areas: 
  "gallery-facebook"
  "gallery-img-1"
  "gallery-img-2"; */
  place-content: center;
  place-items: center;
  padding-top: 2.8rem;
  gap: 2rem;
}

/* .g-1 {
  grid-area: gallery-facebook;
}

.g-2 {
  grid-area: gallery-img-1;
}

.g-3 {
  grid-area: gallery-img-2;
} */

.gallery-facebook .fb-page iframe {
  border-radius: 1.4rem;
  max-height: 47rem;
  max-width: 47rem;
  min-width: 28rem;
} 

.gallery-img img {
  object-fit: cover;
  /* object-position: left center; */
  border-radius: 1.4rem;
  /* max-height: 47rem;
  max-width: 47rem; */
  /* min-width: 24rem;
  min-height: 24rem; */
}


/******** End Gallery Section **********/















/******* Foooter **********/

footer.footer-ccd {
  width: 100%;
  background: linear-gradient(270deg, #368BD2 0%, #1953A6 100%);
  margin: 0 auto;
  margin-top: 20px;
  /* padding-top: 72px; */
  padding-top: 40px;
}

.bg-footer {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.footer-info .info {
  display: flex;
  flex-direction: column;
  /* place-items: center; */
  gap: 1.6rem;
  /* padding: 24px 20px; */
}

.footer-info .info img,
.footer-info .indo .icons-redes {
  /* width: 20rem; */
  height: 5.5rem;
  border-radius: .8rem;
}

.icons-footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 24rem;
}

.footer-info .info .description-footer p {
  font-weight: 500;
  color: #d8e8ff;
  font-size: 1.2rem;
}

.content-footer {
  margin: 0 20px;
}

.footer-info {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  border-bottom: .2rem solid #3F6FB4;
}

.footer-info h4 {
  font-size: 1.4rem;
  font-weight: 900;
  color: #b1d0ff;
}

.footer-info div {
  padding: 0;
}


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

.enlaces ul li {
  /* padding: .2rem 0; */
  position: relative;
}

.enlaces ul li a {
  color: #c1dbff;
  font-weight: 500;
  font-size: 1.2rem;
}


.footer-info .menus {
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  place-content: center;
  gap: 8px;
  /* margin: 0 auto; */
  padding-top: 8px;
}

.menus .one-block, 
.menus .two-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 140px));
  /* justify-content: space-between; */
  gap: 2rem;
}

.content-copy {
  padding: 8px 20px;
  position: relative;
}


/* .content-copy::before {
  content: "";
  position: absolute;
  width: 97%;
  height: .2rem;
  top: 0;
  background: #3F6FB4;
} */

.content-copy p,
.design-web p a {
  color: #fff;
  /* text-align: center; */
  font-weight: 500;
  font-size: 1.2rem;
}

.footer-ccd .icons-redes {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 1.6rem;
  background-color: #fff;
  border-radius: .8rem;
  padding: .7rem 2.4rem;
}

.icons-redes p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1953A6;
}

.icons-redes a {
  display: flex;
  place-content: center;
  place-items: center;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
}

.icons-redes a:first-child {
  background-color: #fff;
}

.icons-redes a:last-child {
  background-color: #1977F3;
}


.icons-redes a i.fa-instagram {
  font-size: 3.2rem;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icons-redes a i.fa-facebook {
  font-size: 2.8rem;
  color: #fff;
  padding-top: 1.2rem;
}



/********* End footer *********/





/* Media Queries */

@media (max-width: 499px) {
  .button-ccd {
    padding: 8px 18px;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.3px;
    border-radius: 28px;
    bottom: 14px;
  }
}


@media (min-width: 500px) {

  section.home-section {
    padding-top: 70px;
  }


  .header-content {
    height: 7rem;
  }

  .toogle-search {
    height: 7rem;
    width: 7rem;
  }


  .button-ccd {
    padding: 16px 56px;
    font-size: 1.65rem;     /* texto más grande */
    font-weight: 900;       /* texto más grueso */
    letter-spacing: 1.2px;  /* look publicitario */
  }

  /********  Section Banner Home ********/

  .banner-detalles {
    margin-left: -80px;
    padding: 8px 40px 8px 28px;
    left: 50%;
  }

  /********  End  Section Banner Home ********/






/******** Start Form Section **********/

  .ct-appointment {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .ct-appointment .appoinment-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  
/******** End Form Section **********/






  /***********  Start Alignment Section  ***********/

  .alignment-body h2.alignment-title-0 {
    font-size: 3rem;
    line-height: 3rem;
  }
  
  .alignment-body h2.alignment-title-1 {
    font-size: 5.9rem;
    line-height: 6rem;
  }


  .alignment-info p {
    font-size: 1.4rem;
  }
  
/*******  End Alignment Section **********/




/******** Start Gallery Section **********/


.gallery-header h2 {
  font-size: 2.8rem;
}

.gallery-body {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  /* grid-template-areas:
  "gallery-img-1 gallery-img-2"; */
}

.g-1 {
  display: none;
}



/* .gallery-body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
  "gallery-facebook"
  "galllery-img-1"
  "gallery-img-2";
  place-content: center;
  place-items: center;
  padding-top: 2.8rem;
  gap: 2rem;
}

.g-1 {
  grid-area: gallery-facebook;
}

.g-2 {
  grid-area: galllery-img-1;
}

.g-3 {
  grid-area: gallery-img-2;
} */



/* 
.gallery-img.g-2,
.gallery-img.g-2 img {
  height: 100%;
}
 */


/* .gallery-img img {
  min-width: 14rem;
  min-height: 14rem;
  max-height: 20rem;
  max-width: 20rem;
} */



/* 
.gallery-img img {
  max-height: 47rem;
  max-width: 47rem;
} */


/******** End Gallery Section **********/

















/********* Start Footer *********/


.footer-info .menus {
  max-width: 42rem;
}

.icons-footer {
  /* flex-direction: row; */
  gap: 1.2rem;
}


/* .icons-footer {
  min-width: 22.5rem;
  max-width: 24rem;
} */



/********* End Footer *********/





}














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
































































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