/*******************************************************************************************************************************
	V3D Card
	v1.1.0

	Author: Mario A. Martinez Latorre
	License: COPYRIGHT (C) 2025 VÓRTICE 3D S.L.
*******************************************************************************************************************************/

 .v3d__card{display:block}.v3d__card *{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v3d__card-shaded{-webkit-box-shadow:5px 10px 18px #606060;box-shadow:5px 10px 18px #606060}@media (min-width:768px){.v3d__card-alternate,.v3d__card-halved,.v3d__card-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.v3d__card-reversed{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.v3d__card_media{margin:0;overflow:hidden;padding:0;width:100%}@media (min-width:768px){.v3d__card-alternate .v3d__card_media{width:34%}.v3d__card-halved .v3d__card_media{width:50%}.v3d__card-horizontal .v3d__card_media{width:66%}}.v3d__card_media img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.v3d__card_panel{padding:8%;width:100%}.v3d__card_panel-centered{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media (min-width:768px){.v3d__card_panel{padding:4%}.v3d__card-alternate .v3d__card_panel{width:66%}.v3d__card-halved .v3d__card_panel{width:50%}.v3d__card-horizontal .v3d__card_panel{width:34%}}.v3d__card_bar{margin-top:20%}.v3d__card_bar::after{content:"";clear:both;display:table}.v3d__card_bar-dark{background-color:#606060}.v3d__card_bar a{border-radius:3px;color:#606060;float:right;font-weight:bold;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.v3d__card_bar a:hover{color:#fff;background-color:#ff7900}.v3d__card_textButton{border:1px solid #ff7900;font-size:95%;padding:3% 8%;margin-top:10%}.v3d__card_imageButton{border-radius:3px;float:right;margin:6px;padding:3px;vertical-align:middle}.v3d__card_imageButton:hover{background-color:#ff7900;border-color:#ff7900}.v3d__card_imageButton img{height:20px;width:20px}@media only screen and (min-width:992px){.v3d__card_imageButton img{height:26px;width:26px}}@media only screen and (min-width:1920px){.v3d__card_imageButton img{height:30px;width:30px}}